Results

By type

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

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

2022-06-06T08:11:37.235Z||main|||||INFO|500||The following profiles are active: basic
2022-06-06T08:11:51.424Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-06T08:11:51.425Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-06T08:11:51.577Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-06T08:11:56.477Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-06T08:11:56.963Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-06T08:11:57.538Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-06T08:11:57.548Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-06T08:11:57.678Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-06T08:11:57.926Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-06T08:11:58.581Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-06T08:12:00.448Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-06T08:12:02.963Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-06T08:12:03.022Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-06T08:12:03.614Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-06T08:12:03.853Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-06T08:12:05.336Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-06T08:12:06.580Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-06T08:12:06.602Z||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$$5917c19b.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-06T08:12:06.603Z||main|||||WARN|500||The sdc end point is not alive
2022-06-06T08:12:10.362Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-06T08:12:13.721Z||main|||||WARN|500||---
2022-06-06T08:12:13.722Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-06T08:12:13.722Z||main|||||WARN|500||---
2022-06-06T08:12:14.231Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-06T08:12:19.838Z||main|||||INFO|500||Started Application in 46.725 seconds (JVM running for 49.493)
2022-06-06T08:12:19.871Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:12:19.876Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:12:19.893Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:12:19.932Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:12:20.003Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ab275f03-928b-4dca-a653-c83fc45a8d58 url= /sdc/v1/artifactTypes
2022-06-06T08:12:20.004Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:12:21.109Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-06T08:12:21.143Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c01b70b
2022-06-06T08:12:21.143Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:12:21.165Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:12:21.168Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:12:21.170Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-06T08:13:09.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:13:09.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:13:09.832Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:13:09.836Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:13:09.842Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 90f04c21-a788-446a-9682-1c8a8d56ecc6 url= /sdc/v1/artifactTypes
2022-06-06T08:13:09.842Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:13:10.870Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-06T08:13:10.871Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47961fb2
2022-06-06T08:13:10.871Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:13:10.872Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:13:10.872Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:13:10.873Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-06T08:13:59.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:13:59.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:13:59.834Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:13:59.842Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:13:59.850Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e5cd0c84-78a7-4cdd-bf2d-ea73407cf73c url= /sdc/v1/artifactTypes
2022-06-06T08:13:59.851Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:14:00.887Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-06T08:14:00.888Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29829501
2022-06-06T08:14:00.888Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:14:00.889Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:14:00.889Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:14:00.890Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-06T08:14:49.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:14:49.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:14:49.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:14:49.835Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:14:49.840Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e80cd7fe-d04d-4a9c-937f-14ba0e76587b url= /sdc/v1/artifactTypes
2022-06-06T08:14:49.841Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:14:50.871Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-06T08:14:50.872Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20c6254
2022-06-06T08:14:50.872Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:14:50.873Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:14:50.873Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:14:50.874Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-06T08:15:39.831Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:15:39.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:15:39.832Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:15:39.839Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:15:39.848Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 575e0c78-6333-40af-885c-68248626c2c1 url= /sdc/v1/artifactTypes
2022-06-06T08:15:39.849Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:15:40.887Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-06T08:15:40.888Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23d739df
2022-06-06T08:15:40.889Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:15:40.889Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:15:40.890Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:15:40.890Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-06T08:16:29.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:16:29.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:16:29.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:16:29.835Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:16:29.841Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d421a05e-5337-48f8-9539-b7c2bed28d3e url= /sdc/v1/artifactTypes
2022-06-06T08:16:29.841Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:16:30.872Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-06T08:16:30.873Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@315e94b9
2022-06-06T08:16:30.873Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:16:30.873Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:16:30.874Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:16:30.874Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-06T08:17:19.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:17:19.832Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:17:19.833Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:17:19.836Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:17:19.849Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 829a976a-4218-40f8-99bd-fdd4d658ffc1 url= /sdc/v1/artifactTypes
2022-06-06T08:17:19.850Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:17:20.888Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-06T08:17:20.889Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1768b7d0
2022-06-06T08:17:20.890Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:17:20.890Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:17:20.891Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:17:20.891Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-06T08:18:09.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:18:09.830Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:18:09.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:18:09.834Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:18:09.844Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7318ec56-f20d-4e49-b8cc-75204926b52e url= /sdc/v1/artifactTypes
2022-06-06T08:18:09.844Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:18:10.870Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-06T08:18:10.872Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2501e7c8
2022-06-06T08:18:10.872Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:18:10.872Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:18:10.873Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:18:10.873Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-06T08:18:59.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:18:59.830Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:18:59.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:18:59.834Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:18:59.839Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c72fd0fd-c2c3-4be1-8a5f-ed8bc607b0ee url= /sdc/v1/artifactTypes
2022-06-06T08:18:59.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:19:00.862Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-06T08:19:00.864Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b0b50b9
2022-06-06T08:19:00.864Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:19:00.865Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:19:00.865Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:19:00.866Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-06T08:19:49.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:19:49.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:19:49.832Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:19:49.837Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:19:49.844Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4342f9a9-0a32-42cb-a67e-c094604fe9ac url= /sdc/v1/artifactTypes
2022-06-06T08:19:49.845Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:19:50.875Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-06T08:19:50.877Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4302d507
2022-06-06T08:19:50.877Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:19:50.877Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:19:50.877Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:19:50.878Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-06T08:20:39.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:20:39.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:20:39.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:20:39.835Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:20:39.841Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 790f5a36-e1bb-4fc3-a744-382b18a343cd url= /sdc/v1/artifactTypes
2022-06-06T08:20:39.841Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:20:40.855Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-06T08:20:40.855Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79bcaa96
2022-06-06T08:20:40.856Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:20:40.856Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:20:40.856Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:20:40.857Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-06T08:21:29.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:21:29.830Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:21:29.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:21:29.833Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:21:29.838Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 27e6c803-2eb8-42c2-8733-89464217207c url= /sdc/v1/artifactTypes
2022-06-06T08:21:29.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:21:30.874Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-06T08:21:30.876Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@683f5d52
2022-06-06T08:21:30.876Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:21:30.877Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:21:30.877Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:21:30.878Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-06T08:22:19.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:22:19.833Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:22:19.834Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:22:19.838Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:22:19.850Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 455cbb85-ebd8-42a6-acb4-4e163dd6bb24 url= /sdc/v1/artifactTypes
2022-06-06T08:22:19.851Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:22:20.888Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.94] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-06T08:22:20.889Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d66b23a
2022-06-06T08:22:20.889Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:22:20.890Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:22:20.890Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:22:20.891Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$659010.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-06T08:22:21.197Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-06T08:23:09.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:23:09.830Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:23:09.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:23:09.834Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:23:09.840Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a2d3fb0-3825-4c62-b290-ddb22b943d7c url= /sdc/v1/artifactTypes
2022-06-06T08:23:09.840Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:23:10.090Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-06T08:23:10.102Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-06T08:23:10.142Z||scheduling-1|||||DEBUG|500||create keys
2022-06-06T08:23:10.154Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-06T08:23:10.196Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:23:10.222Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 46ae1f0a-d4c3-42c9-a01c-f0f4aff3491f url= /sdc/v1/registerForDistribution
2022-06-06T08:23:10.436Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 46ae1f0a-d4c3-42c9-a01c-f0f4aff3491f url= /sdc/v1/registerForDistribution
2022-06-06T08:23:10.436Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-06T08:23:10.448Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:23:10.449Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:23:10.455Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-06T08:23:10.459Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:23:10.459Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:23:10.459Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:23:10.459Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:23:20.774Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:23:20.828Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:24:10.444Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:24:10.446Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:24:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:24:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:24:10.448Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:24:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:24:20.028Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:24:20.029Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:25:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:25:10.445Z||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-06-06T08:25:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:25:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:25:10.448Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:25:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:25:20.023Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:25:20.031Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:26:10.444Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:26:10.446Z||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-06-06T08:26:10.447Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:26:10.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:26:10.448Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:26:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:26:20.027Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:26:20.047Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:27:10.444Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:27:10.446Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:27:10.447Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:27:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:27:10.455Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:27:10.456Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:27:20.053Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:27:20.057Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:28:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:28:10.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:28:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:28:10.451Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:28:10.452Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:28:10.452Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:28:20.040Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:28:20.042Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:29:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:29:10.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:29:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:29:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:29:10.449Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:29:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:29:20.008Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:29:20.027Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:30:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:30:10.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:30:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:30:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:30:10.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:30:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:30:20.017Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:30:20.023Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:31:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:31:10.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:31:10.447Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:31:10.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:31:10.448Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:31:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:31:20.034Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:31:20.038Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:32:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:32:10.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:32:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:32:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:32:10.448Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:32:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:32:20.025Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:32:20.070Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:33:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:33:10.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:33:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:33:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:33:10.448Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:33:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:33:20.031Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:33:20.031Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:34:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:34:10.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:34:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:34:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:34:10.448Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:34:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:34:20.017Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:34:20.039Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:35:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:35:10.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:35:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:35:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:35:10.448Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:35:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:35:20.048Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:35:20.052Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:36:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:36:10.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:36:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:36:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:36:10.448Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:36:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:36:20.031Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:36:20.032Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:37:10.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:37:10.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:37:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:37:10.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:37:10.448Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:37:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:37:20.033Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:37:20.034Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:38:10.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:38:10.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:38:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:38:10.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:38:10.449Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:38:10.450Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:38:20.023Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:38:20.028Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:39:10.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:39:10.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:39:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:39:10.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:39:10.448Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:39:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:39:20.016Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:39:20.032Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:40:10.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:40:10.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:40:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:40:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:40:10.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:40:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:40:20.035Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:40:20.050Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:41:10.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:41:10.446Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:41:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:41:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:41:10.448Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:41:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:41:20.026Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:41:20.039Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:42:10.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:42:10.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:42:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:42:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:42:10.448Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:42:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:42:20.010Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:42:20.030Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:43:10.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:43:10.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:43:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:43:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:43:10.448Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:43:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:43:20.018Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:43:20.028Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:44:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:44:10.445Z||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-06-06T08:44:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:44:10.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:44:10.449Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:44:10.450Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:44:20.015Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:44:20.029Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:45:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:45:10.445Z||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-06-06T08:45:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:45:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:45:10.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:45:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:45:20.021Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:45:20.033Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:46:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:46:10.445Z||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-06-06T08:46:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:46:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:46:10.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:46:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:46:20.024Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:46:20.031Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:47:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:47:10.445Z||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-06-06T08:47:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:47:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:47:10.448Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:47:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:47:20.037Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:47:20.039Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:48:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:48:10.445Z||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-06-06T08:48:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:48:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:48:10.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:48:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:48:20.027Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:48:20.033Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:49:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:49:10.446Z||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-06-06T08:49:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:49:10.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:49:10.448Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:49:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:49:20.035Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:49:20.044Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:50:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:50:10.445Z||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-06-06T08:50:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:50:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:50:10.448Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:50:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:50:20.032Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:50:20.037Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:51:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:51:10.445Z||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-06-06T08:51:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:51:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:51:10.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:51:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:51:20.032Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:51:20.037Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:52:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:52:10.445Z||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-06-06T08:52:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:52:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:52:10.448Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:52:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:52:20.034Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:52:20.053Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:53:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:53:10.445Z||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-06-06T08:53:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:53:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:53:10.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:53:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:53:20.020Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:53:20.028Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:54:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:54:10.445Z||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-06-06T08:54:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:54:10.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:54:10.449Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:54:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:54:20.010Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:54:20.014Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:55:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:55:10.446Z||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-06-06T08:55:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:55:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:55:10.448Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:55:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:55:20.032Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:55:20.047Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:56:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:56:10.445Z||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-06-06T08:56:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:56:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:56:10.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:56:10.450Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:56:20.006Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:56:20.013Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:57:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:57:10.445Z||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-06-06T08:57:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:57:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:57:10.448Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:57:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:57:20.011Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:57:20.020Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:58:10.446Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:58:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:58:10.447Z||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-06-06T08:58:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:58:10.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:58:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:58:20.015Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:58:20.031Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:59:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:59:10.445Z||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-06-06T08:59:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:59:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T08:59:10.448Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T08:59:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T08:59:20.007Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T08:59:20.009Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:00:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:00:10.445Z||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-06-06T09:00:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:00:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:00:10.448Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:00:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:00:20.042Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:00:20.046Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:01:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:01:10.445Z||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-06-06T09:01:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:01:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:01:10.448Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:01:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:01:20.013Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:01:20.038Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:02:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:02:10.446Z||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-06-06T09:02:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:02:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:02:10.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:02:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:02:20.023Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:02:20.028Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:03:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:03:10.445Z||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-06-06T09:03:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:03:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:03:10.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:03:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:03:20.044Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:03:20.047Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:04:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:04:10.445Z||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-06-06T09:04:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:04:10.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:04:10.448Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:04:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:04:20.053Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:04:20.062Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:05:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:05:10.445Z||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-06-06T09:05:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:05:10.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:05:10.448Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:05:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:05:20.010Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:05:20.034Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:06:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:06:10.445Z||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-06-06T09:06:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:06:10.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:06:10.448Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:06:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:06:20.034Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:06:20.041Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:07:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:07:10.446Z||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-06-06T09:07:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:07:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:07:10.448Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:07:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:07:20.045Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:07:20.049Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:08:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:08:10.445Z||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-06-06T09:08:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:08:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:08:10.448Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:08:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:08:20.026Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:08:20.048Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:09:10.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:09:10.445Z||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-06-06T09:09:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:09:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:09:10.448Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:09:10.451Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:09:20.029Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:09:20.029Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:10:10.444Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:10:10.445Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:10:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:10:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:10:10.448Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:10:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:10:20.035Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:10:20.053Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:11:10.444Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:11:10.445Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:11:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:11:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:11:10.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:11:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:11:20.027Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:11:20.046Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:12:10.444Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:12:10.445Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:12:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:12:10.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:12:10.448Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:12:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:12:20.036Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:12:20.043Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:13:10.444Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:13:10.445Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:13:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:13:10.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:13:10.447Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:13:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:13:20.011Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:13:20.044Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:14:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:14:10.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:14:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:14:10.448Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:14:10.451Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:14:10.452Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:14:20.010Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:14:20.049Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:15:10.444Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:15:10.446Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:15:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:15:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:15:10.447Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:15:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:15:20.005Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:15:20.035Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:16:10.444Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:16:10.446Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:16:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:16:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:16:10.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:16:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:16:20.010Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:16:20.012Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:17:10.444Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:17:10.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:17:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:17:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:17:10.448Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:17:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:17:20.010Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:17:20.028Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:18:10.444Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:18:10.445Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:18:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:18:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:18:10.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:18:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:18:20.031Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:18:20.035Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:19:10.444Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:19:10.445Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:19:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:19:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:19:10.448Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:19:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:19:20.037Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:19:20.058Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:20:10.444Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:20:10.445Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:20:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:20:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:20:10.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:20:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:20:20.020Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:20:20.022Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:21:10.444Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:21:10.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:21:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:21:10.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:21:10.449Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:21:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:21:20.012Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:21:20.012Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:22:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:22:10.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:22:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:22:10.448Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:22:10.449Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:22:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:22:20.004Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:22:20.007Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:23:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:23:10.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:23:10.449Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:23:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:23:10.449Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:23:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:23:20.056Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:23:20.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:24:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:24:10.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:24:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:24:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:24:10.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:24:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:24:20.006Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:24:20.012Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:25:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:25:10.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:25:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:25:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:25:10.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:25:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:25:20.046Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:25:20.044Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:26:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:26:10.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:26:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:26:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:26:10.448Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:26:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:26:20.031Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:26:20.034Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:27:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:27:10.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:27:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:27:10.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:27:10.449Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:27:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:27:20.020Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:27:20.066Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:28:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:28:10.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:28:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:28:10.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:28:10.448Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:28:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:28:20.015Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:28:20.018Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:29:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:29:10.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:29:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:29:10.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:29:10.448Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:29:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:29:20.005Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:29:20.005Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:30:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:30:10.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:30:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:30:10.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:30:10.449Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:30:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:30:20.006Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:30:20.013Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:31:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:31:10.445Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:31:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:31:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:31:10.448Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:31:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:31:20.005Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:31:20.028Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:32:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:32:10.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:32:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:32:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:32:10.448Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:32:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:32:20.009Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:32:20.009Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:33:10.444Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:33:10.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:33:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:33:10.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:33:10.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:33:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:33:20.011Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:33:20.011Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:34:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:34:10.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:34:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:34:10.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:34:10.448Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:34:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:34:20.012Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:34:20.029Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:35:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:35:10.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:35:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:35:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:35:10.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:35:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:35:20.015Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:35:20.027Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:36:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:36:10.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:36:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:36:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:36:10.448Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:36:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:36:20.012Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:36:20.024Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:37:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:37:10.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:37:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:37:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:37:10.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:37:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:37:20.010Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:37:20.038Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:38:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:38:10.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:38:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:38:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:38:10.448Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:38:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:38:20.006Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:38:20.013Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:39:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:39:10.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:39:10.446Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:39:10.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:39:10.448Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:39:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:39:20.006Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:39:20.032Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:10.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:40:10.445Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:40:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:40:10.448Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:40:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:11.090Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:11.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"39b03a9f-dba7-46e6-88e9-0cb277ebf0ad","serviceName":"basic_onboard_UwNEcf","serviceVersion":"1.0","serviceUUID":"c9ff368a-6518-4e51-a7ff-2b4dc34a1432","serviceDescription":"service","serviceInvariantUUID":"bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3","resources":[{"resourceInstanceName":"basic_onboard_UwNEcf 0","resourceName":"basic_onboard_UwNEcf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1fd1f08-a2ad-4e8f-9ae3-a97f44994722","resourceInvariantUUID":"a20a50f4-b9e8-43ad-bd9d-35ac53df01b1","resourceCustomizationUUID":"45d7652c-bb96-467f-a388-8aa88e5cf9b8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml","artifactChecksum":"NmJmOWQ4NWRmNGZhNTVmM2QxZjNlOWYzODQxMTZhYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e352e98-d7c7-43d5-9901-4e199399b230","artifactVersion":"1"},{"artifactName":"basic_onboard_uwnecf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json","artifactChecksum":"N2U1OGFlYTc4ZDQzYzE2ODU0ZTgzYTc5MWI1ZmJmZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e0c3e3f1-45eb-4668-8395-0d6f266e13a8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b10a89e4-97ae-4f16-a922-e3322f4fae05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f99954bb-3fcb-4abb-891b-87b077ce89a1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39c29184-9623-4c73-a529-2d67d0e12b4a","artifactVersion":"2","generatedFromUUID":"b10a89e4-97ae-4f16-a922-e3322f4fae05"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUwnecf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml","artifactChecksum":"NDQ1NWFiMWQ3MzcxMTdkODcyZGI1MmQwMmExY2QxMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b7d2014-a432-4073-8b1d-791928014657","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUwnecf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar","artifactChecksum":"YjZmNDIyNTc2NDc0YTRlMzUwZDdjNmEwMGIzZWUyMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c3e1bc1-b5a6-4316-a83f-f134663ecd57","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T09:40:11.098Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:11.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508366937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.109Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:40:11.116Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:11.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "clamp",
  "timestamp": 1654508365223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "cds",
  "timestamp": 1654508372630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508374106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508366937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T09:40:11.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "clamp",
  "timestamp": 1654508365223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T09:40:11.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "cds",
  "timestamp": 1654508372630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508374106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508366937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T09:40:11.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "clamp",
  "timestamp": 1654508365223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "cds",
  "timestamp": 1654508372630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508374106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508366937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "clamp",
  "timestamp": 1654508365223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.140Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:11.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.140Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508410444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "cds",
  "timestamp": 1654508372630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508374106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508366937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T09:40:11.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "clamp",
  "timestamp": 1654508365223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "cds",
  "timestamp": 1654508372630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508374106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508366937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "clamp",
  "timestamp": 1654508365223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "cds",
  "timestamp": 1654508372630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508374106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508379706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508366937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:40:11.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "clamp",
  "timestamp": 1654508365223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:40:11.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "cds",
  "timestamp": 1654508372630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:40:11.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508374106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:40:11.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508379706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508379706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508379706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "cds",
  "timestamp": 1654508383237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.153Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508383312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508384636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.154Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "policy-id",
  "timestamp": 1654508384071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508379706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "cds",
  "timestamp": 1654508384255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:40:11.229Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-06-06T09:40:11.235Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:11.235Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:11.255Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:11.258Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:40:11.383Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
2022-06-06T09:40:11.408Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:40:11.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "aai-ml",
  "timestamp": 1654508384775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "policy-id",
  "timestamp": 1654508384071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508379706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "aai-ml",
  "timestamp": 1654508384775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508385461,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "policy-id",
  "timestamp": 1654508384071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T09:40:11.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508379706,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "aai-ml",
  "timestamp": 1654508384775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "policy-id",
  "timestamp": 1654508384071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "aai-ml",
  "timestamp": 1654508384775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508387349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "policy-id",
  "timestamp": 1654508384071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "aai-ml",
  "timestamp": 1654508384775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508388423,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:40:11.465Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
2022-06-06T09:40:11.466Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:40:11.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "policy-id",
  "timestamp": 1654508384071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "aai-ml",
  "timestamp": 1654508384775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:11.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "clamp",
  "timestamp": 1654508390058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508389429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T09:40:11.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "policy-id",
  "timestamp": 1654508384071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:40:11.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "aai-ml",
  "timestamp": 1654508384775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:40:11.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:40:11.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "policy-id",
  "timestamp": 1654508392290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "clamp",
  "timestamp": 1654508392071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:40:11.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "aai-ml",
  "timestamp": 1654508393238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:40:11.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "policy-id",
  "timestamp": 1654508393304,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:40:11.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508393621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:40:11.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:40:11.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "clamp",
  "timestamp": 1654508393079,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:40:11.490Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
2022-06-06T09:40:11.490Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:40:11.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "policy-id",
  "timestamp": 1654508394310,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:40:11.506Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
2022-06-06T09:40:11.507Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T09:40:11.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:40:11.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508394630,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:40:11.528Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
2022-06-06T09:40:11.528Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:40:12.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:40:12.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:12.155Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:12.155Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508410444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T09:40:12.255Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:12.257Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:12.257Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:12.276Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:12.277Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:13.156Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:40:13.157Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:13.161Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:13.161Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508410444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T09:40:13.261Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:13.262Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:13.262Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:13.281Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:13.282Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:14.161Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:40:14.162Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:14.165Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:14.165Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508410444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:14.266Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:14.267Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:14.267Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:14.289Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:14.290Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:40:15.166Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:40:15.167Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:15.169Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:15.169Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508410444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T09:40:15.269Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:15.271Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:15.271Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:15.289Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:15.290Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:16.170Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:40:16.171Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:16.174Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:16.174Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508410444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:40:16.274Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:16.275Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:16.275Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:16.294Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:16.295Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:17.175Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:40:17.176Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:17.178Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:17.178Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508410444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:40:17.278Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:17.280Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:17.280Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:17.297Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:17.298Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:18.181Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "serviceName": "basic_onboard_UwNEcf",
  "serviceVersion": "1.0",
  "serviceUUID": "c9ff368a-6518-4e51-a7ff-2b4dc34a1432",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UwNEcf 0",
      "resourceCustomizationUUID": "45d7652c-bb96-467f-a388-8aa88e5cf9b8",
      "resourceName": "basic_onboard_UwNEcf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b1fd1f08-a2ad-4e8f-9ae3-a97f44994722",
      "resourceInvariantUUID": "a20a50f4-b9e8-43ad-bd9d-35ac53df01b1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_uwnecf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
          "artifactChecksum": "N2U1OGFlYTc4ZDQzYzE2ODU0ZTgzYTc5MWI1ZmJmZTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e0c3e3f1-45eb-4668-8395-0d6f266e13a8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b10a89e4-97ae-4f16-a922-e3322f4fae05",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "39c29184-9623-4c73-a529-2d67d0e12b4a",
            "generatedFromUUID": "b10a89e4-97ae-4f16-a922-e3322f4fae05"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "39c29184-9623-4c73-a529-2d67d0e12b4a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUwnecf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
      "artifactChecksum": "YjZmNDIyNTc2NDc0YTRlMzUwZDdjNmEwMGIzZWUyMGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1c3e1bc1-b5a6-4316-a83f-f134663ecd57"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T09:40:18.182Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T09:40:18.183Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c9ff368a-6518-4e51-a7ff-2b4dc34a1432 ASDC
2022-06-06T09:40:18.422Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
ServiceName:basic_onboard_UwNEcf
ServiceVersion:1.0
ServiceUUID:c9ff368a-6518-4e51-a7ff-2b4dc34a1432
ServiceInvariantUUID:bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUwnecf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar
ArtifactUUID:1c3e1bc1-b5a6-4316-a83f-f134663ecd57
ArtifactChecksum:YjZmNDIyNTc2NDc0YTRlMzUwZDdjNmEwMGIzZWUyMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UwNEcf 0
ResourceCustomizationUUID:45d7652c-bb96-467f-a388-8aa88e5cf9b8
ResourceInvariantUUID:a20a50f4-b9e8-43ad-bd9d-35ac53df01b1
ResourceName:basic_onboard_UwNEcf
ResourceType:VF
ResourceUUID:b1fd1f08-a2ad-4e8f-9ae3-a97f44994722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_uwnecf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json
ArtifactUUID:e0c3e3f1-45eb-4668-8395-0d6f266e13a8
ArtifactChecksum:N2U1OGFlYTc4ZDQzYzE2ODU0ZTgzYTc5MWI1ZmJmZTU=
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/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b10a89e4-97ae-4f16-a922-e3322f4fae05
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/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env
ArtifactUUID:39c29184-9623-4c73-a529-2d67d0e12b4a
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/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env
ArtifactUUID:39c29184-9623-4c73-a529-2d67d0e12b4a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T09:40:18.423Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9ff368a-6518-4e51-a7ff-2b4dc34a1432 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T09:40:18.480Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:40:18.482Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:40:18.484Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:40:18.484Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c3e1bc1-b5a6-4316-a83f-f134663ecd57 from URL: /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:18.484Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:40:18.487Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:19.495Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:40:19.510Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar 1c3e1bc1-b5a6-4316-a83f-f134663ecd57 71576
2022-06-06T09:40:19.511Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar ASDC sendASDCNotification
2022-06-06T09:40:19.511Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:19.512Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:40:19.514Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:19.516Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:19.516Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508419510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:40:19.617Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:40:19.618Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:19.618Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:19.634Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:19.635Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:20.522Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:40:20.523Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:40:20.524Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1c3e1bc1-b5a6-4316-a83f-f134663ecd57, URL: /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar to file: /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:20.524Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:20.610Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:20.610Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:21.317Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7833756308410740002/Definitions/service-BasicOnboardUwnecf-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-06T09:40:23.599Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T09:40:23.606Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T09:40:23.606Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.606Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T09:40:23.607Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.607Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.607Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.607Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.607Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.607Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.607Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.608Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UwNEcf 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-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.608Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:23.608Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T09:40:23.617Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:23.619Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:23.626Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:23.626Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T09:40:23.628Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T09:40:23.630Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:23.630Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:23.630Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:23.631Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T09:40:23.631Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T09:40:23.631Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:23.631Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:23.636Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:23.636Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is not matching search criteria
2022-06-06T09:40:23.636Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-06T09:40:23.636Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-06T09:40:23.637Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-06T09:40:23.637Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T09:40:23.637Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T09:40:23.637Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:23.637Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T09:40:23.639Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:23.639Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:23.639Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:40:23.640Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:23.641Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:23.641Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:40:23.641Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:23.641Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:23.642Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:40:23.642Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:23.642Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is not matching search criteria
2022-06-06T09:40:23.643Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T09:40:23.643Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T09:40:23.643Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1b2dfdb1-48ea-4b9b-90db-cddf5d7f4aa0
2022-06-06T09:40:23.643Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:23.643Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:23.644Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:23.644Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:23.644Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:23.644Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:23.644Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:23.645Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:23.645Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_UwNEcf
Description:service
Model UUID:c9ff368a-6518-4e51-a7ff-2b4dc34a1432
Model Version:NULL
Model InvariantUuid:bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_UwNEcf
Model UUID:96c0af9b-2dd9-42a3-8cd2-a7db08fce65d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a20a50f4-b9e8-43ad-bd9d-35ac53df01b1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:45d7652c-bb96-467f-a388-8aa88e5cf9b8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4952a53e-66cd-413a-be96-979f7c2ebf85
ModelName:BasicOnboardUwnecf..base_ubuntu18..module-0
ModelUuid:4367d9f5-cd71-40f7-b678-b59fafefd27d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1b2dfdb1-48ea-4b9b-90db-cddf5d7f4aa0
ModelInvariantUuid:725b1d14-30c0-435b-8d7a-2f43386b3aae
ModelName:basic_onboard_UwNEcf-nodes.ubuntu18Cvfc
ModelUuid:69e54800-bffc-445c-bf96-3b0b43c9141f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:65c70d20-296c-4f87-9d5c-814c7c5edc36
ModelInvariantUuid:6086a9e4-959a-42ab-abda-447a681cb43a
ModelName:BasicOnboardUwnecf.compute.nodes.heat.ubuntu18
ModelUuid:e6279cd4-3757-41a7-9baf-099e57fa3d9d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T09:40:23.662Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b1fd1f08-a2ad-4e8f-9ae3-a97f44994722
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T09:40:23.785Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||basic_onboard_UwNEcf 0
2022-06-06T09:40:23.796Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b1fd1f08-a2ad-4e8f-9ae3-a97f44994722
2022-06-06T09:40:23.797Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e0c3e3f1-45eb-4668-8395-0d6f266e13a8 from URL: /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json
2022-06-06T09:40:23.797Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:40:23.797Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json
2022-06-06T09:40:24.727Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:40:24.729Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json e0c3e3f1-45eb-4668-8395-0d6f266e13a8 798
2022-06-06T09:40:24.729Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json ASDC sendASDCNotification
2022-06-06T09:40:24.730Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json
2022-06-06T09:40:24.730Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:40:24.730Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:24.734Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:24.734Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508424729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:40:24.834Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:24.836Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:24.836Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:24.869Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:24.870Z||pool-11-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:40:25.736Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUwnecf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4952a53e-66cd-413a-be96-979f7c2ebf85",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4367d9f5-cd71-40f7-b678-b59fafefd27d",
    "vfModuleModelCustomizationUUID": "c280172b-ddb2-4436-b65b-74e7554e7c24",
    "isBase": true,
    "artifacts": [
      "b10a89e4-97ae-4f16-a922-e3322f4fae05",
      "39c29184-9623-4c73-a529-2d67d0e12b4a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T09:40:25.757Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUwnecf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4367d9f5-cd71-40f7-b678-b59fafefd27d
VfModuleModelInvariantUUID:4952a53e-66cd-413a-be96-979f7c2ebf85
VfModuleModelDescription:NULL
Artifacts UUID List:{
b10a89e4-97ae-4f16-a922-e3322f4fae05
,
39c29184-9623-4c73-a529-2d67d0e12b4a

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

isBase:true


}

2022-06-06T09:40:25.761Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUwnecf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4952a53e-66cd-413a-be96-979f7c2ebf85",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4367d9f5-cd71-40f7-b678-b59fafefd27d",
    "vfModuleModelCustomizationUUID": "c280172b-ddb2-4436-b65b-74e7554e7c24",
    "isBase": true,
    "artifacts": [
      "b10a89e4-97ae-4f16-a922-e3322f4fae05",
      "39c29184-9623-4c73-a529-2d67d0e12b4a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T09:40:25.761Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUwnecf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4367d9f5-cd71-40f7-b678-b59fafefd27d
VfModuleModelInvariantUUID:4952a53e-66cd-413a-be96-979f7c2ebf85
VfModuleModelDescription:NULL
Artifacts UUID List:{
b10a89e4-97ae-4f16-a922-e3322f4fae05
,
39c29184-9623-4c73-a529-2d67d0e12b4a

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

isBase:true


}

2022-06-06T09:40:25.762Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b10a89e4-97ae-4f16-a922-e3322f4fae05 from URL: /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml
2022-06-06T09:40:25.762Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:40:25.762Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml
2022-06-06T09:40:27.120Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:40:27.121Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml b10a89e4-97ae-4f16-a922-e3322f4fae05 5033
2022-06-06T09:40:27.121Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-06T09:40:27.121Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml
2022-06-06T09:40:27.122Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:40:27.122Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:27.124Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:27.124Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508427121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:40:27.224Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:27.225Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:27.225Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:27.243Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:27.243Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:28.125Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 39c29184-9623-4c73-a529-2d67d0e12b4a from URL: /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env
2022-06-06T09:40:28.126Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:40:28.126Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env
2022-06-06T09:40:29.538Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:40:29.539Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env 39c29184-9623-4c73-a529-2d67d0e12b4a 909
2022-06-06T09:40:29.540Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-06T09:40:29.540Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env
2022-06-06T09:40:29.541Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:40:29.542Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:29.545Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:29.545Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508429540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:40:29.645Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:40:29.646Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:29.647Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:29.673Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:29.673Z||pool-13-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:40:30.546Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c9ff368a-6518-4e51-a7ff-2b4dc34a1432
2022-06-06T09:40:30.547Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UwNEcf 0 b1fd1f08-a2ad-4e8f-9ae3-a97f44994722 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T09:40:30.585Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8cd0beb, org.onap.sdc.toscaparser.api.parameters.Input@5f53a125, org.onap.sdc.toscaparser.api.parameters.Input@6092acfc, org.onap.sdc.toscaparser.api.parameters.Input@6ce61243, org.onap.sdc.toscaparser.api.parameters.Input@c94de67]
2022-06-06T09:40:30.589Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:30.590Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.590Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-06T09:40:30.591Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 45d7652c-bb96-467f-a388-8aa88e5cf9b8
2022-06-06T09:40:30.591Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 45d7652c-bb96-467f-a388-8aa88e5cf9b8 matches Tosca VF Customization UUID: 45d7652c-bb96-467f-a388-8aa88e5cf9b8
2022-06-06T09:40:30.591Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 45d7652c-bb96-467f-a388-8aa88e5cf9b8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T09:40:30.600Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:30.600Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.602Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 45d7652c-bb96-467f-a388-8aa88e5cf9b8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-06T09:40:30.602Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29c8134d
2022-06-06T09:40:30.603Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:30.603Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T09:40:30.604Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c280172b-ddb2-4436-b65b-74e7554e7c24
2022-06-06T09:40:30.605Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c280172b-ddb2-4436-b65b-74e7554e7c24
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T09:40:30.613Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:30.614Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:30.614Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:40:30.615Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:30.616Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:30.616Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:40:30.617Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:30.617Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is not matching search criteria
2022-06-06T09:40:30.617Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T09:40:30.618Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T09:40:30.618Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1b2dfdb1-48ea-4b9b-90db-cddf5d7f4aa0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T09:40:30.630Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:30.631Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:30.631Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:40:30.632Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:30.632Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_UwNEcf 0 is matching search criteria
2022-06-06T09:40:30.632Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_UwNEcf 0] matching following query criteria: sdcType=VF, customizationUUID=45d7652c-bb96-467f-a388-8aa88e5cf9b8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T09:40:30.635Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:30.635Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.636Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c9ff368a-6518-4e51-a7ff-2b4dc34a1432: basic_onboard_UwNEcf
2022-06-06T09:40:30.636Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:30.636Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.637Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:30.637Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.638Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:30.638Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.639Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:30.639Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.639Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:40:30.639Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_UwNEcf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:40:30.640Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_UwNEcf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:40:30.867Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UwNEcf b1fd1f08-a2ad-4e8f-9ae3-a97f44994722 1 ASDC deployResourceStructure
2022-06-06T09:40:30.868Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json ASDC sendASDCNotification
2022-06-06T09:40:30.868Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json
2022-06-06T09:40:30.869Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:40:30.869Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:30.871Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:30.871Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508430868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T09:40:30.971Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:30.973Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:30.973Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:30.989Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:30.990Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:31.872Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-06T09:40:31.873Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml
2022-06-06T09:40:31.873Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:40:31.873Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:31.875Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:31.875Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508431872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T09:40:31.975Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:31.977Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:31.977Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:32.002Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:32.002Z||pool-15-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:32.878Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-06T09:40:32.878Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env
2022-06-06T09:40:32.878Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:40:32.879Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:32.882Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:32.882Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508432878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-06T09:40:32.982Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:32.983Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:32.983Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:33.002Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:33.003Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:33.884Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar ASDC sendASDCNotification
2022-06-06T09:40:33.884Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar
2022-06-06T09:40:33.884Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:40:33.884Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:40:33.886Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:40:33.887Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508433883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:40:33.987Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:40:33.989Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:40:33.989Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:40:34.008Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:34.009Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:40:34.888Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:40:34.907Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:40:34.913Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:40:34.914Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:40:34.914Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:41:04.915Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:41:04.932Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:41:04.939Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:41:04.939Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:41:04.939Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:41:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:41:10.448Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:41:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:41:10.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:41:10.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:41:10.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508410444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:41:10.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:41:34.940Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:41:34.963Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:41:34.967Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:41:34.967Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:41:34.968Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:42:04.968Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:42:04.981Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:42:04.984Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:42:04.985Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:42:04.985Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:42:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:42:10.448Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:42:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:42:10.984Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:42:10.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:10.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508410444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T09:42:10.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:42:10.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:10.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508410444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T09:42:10.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:42:10.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:10.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "aai-ml",
  "timestamp": 1654508414402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T09:42:10.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:10.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:10.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508410444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:42:10.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:42:10.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:10.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "aai-ml",
  "timestamp": 1654508415408,
  "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-06-06T09:42:10.998Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
2022-06-06T09:42:10.998Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:42:11.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508410444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508410444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508410444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508419510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:42:11.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508424729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508427121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508429540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508430868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/basic_onboard_uwnecf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508431872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508432878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/resourceInstances/basic_onboard_uwnecf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:42:11.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508433883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUwnecf/1.0/artifacts/service-BasicOnboardUwnecf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:42:11.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:42:34.985Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:42:35.000Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:42:35.004Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:42:35.004Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T09:42:35.004Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T09:42:35.004Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T09:42:35.005Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T09:42:35.005Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-06-06T09:42:35.011Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T09:43:05.012Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T09:43:05.024Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad and serviceModelVersionId: c9ff368a-6518-4e51-a7ff-2b4dc34a1432
2022-06-06T09:43:05.025Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3
2022-06-06T09:43:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:43:10.448Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:43:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:43:20.044Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:43:21.688Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0
2022-06-06T09:43:21.813Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T09:43:22.410Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0|INFO|500||Invoke
2022-06-06T09:43:22.423Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39b03a9f-dba7-46e6-88e9-0cb277ebf0ad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dff08c56-a999-4775-9020-8144c5172f1a], X-ECOMP-RequestID=[39b03a9f-dba7-46e6-88e9-0cb277ebf0ad], X-TransactionId=[], X-ONAP-RequestID=[39b03a9f-dba7-46e6-88e9-0cb277ebf0ad], Content-Type=[application/merge-patch+json]}
2022-06-06T09:43:22.577Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T09:43:22.657Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?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/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-09:43:22:588-14150], Content-Length=[495], Date=[Mon, 06 Jun 2022 09:43:22 GMT], Content-Type=[application/json]}
2022-06-06T09:43:22.661Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?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/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432","ERR.5.4.6114"]}}}

2022-06-06T09:43:22.662Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T09:43:22.690Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=39b03a9f-dba7-46e6-88e9-0cb277ebf0ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432) (ec=ERR.5.4.6114)
2022-06-06T09:43:22.691Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=39b03a9f-dba7-46e6-88e9-0cb277ebf0ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432) (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-06-06T09:43:22.693Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=39b03a9f-dba7-46e6-88e9-0cb277ebf0ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432) (ec=ERR.5.4.6114)
2022-06-06T09:43:22.693Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=39b03a9f-dba7-46e6-88e9-0cb277ebf0ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432) (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-06-06T09:43:22.701Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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-06-06T09:43:22.702Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39b03a9f-dba7-46e6-88e9-0cb277ebf0ad and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=39b03a9f-dba7-46e6-88e9-0cb277ebf0ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432) (ec=ERR.5.4.6114)
2022-06-06T09:43:22.704Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T09:43:22.704Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:43:22.706Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:43:22.707Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508602702,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d39b03a9f-dba7-46e6-88e9-0cb277ebf0ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432) (ec\u003dERR.5.4.6114)"
}
2022-06-06T09:43:22.807Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:43:22.809Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:43:22.809Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:43:22.843Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:43:22.844Z||pool-18-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T09:43:23.725Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:43:23.726Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:43:23.726Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:43:34.048Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:43:34.049Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:43:34.049Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:43:34.049Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:43:43.616Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:43:43.617Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:43:43.618Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:43:43.618Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:43:53.186Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:44:10.444Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:44:10.445Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:44:10.445Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:44:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:44:10.448Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:44:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:44:11.094Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:44:11.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:44:11.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b03a9f-dba7-46e6-88e9-0cb277ebf0ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508602702,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d39b03a9f-dba7-46e6-88e9-0cb277ebf0ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/bf8fc3db-0a2d-4dfe-bbdf-5c68837beac3/model-vers/model-ver/c9ff368a-6518-4e51-a7ff-2b4dc34a1432) (ec\u003dERR.5.4.6114)"
}
2022-06-06T09:44:11.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:44:20.003Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:10.444Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:45:10.446Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:45:10.446Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:45:10.448Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:45:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:10.862Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:10.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:45:10.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508699706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:45:10.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:45:10.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:45:10.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "cds",
  "timestamp": 1654508702629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:45:10.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:45:10.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:45:10.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508706939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:45:10.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:45:10.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:45:10.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508704106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:45:10.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:45:10.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:45:10.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "policy-id",
  "timestamp": 1654508704071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:45:10.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:45:11.085Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:11.086Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T09:45:11.086Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8","serviceName":"vFW 2022-06-06 09-39-00","serviceVersion":"1.0","serviceUUID":"d2158c5a-440a-48a3-ab9b-306f889c1c4c","serviceDescription":"catalog service description","serviceInvariantUUID":"a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d","resources":[{"resourceInstanceName":"vFW 5887cc0f-3bf7 0","resourceName":"vFW 5887cc0f-3bf7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ca44486-7261-4795-acc9-f5a7564b7bdd","resourceInvariantUUID":"9da94f12-d34f-4ae9-aeac-623b05f8dab4","resourceCustomizationUUID":"f8931c98-d697-4d2c-8d76-3f8393f1bf7f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml","artifactChecksum":"NDYyODA0ODI0NzQzYjBlNjM0M2JjYTAzOThmZWZkNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"358f5f60-6a03-4acc-b6f4-d6bba767d051","artifactVersion":"1"},{"artifactName":"vfw5887cc0f3bf70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json","artifactChecksum":"Y2ViZjEwM2JlOTE3MzM4ODg3MDE0NDAxZGRiZTQ1ZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3163e393-b86b-424e-a1a5-3efa26150771","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"03b82bb0-4bb4-41eb-9878-bc0480c89834","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml","artifactChecksum":"YTMzZGMwZGEwYTAxMWQyMjRjNDM4OTcwNjM4YmVjNWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd9bacf3-767b-40ca-9c59-d8cb71d38855","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6ff0884-3cec-46ba-9e05-239452c752ac","artifactVersion":"3","generatedFromUUID":"03b82bb0-4bb4-41eb-9878-bc0480c89834"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220606093900-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml","artifactChecksum":"ZjJjNmU0OGQzODE4ZTRkYmZhYzU4NTdiNjI5MzJhYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6245e2ef-10c8-43c6-aaf2-d6b33632017d","artifactVersion":"1"},{"artifactName":"service-Vfw20220606093900-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar","artifactChecksum":"OWIwMjJhNmNjODBjYTM1MGI4MjUxMzU1YjFiMGI2NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e29da30-4f9d-4ad7-8a99-d21db9cd441d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T09:45:11.089Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:45:11.090Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:11.092Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:11.092Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508710444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:45:11.193Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:45:11.194Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:11.194Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:11.213Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:11.214Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:12.094Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:45:12.096Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:12.099Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:12.099Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508710444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T09:45:12.199Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:12.200Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:12.201Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:12.252Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:12.253Z||pool-20-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:45:13.100Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:45:13.101Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:13.103Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:13.103Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508710444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T09:45:13.204Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T09:45:13.205Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:13.205Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:13.234Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:13.235Z||pool-21-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:45:14.104Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:45:14.105Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:14.147Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:14.147Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508710444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:45:14.248Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:14.249Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:14.249Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:14.267Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:14.268Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:15.148Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:45:15.149Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:15.152Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:15.152Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508710444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T09:45:15.252Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:15.254Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:15.254Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:15.274Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:15.275Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:16.153Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:45:16.155Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:16.158Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:16.158Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508710444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:45:16.259Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T09:45:16.260Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:16.260Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:16.287Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:16.288Z||pool-24-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:17.159Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:45:17.160Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:17.162Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:17.162Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508710444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:45:17.263Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:17.264Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:17.264Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:17.286Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:17.287Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:18.164Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "serviceName": "vFW 2022-06-06 09-39-00",
  "serviceVersion": "1.0",
  "serviceUUID": "d2158c5a-440a-48a3-ab9b-306f889c1c4c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d",
  "resources": [
    {
      "resourceInstanceName": "vFW 5887cc0f-3bf7 0",
      "resourceCustomizationUUID": "f8931c98-d697-4d2c-8d76-3f8393f1bf7f",
      "resourceName": "vFW 5887cc0f-3bf7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4ca44486-7261-4795-acc9-f5a7564b7bdd",
      "resourceInvariantUUID": "9da94f12-d34f-4ae9-aeac-623b05f8dab4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw5887cc0f3bf70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
          "artifactChecksum": "Y2ViZjEwM2JlOTE3MzM4ODg3MDE0NDAxZGRiZTQ1ZDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3163e393-b86b-424e-a1a5-3efa26150771",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "03b82bb0-4bb4-41eb-9878-bc0480c89834",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "d6ff0884-3cec-46ba-9e05-239452c752ac",
            "generatedFromUUID": "03b82bb0-4bb4-41eb-9878-bc0480c89834"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "d6ff0884-3cec-46ba-9e05-239452c752ac",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220606093900-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
      "artifactChecksum": "OWIwMjJhNmNjODBjYTM1MGI4MjUxMzU1YjFiMGI2NjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9e29da30-4f9d-4ad7-8a99-d21db9cd441d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T09:45:18.165Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T09:45:18.165Z|39b03a9f-dba7-46e6-88e9-0cb277ebf0ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d2158c5a-440a-48a3-ab9b-306f889c1c4c ASDC
2022-06-06T09:45:18.166Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
ServiceName:vFW 2022-06-06 09-39-00
ServiceVersion:1.0
ServiceUUID:d2158c5a-440a-48a3-ab9b-306f889c1c4c
ServiceInvariantUUID:a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220606093900-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar
ArtifactUUID:9e29da30-4f9d-4ad7-8a99-d21db9cd441d
ArtifactChecksum:OWIwMjJhNmNjODBjYTM1MGI4MjUxMzU1YjFiMGI2NjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5887cc0f-3bf7 0
ResourceCustomizationUUID:f8931c98-d697-4d2c-8d76-3f8393f1bf7f
ResourceInvariantUUID:9da94f12-d34f-4ae9-aeac-623b05f8dab4
ResourceName:vFW 5887cc0f-3bf7
ResourceType:VF
ResourceUUID:4ca44486-7261-4795-acc9-f5a7564b7bdd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5887cc0f3bf70_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json
ArtifactUUID:3163e393-b86b-424e-a1a5-3efa26150771
ArtifactChecksum:Y2ViZjEwM2JlOTE3MzM4ODg3MDE0NDAxZGRiZTQ1ZDY=
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/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml
ArtifactUUID:03b82bb0-4bb4-41eb-9878-bc0480c89834
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env
ArtifactUUID:d6ff0884-3cec-46ba-9e05-239452c752ac
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env
ArtifactUUID:d6ff0884-3cec-46ba-9e05-239452c752ac
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T09:45:18.166Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2158c5a-440a-48a3-ab9b-306f889c1c4c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:45:18.204Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:45:18.205Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:45:18.205Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:45:18.205Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9e29da30-4f9d-4ad7-8a99-d21db9cd441d from URL: /sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:18.205Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:45:18.206Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:19.236Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:45:19.241Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar 9e29da30-4f9d-4ad7-8a99-d21db9cd441d 99002
2022-06-06T09:45:19.241Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar ASDC sendASDCNotification
2022-06-06T09:45:19.242Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:19.242Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:45:19.242Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:19.244Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:19.244Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508719241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:45:19.345Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:45:19.346Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:19.346Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:19.361Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:19.362Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:20.245Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:45:20.246Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:45:20.247Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9e29da30-4f9d-4ad7-8a99-d21db9cd441d, URL: /sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar to file: /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:20.247Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220606093900-csar.csar
2022-06-06T09:45:20.248Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:20.248Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:20.512Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9565447658285905030/Definitions/service-Vfw20220606093900-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-06T09:45:23.129Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T09:45:23.130Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T09:45:23.130Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.131Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-06T09:45:23.131Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.131Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.131Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.131Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.131Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.132Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.132Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5887cc0f-3bf7 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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.132Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.132Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.132Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.133Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.133Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.133Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-Vfw20220606093900-csar.csar
2022-06-06T09:45:23.133Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T09:45:23.133Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.134Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:23.134Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:23.134Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T09:45:23.134Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T09:45:23.135Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.135Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:23.135Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:23.135Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T09:45:23.136Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T09:45:23.136Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.136Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:23.137Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.137Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is not matching search criteria
2022-06-06T09:45:23.137Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:45:23.137Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:45:23.137Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:45:23.138Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.138Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.138Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:45:23.138Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.138Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:45:23.138Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:45:23.139Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.139Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.139Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:45:23.139Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.139Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:45:23.140Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.140Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T09:45:23.140Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.140Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T09:45:23.140Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.141Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:23.141Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:23.141Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.141Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:23.142Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:23.142Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.142Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:23.142Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:23.143Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.143Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is not matching search criteria
2022-06-06T09:45:23.143Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:45:23.144Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:45:23.144Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T09:45:23.144Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:45:23.144Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:45:23.144Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.145Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.145Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:45:23.145Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.145Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:45:23.146Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.146Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0d0bc7ca-9e10-417d-9d6e-aefafb1fb15a
2022-06-06T09:45:23.146Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.146Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is not matching search criteria
2022-06-06T09:45:23.147Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:45:23.147Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:45:23.147Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:45:23.147Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.147Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.148Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:45:23.148Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.148Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T09:45:23.148Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:45:23.148Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.149Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:45:23.149Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.149Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aa16d792-508d-41e2-b68d-b99839417aa9
2022-06-06T09:45:23.149Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.150Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is not matching search criteria
2022-06-06T09:45:23.150Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:45:23.150Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:45:23.150Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:45:23.150Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.151Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.151Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:45:23.151Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.151Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:45:23.151Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:45:23.152Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:23.152Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:23.152Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T09:45:23.152Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=53cd60ee-a672-43c0-b0aa-3260a1f502d0
2022-06-06T09:45:23.152Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.153Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:23.153Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.153Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:23.153Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.153Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:23.154Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:23.154Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:23.154Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-06 09-39-00
Description:catalog service description
Model UUID:d2158c5a-440a-48a3-ab9b-306f889c1c4c
Model Version:NULL
Model InvariantUuid:a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 5887cc0f-3bf7
Model UUID:c1809e08-47dd-4adc-b689-d21f8770b4b2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9da94f12-d34f-4ae9-aeac-623b05f8dab4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f8931c98-d697-4d2c-8d76-3f8393f1bf7f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:38a6dbd8-990d-4b05-b3a9-110ee5f2b870
ModelName:Vfw5887cc0f3bf7..base_vfw..module-0
ModelUuid:c265f240-5dbd-44f6-8cff-9ec774f8ee16
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0d0bc7ca-9e10-417d-9d6e-aefafb1fb15a
ModelInvariantUuid:c8f83e4c-5e3f-4334-ac8e-b4ce081f50fa
ModelName:vFW 5887cc0f-3bf7-nodes.vfwCvfc
ModelUuid:6766c2d2-f7e5-468f-b77a-07f9b3e2cb99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:97fe1b1b-c881-4aab-ba52-2d8fe3a2ead0
ModelInvariantUuid:3e623d10-8930-4cf7-8ba4-01a201fbd672
ModelName:Vfw5887cc0f3bf7.compute.nodes.heat.vfw
ModelUuid:da32a08d-d6e8-45b6-b39b-ece21f3cbd32
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa16d792-508d-41e2-b68d-b99839417aa9
ModelInvariantUuid:2bbd431f-6ec5-4c84-9457-bf3a59c05dc8
ModelName:vFW 5887cc0f-3bf7-nodes.vsnCvfc
ModelUuid:fff316ae-6f63-4d0a-8eed-f3bb64a65b11
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f2d52bb5-affc-4028-8664-94d35e633f59
ModelInvariantUuid:323d14a3-7ec9-4ead-87a9-1fb9eb8df6c3
ModelName:Vfw5887cc0f3bf7.compute.nodes.heat.vsn
ModelUuid:df7e3973-771e-4164-a906-8b167ecaa64d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:53cd60ee-a672-43c0-b0aa-3260a1f502d0
ModelInvariantUuid:881ed490-58ff-4bca-8337-cfd86cd5b1be
ModelName:vFW 5887cc0f-3bf7-nodes.vpgCvfc
ModelUuid:9ef26bf3-6147-4579-87c8-4244819f0020
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c0a272b7-3997-420f-a4f2-6284cc6c29c6
ModelInvariantUuid:8deab62c-4490-4696-ba66-73035292b835
ModelName:Vfw5887cc0f3bf7.compute.nodes.heat.vpg
ModelUuid:08a671f6-20a2-4113-a81b-495abf474168
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T09:45:23.162Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ca44486-7261-4795-acc9-f5a7564b7bdd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T09:45:23.166Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||vFW 5887cc0f-3bf7 0
2022-06-06T09:45:23.166Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ca44486-7261-4795-acc9-f5a7564b7bdd
2022-06-06T09:45:23.166Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3163e393-b86b-424e-a1a5-3efa26150771 from URL: /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json
2022-06-06T09:45:23.167Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:45:23.167Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json
2022-06-06T09:45:24.585Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:45:24.585Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json 3163e393-b86b-424e-a1a5-3efa26150771 785
2022-06-06T09:45:24.586Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json ASDC sendASDCNotification
2022-06-06T09:45:24.586Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json
2022-06-06T09:45:24.586Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:45:24.586Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:24.589Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:24.589Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508724585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:45:24.689Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:24.691Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:24.691Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:24.734Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:24.735Z||pool-27-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:25.590Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5887cc0f3bf7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "38a6dbd8-990d-4b05-b3a9-110ee5f2b870",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c265f240-5dbd-44f6-8cff-9ec774f8ee16",
    "vfModuleModelCustomizationUUID": "a5b7c269-29fb-478d-a445-94c07cffdd3f",
    "isBase": true,
    "artifacts": [
      "03b82bb0-4bb4-41eb-9878-bc0480c89834",
      "d6ff0884-3cec-46ba-9e05-239452c752ac"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T09:45:25.595Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5887cc0f3bf7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c265f240-5dbd-44f6-8cff-9ec774f8ee16
VfModuleModelInvariantUUID:38a6dbd8-990d-4b05-b3a9-110ee5f2b870
VfModuleModelDescription:NULL
Artifacts UUID List:{
03b82bb0-4bb4-41eb-9878-bc0480c89834
,
d6ff0884-3cec-46ba-9e05-239452c752ac

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

isBase:true


}

2022-06-06T09:45:25.597Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5887cc0f3bf7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "38a6dbd8-990d-4b05-b3a9-110ee5f2b870",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c265f240-5dbd-44f6-8cff-9ec774f8ee16",
    "vfModuleModelCustomizationUUID": "a5b7c269-29fb-478d-a445-94c07cffdd3f",
    "isBase": true,
    "artifacts": [
      "03b82bb0-4bb4-41eb-9878-bc0480c89834",
      "d6ff0884-3cec-46ba-9e05-239452c752ac"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T09:45:25.597Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5887cc0f3bf7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c265f240-5dbd-44f6-8cff-9ec774f8ee16
VfModuleModelInvariantUUID:38a6dbd8-990d-4b05-b3a9-110ee5f2b870
VfModuleModelDescription:NULL
Artifacts UUID List:{
03b82bb0-4bb4-41eb-9878-bc0480c89834
,
d6ff0884-3cec-46ba-9e05-239452c752ac

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

isBase:true


}

2022-06-06T09:45:25.598Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 03b82bb0-4bb4-41eb-9878-bc0480c89834 from URL: /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml
2022-06-06T09:45:25.598Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:45:25.598Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml
2022-06-06T09:45:26.828Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:45:26.829Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml 03b82bb0-4bb4-41eb-9878-bc0480c89834 20368
2022-06-06T09:45:26.830Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T09:45:26.830Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml
2022-06-06T09:45:26.830Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:45:26.831Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:26.833Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:26.833Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508726830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:45:26.933Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:45:26.935Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:26.935Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:26.956Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:26.957Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:45:27.835Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6ff0884-3cec-46ba-9e05-239452c752ac from URL: /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env
2022-06-06T09:45:27.835Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:45:27.836Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env
2022-06-06T09:45:29.227Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:45:29.228Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env d6ff0884-3cec-46ba-9e05-239452c752ac 2098
2022-06-06T09:45:29.228Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T09:45:29.228Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env
2022-06-06T09:45:29.229Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:45:29.229Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:29.231Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:29.232Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508729228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:45:29.332Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:45:29.333Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:29.333Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:29.349Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:29.349Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:45:30.232Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d2158c5a-440a-48a3-ab9b-306f889c1c4c
2022-06-06T09:45:30.233Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5887cc0f-3bf7 0 4ca44486-7261-4795-acc9-f5a7564b7bdd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T09:45:30.258Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27ea5743, org.onap.sdc.toscaparser.api.parameters.Input@b423d3, org.onap.sdc.toscaparser.api.parameters.Input@20b8ad26, org.onap.sdc.toscaparser.api.parameters.Input@3d0558c, org.onap.sdc.toscaparser.api.parameters.Input@76f55afa]
2022-06-06T09:45:30.260Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.260Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.261Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-06T09:45:30.261Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f8931c98-d697-4d2c-8d76-3f8393f1bf7f
2022-06-06T09:45:30.261Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8931c98-d697-4d2c-8d76-3f8393f1bf7f matches Tosca VF Customization UUID: f8931c98-d697-4d2c-8d76-3f8393f1bf7f
2022-06-06T09:45:30.261Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f8931c98-d697-4d2c-8d76-3f8393f1bf7f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T09:45:30.265Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.266Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.268Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f8931c98-d697-4d2c-8d76-3f8393f1bf7f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-06T09:45:30.269Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33374ce8
2022-06-06T09:45:30.269Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.269Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T09:45:30.270Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a5b7c269-29fb-478d-a445-94c07cffdd3f
2022-06-06T09:45:30.270Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a5b7c269-29fb-478d-a445-94c07cffdd3f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T09:45:30.274Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.274Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:30.274Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:30.275Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.275Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:30.275Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:30.276Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.276Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is not matching search criteria
2022-06-06T09:45:30.276Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:45:30.276Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:45:30.276Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T09:45:30.277Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:45:30.277Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:45:30.277Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.277Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:30.277Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:45:30.278Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:30.278Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:45:30.278Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.278Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0d0bc7ca-9e10-417d-9d6e-aefafb1fb15a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T09:45:30.282Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.282Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:30.282Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:30.282Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.283Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is not matching search criteria
2022-06-06T09:45:30.283Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:45:30.283Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:45:30.283Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:45:30.284Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:30.284Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.284Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:45:30.284Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.284Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T09:45:30.284Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:45:30.284Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:30.285Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:45:30.285Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.285Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aa16d792-508d-41e2-b68d-b99839417aa9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T09:45:30.288Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.288Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:30.288Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:30.292Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.292Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is not matching search criteria
2022-06-06T09:45:30.293Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:45:30.293Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:45:30.293Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:45:30.293Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:30.293Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.293Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:45:30.294Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.294Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:45:30.294Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:45:30.294Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:45:30.295Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:45:30.295Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T09:45:30.295Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=53cd60ee-a672-43c0-b0aa-3260a1f502d0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T09:45:30.298Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.299Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:30.299Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:45:30.300Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.300Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Node template vFW 5887cc0f-3bf7 0 is matching search criteria
2022-06-06T09:45:30.301Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 5887cc0f-3bf7 0] matching following query criteria: sdcType=VF, customizationUUID=f8931c98-d697-4d2c-8d76-3f8393f1bf7f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T09:45:30.304Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.304Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.304Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d2158c5a-440a-48a3-ab9b-306f889c1c4c: vFW 5887cc0f-3bf7
2022-06-06T09:45:30.305Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.305Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.305Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.306Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.306Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.306Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.306Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.307Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.307Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:45:30.308Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-39-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:45:30.308Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-06 09-39-00 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:45:30.532Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5887cc0f-3bf7 4ca44486-7261-4795-acc9-f5a7564b7bdd 1 ASDC deployResourceStructure
2022-06-06T09:45:30.533Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json ASDC sendASDCNotification
2022-06-06T09:45:30.533Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json
2022-06-06T09:45:30.533Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:45:30.533Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:30.535Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:30.536Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508730533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T09:45:30.636Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:30.637Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:30.637Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:30.656Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:30.657Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:45:31.537Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T09:45:31.537Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml
2022-06-06T09:45:31.538Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:45:31.538Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:31.540Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:31.541Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508731537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T09:45:31.641Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:31.642Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:31.642Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:31.658Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:31.659Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:32.543Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T09:45:32.543Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env
2022-06-06T09:45:32.543Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:45:32.544Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:32.546Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:32.546Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508732543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T09:45:32.646Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:45:32.647Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:32.647Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:32.664Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:32.665Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:33.547Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar ASDC sendASDCNotification
2022-06-06T09:45:33.547Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar
2022-06-06T09:45:33.548Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:45:33.548Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:45:33.551Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:45:33.552Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508733547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:45:33.655Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-06T09:45:33.656Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:45:33.656Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:45:33.674Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:33.675Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:45:34.553Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:45:34.567Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:45:34.570Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:45:34.570Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:45:34.570Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:46:04.571Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:46:04.593Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:46:04.596Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:46:04.597Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:46:04.597Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:46:10.448Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:46:10.449Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:46:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:46:10.488Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:46:10.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:46:10.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508699706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:46:10.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:46:34.597Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:46:34.611Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:46:34.615Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:46:34.615Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:46:34.615Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:47:04.615Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:47:04.630Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:47:04.633Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:47:04.633Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:47:04.633Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:47:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:47:10.449Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:47:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:47:10.489Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:47:10.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:47:10.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "cds",
  "timestamp": 1654508702629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:47:10.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:47:34.634Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:47:34.668Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:47:34.672Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:47:34.672Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:47:34.672Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:48:04.673Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:48:04.686Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:48:04.695Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:48:04.695Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:48:04.695Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:48:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:48:10.448Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:48:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:48:10.508Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:48:10.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508706939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508704106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "policy-id",
  "timestamp": 1654508704071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508710444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508699706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "cds",
  "timestamp": 1654508702629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508706939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "policy-id",
  "timestamp": 1654508704071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508704106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508710444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508699706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "cds",
  "timestamp": 1654508702629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508706939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "policy-id",
  "timestamp": 1654508704071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508704106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508710444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508699706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "cds",
  "timestamp": 1654508702629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508706939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508704106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "policy-id",
  "timestamp": 1654508704071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508710444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508699706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "cds",
  "timestamp": 1654508702629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508706939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "policy-id",
  "timestamp": 1654508704071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508704106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "aai-ml",
  "timestamp": 1654508714775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508710444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508699706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508706939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "policy-id",
  "timestamp": 1654508704071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "cds",
  "timestamp": 1654508702629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508704106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "aai-ml",
  "timestamp": 1654508714775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508710444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "aai-ml",
  "timestamp": 1654508714775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508710444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508718404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "aai-ml",
  "timestamp": 1654508714775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "policy-id",
  "timestamp": 1654508718531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "cds",
  "timestamp": 1654508717598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508717690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "aai-ml",
  "timestamp": 1654508714775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "policy-id",
  "timestamp": 1654508719537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:48:10.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "cds",
  "timestamp": 1654508718606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:48:10.550Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
2022-06-06T09:48:10.550Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:48:10.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508719241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "aai-ml",
  "timestamp": 1654508714775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "policy-id",
  "timestamp": 1654508720540,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:48:10.572Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
2022-06-06T09:48:10.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:48:10.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508720000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "aai-ml",
  "timestamp": 1654508714775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508721931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "aai-ml",
  "timestamp": 1654508723636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508722956,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:48:10.588Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
2022-06-06T09:48:10.588Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T09:48:10.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508724893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:48:10.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508724585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508723992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T09:48:10.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508725902,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:48:10.603Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
2022-06-06T09:48:10.603Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:48:10.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "clamp",
  "timestamp": 1654508725223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "clamp",
  "timestamp": 1654508725223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508726830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "clamp",
  "timestamp": 1654508725223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "clamp",
  "timestamp": 1654508725223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508729228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "clamp",
  "timestamp": 1654508725223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508730533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/vfw5887cc0f3bf70_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "clamp",
  "timestamp": 1654508725223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508731537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "clamp",
  "timestamp": 1654508725223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508732543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/resourceInstances/vfw5887cc0f3bf70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508733547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "aai-ml",
  "timestamp": 1654508735342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T09:48:10.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "aai-ml",
  "timestamp": 1654508736348,
  "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-06-06T09:48:10.624Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
2022-06-06T09:48:10.625Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:48:10.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "clamp",
  "timestamp": 1654508741107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:48:10.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "clamp",
  "timestamp": 1654508743116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606093900/1.0/artifacts/service-Vfw20220606093900-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:48:10.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:48:10.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:48:10.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "clamp",
  "timestamp": 1654508744120,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:48:10.644Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
2022-06-06T09:48:10.644Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:48:34.695Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:48:34.712Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:48:34.717Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:48:34.717Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T09:48:34.717Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T09:48:34.717Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T09:48:34.718Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T09:48:34.718Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-06-06T09:48:34.724Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T09:49:04.724Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T09:49:04.733Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 and serviceModelVersionId: d2158c5a-440a-48a3-ab9b-306f889c1c4c
2022-06-06T09:49:04.734Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d
2022-06-06T09:49:04.737Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0
2022-06-06T09:49:04.746Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T09:49:04.839Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0|INFO|500||Invoke
2022-06-06T09:49:04.840Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[86d9bc52-41d5-417d-83d3-ceb0ccfdd7b4], X-ECOMP-RequestID=[bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8], X-TransactionId=[], X-ONAP-RequestID=[bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8], Content-Type=[application/merge-patch+json]}
2022-06-06T09:49:04.877Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T09:49:05.034Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?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/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-09:49:04:886-68895], Content-Length=[495], Date=[Mon, 06 Jun 2022 09:49:04 GMT], Content-Type=[application/json]}
2022-06-06T09:49:05.036Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?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/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c","ERR.5.4.6114"]}}}

2022-06-06T09:49:05.036Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T09:49:05.043Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c) (ec=ERR.5.4.6114)
2022-06-06T09:49:05.044Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c) (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-06-06T09:49:05.045Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c) (ec=ERR.5.4.6114)
2022-06-06T09:49:05.045Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c) (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-06-06T09:49:05.054Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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-06-06T09:49:05.055Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c) (ec=ERR.5.4.6114)
2022-06-06T09:49:05.055Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T09:49:05.056Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:05.059Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:05.059Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508945055,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c) (ec\u003dERR.5.4.6114)"
}
2022-06-06T09:49:05.159Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:05.160Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:05.160Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:05.178Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:05.180Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T09:49:06.075Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:49:06.076Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:49:06.077Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:49:10.448Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:49:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:10.495Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:10.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "clamp",
  "timestamp": 1654508875223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "clamp",
  "timestamp": 1654508875223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T09:49:10.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508879710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "clamp",
  "timestamp": 1654508875223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508879710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "clamp",
  "timestamp": 1654508875223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508879710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "clamp",
  "timestamp": 1654508875223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508879710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "cds",
  "timestamp": 1654508882629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508884106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "clamp",
  "timestamp": 1654508875223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "policy-id",
  "timestamp": 1654508884071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508879710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "cds",
  "timestamp": 1654508882629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508884106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "clamp",
  "timestamp": 1654508875223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:49:10.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "policy-id",
  "timestamp": 1654508884071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508879710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "cds",
  "timestamp": 1654508882629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508884106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "policy-id",
  "timestamp": 1654508884071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T09:49:10.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654508879710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "cds",
  "timestamp": 1654508882629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508884106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "policy-id",
  "timestamp": 1654508884071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "cds",
  "timestamp": 1654508882629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508884106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "policy-id",
  "timestamp": 1654508884071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508886937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "cds",
  "timestamp": 1654508882629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508884106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.517Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:10.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "policy-id",
  "timestamp": 1654508884071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508886937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.518Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.518Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ca7c2de4-2444-4988-b7d7-0a57eb8017f4","serviceName":"vFW 2022-06-06 09-42-36","serviceVersion":"1.0","serviceUUID":"5989fcee-8aae-4869-9ad7-e2aec79dbc1c","serviceDescription":"catalog service description","serviceInvariantUUID":"be30e251-80d3-4886-86d1-9b2b45e618ef","resources":[{"resourceInstanceName":"vFW 6d536a0f-126f 0","resourceName":"vFW 6d536a0f-126f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4532b255-8798-4973-ae9a-40ec70d5ca2a","resourceInvariantUUID":"231a91f8-6125-4bcd-9f00-93136150699c","resourceCustomizationUUID":"e641f133-6da5-4125-aa55-e5d6ff93b244","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml","artifactChecksum":"MzYzZjI0MWFmZGMwMTY3Njc0OWVlN2FiYTMyYmM3OTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bfb31d87-6218-4fe5-9688-8e2ca69830a5","artifactVersion":"1"},{"artifactName":"vfw6d536a0f126f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json","artifactChecksum":"ZGJkYWI4ODg3NTEzNjgxYzc2MjkzNWZmMGU1YzhkMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d892f3c-5830-4930-9c50-07ed76540c3f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"070a75d1-2dcf-4621-b9dc-25e08af4ea15","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml","artifactChecksum":"MjQ4ZjYwMDcyYmJhM2E1MTUxMzBhNGZkODJhNWNhZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"690b6cf4-29f2-44fa-8ed0-e93ec104d45e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c132d8f9-adcf-4170-bb99-843c210295d1","artifactVersion":"2","generatedFromUUID":"070a75d1-2dcf-4621-b9dc-25e08af4ea15"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220606094236-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml","artifactChecksum":"MjI1NDBjYTY0ZDU5YmZjYzYyMzcwZDg5ZjYxYmRjYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3281d706-4b03-4dab-b8d8-7c95fdea1aa2","artifactVersion":"1"},{"artifactName":"service-Vfw20220606094236-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar","artifactChecksum":"OGM3YzY0YjU1OTE0MzVmNzhlM2VmNzFhNWU1ODhhOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"560683cf-c4e9-4f63-b161-8beb5729d393","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "cds",
  "timestamp": 1654508882629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508884106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:49:10.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "policy-id",
  "timestamp": 1654508884071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:49:10.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:49:10.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508886937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T09:49:10.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:49:10.522Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:49:10.522Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:10.524Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:10.525Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508946075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:10.625Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:10.626Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:10.626Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:10.645Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:10.645Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:11.525Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:49:11.526Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:11.528Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:11.528Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508946075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T09:49:11.628Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:11.630Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:11.631Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:11.654Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:11.655Z||pool-36-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:49:12.529Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:49:12.529Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:12.531Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:12.531Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508946075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T09:49:12.632Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:12.633Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:12.633Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:12.661Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:12.662Z||pool-37-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:13.532Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:49:13.533Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:13.535Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:13.535Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508946075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:13.635Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:13.636Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:13.636Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:13.654Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:13.654Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:14.536Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:49:14.536Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:14.538Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:14.538Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508946075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T09:49:14.638Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:49:14.639Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:14.640Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:14.659Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:14.659Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:15.539Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:49:15.540Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:15.543Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:15.543Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508946075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:49:15.643Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:15.644Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:15.645Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:15.664Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:15.665Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:16.544Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:49:16.545Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:16.547Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:16.547Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508946075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:49:16.647Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:16.648Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:16.648Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:16.664Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:16.666Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:17.549Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "serviceName": "vFW 2022-06-06 09-42-36",
  "serviceVersion": "1.0",
  "serviceUUID": "5989fcee-8aae-4869-9ad7-e2aec79dbc1c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "be30e251-80d3-4886-86d1-9b2b45e618ef",
  "resources": [
    {
      "resourceInstanceName": "vFW 6d536a0f-126f 0",
      "resourceCustomizationUUID": "e641f133-6da5-4125-aa55-e5d6ff93b244",
      "resourceName": "vFW 6d536a0f-126f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4532b255-8798-4973-ae9a-40ec70d5ca2a",
      "resourceInvariantUUID": "231a91f8-6125-4bcd-9f00-93136150699c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6d536a0f126f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
          "artifactChecksum": "ZGJkYWI4ODg3NTEzNjgxYzc2MjkzNWZmMGU1YzhkMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7d892f3c-5830-4930-9c50-07ed76540c3f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "070a75d1-2dcf-4621-b9dc-25e08af4ea15",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c132d8f9-adcf-4170-bb99-843c210295d1",
            "generatedFromUUID": "070a75d1-2dcf-4621-b9dc-25e08af4ea15"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c132d8f9-adcf-4170-bb99-843c210295d1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220606094236-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
      "artifactChecksum": "OGM3YzY0YjU1OTE0MzVmNzhlM2VmNzFhNWU1ODhhOTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "560683cf-c4e9-4f63-b161-8beb5729d393"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T09:49:17.550Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T09:49:17.550Z|bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5989fcee-8aae-4869-9ad7-e2aec79dbc1c ASDC
2022-06-06T09:49:17.551Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ca7c2de4-2444-4988-b7d7-0a57eb8017f4
ServiceName:vFW 2022-06-06 09-42-36
ServiceVersion:1.0
ServiceUUID:5989fcee-8aae-4869-9ad7-e2aec79dbc1c
ServiceInvariantUUID:be30e251-80d3-4886-86d1-9b2b45e618ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220606094236-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar
ArtifactUUID:560683cf-c4e9-4f63-b161-8beb5729d393
ArtifactChecksum:OGM3YzY0YjU1OTE0MzVmNzhlM2VmNzFhNWU1ODhhOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6d536a0f-126f 0
ResourceCustomizationUUID:e641f133-6da5-4125-aa55-e5d6ff93b244
ResourceInvariantUUID:231a91f8-6125-4bcd-9f00-93136150699c
ResourceName:vFW 6d536a0f-126f
ResourceType:VF
ResourceUUID:4532b255-8798-4973-ae9a-40ec70d5ca2a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6d536a0f126f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json
ArtifactUUID:7d892f3c-5830-4930-9c50-07ed76540c3f
ArtifactChecksum:ZGJkYWI4ODg3NTEzNjgxYzc2MjkzNWZmMGU1YzhkMGI=
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/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml
ArtifactUUID:070a75d1-2dcf-4621-b9dc-25e08af4ea15
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/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env
ArtifactUUID:c132d8f9-adcf-4170-bb99-843c210295d1
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/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env
ArtifactUUID:c132d8f9-adcf-4170-bb99-843c210295d1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T09:49:17.551Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5989fcee-8aae-4869-9ad7-e2aec79dbc1c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:49:17.591Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:49:17.592Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:49:17.592Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:49:17.593Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 560683cf-c4e9-4f63-b161-8beb5729d393 from URL: /sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:17.593Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:49:17.593Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:17.838Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:49:17.845Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar 560683cf-c4e9-4f63-b161-8beb5729d393 98970
2022-06-06T09:49:17.845Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar ASDC sendASDCNotification
2022-06-06T09:49:17.846Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:17.846Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:49:17.846Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:17.848Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:17.849Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508957845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:49:17.949Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:17.950Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:17.950Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:17.968Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:17.969Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:18.850Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:49:18.851Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:49:18.852Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 560683cf-c4e9-4f63-b161-8beb5729d393, URL: /sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar to file: /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:18.852Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220606094236-csar.csar
2022-06-06T09:49:18.853Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:18.853Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:19.082Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6266270311198836832/Definitions/service-Vfw20220606094236-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-06T09:49:21.717Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T09:49:21.718Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T09:49:21.718Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.718Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-06T09:49:21.718Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.719Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6d536a0f-126f 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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.719Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.719Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.719Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.719Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.719Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.720Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.720Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.720Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.720Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.720Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.721Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-Vfw20220606094236-csar.csar
2022-06-06T09:49:21.721Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T09:49:21.721Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.721Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:21.722Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is matching search criteria
2022-06-06T09:49:21.722Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T09:49:21.723Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6d536a0f-126f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T09:49:21.723Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.723Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:21.724Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is matching search criteria
2022-06-06T09:49:21.724Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T09:49:21.724Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6d536a0f-126f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T09:49:21.724Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.725Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:21.725Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.725Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is not matching search criteria
2022-06-06T09:49:21.726Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:49:21.726Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:49:21.726Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:21.726Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.726Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.727Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:49:21.727Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:49:21.727Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:49:21.727Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:49:21.727Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.728Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:21.728Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:49:21.728Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:21.728Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:49:21.728Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.729Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T09:49:21.729Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.729Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T09:49:21.729Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.730Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is matching search criteria
2022-06-06T09:49:21.730Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6d536a0f-126f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:49:21.730Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.730Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is matching search criteria
2022-06-06T09:49:21.730Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6d536a0f-126f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:49:21.731Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.731Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is matching search criteria
2022-06-06T09:49:21.731Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6d536a0f-126f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:49:21.731Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.732Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is not matching search criteria
2022-06-06T09:49:21.732Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:49:21.732Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T09:49:21.732Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:49:21.732Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:49:21.732Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:49:21.733Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.733Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:21.733Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:49:21.733Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:21.733Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:49:21.734Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.734Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=070cb017-2737-4166-9a50-9dbb4643fba9
2022-06-06T09:49:21.734Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.734Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is not matching search criteria
2022-06-06T09:49:21.734Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:49:21.735Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:49:21.735Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:21.735Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.735Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.735Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:49:21.736Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:49:21.736Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T09:49:21.736Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:49:21.736Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:21.736Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:49:21.737Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.737Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=51e95d15-469c-4545-b03c-7fab607120c4
2022-06-06T09:49:21.737Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.738Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is not matching search criteria
2022-06-06T09:49:21.738Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:49:21.738Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:49:21.738Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:21.738Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.739Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.739Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:49:21.739Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:49:21.739Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:49:21.740Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:49:21.740Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:49:21.740Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:21.740Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T09:49:21.740Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9d912c7e-1425-45a7-a627-af118f679723
2022-06-06T09:49:21.741Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.741Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:21.741Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.741Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:21.741Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.742Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:21.742Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:21.742Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:21.742Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-06 09-42-36
Description:catalog service description
Model UUID:5989fcee-8aae-4869-9ad7-e2aec79dbc1c
Model Version:NULL
Model InvariantUuid:be30e251-80d3-4886-86d1-9b2b45e618ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6d536a0f-126f
Model UUID:6de87731-bed8-497d-8485-f28244606dda
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:231a91f8-6125-4bcd-9f00-93136150699c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e641f133-6da5-4125-aa55-e5d6ff93b244
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fdd3b2dd-e9be-4608-a437-bad6c6f7a11c
ModelName:Vfw6d536a0f126f..base_vfw..module-0
ModelUuid:a344aacb-4a61-43e9-b601-42d1b63c6154
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:070cb017-2737-4166-9a50-9dbb4643fba9
ModelInvariantUuid:7d27cc69-cf49-473d-97b3-688e966d38d0
ModelName:vFW 6d536a0f-126f-nodes.vfwCvfc
ModelUuid:e68ce8cc-95f4-4d72-99c9-9e2b00a54208
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:747bfdcd-fdd8-49dc-ac60-09cc580a5dcc
ModelInvariantUuid:dc08883f-15cd-46f0-b406-9bc381b51a8e
ModelName:Vfw6d536a0f126f.compute.nodes.heat.vfw
ModelUuid:13d732d6-0122-46c4-b64b-5b9d7f1c1c3e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:51e95d15-469c-4545-b03c-7fab607120c4
ModelInvariantUuid:d18b6f6a-d52d-4d32-9364-2aee3efbb67d
ModelName:vFW 6d536a0f-126f-nodes.vsnCvfc
ModelUuid:0ed6e1a7-b39f-47a4-a810-edd7054aefad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3d7e1e21-9aa3-4a43-839a-7729b3f03b8f
ModelInvariantUuid:c6a7e55d-c350-48a6-a7ca-584b76f674b8
ModelName:Vfw6d536a0f126f.compute.nodes.heat.vsn
ModelUuid:5bc54e9e-e8d8-45d0-a736-44b6d1793aea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9d912c7e-1425-45a7-a627-af118f679723
ModelInvariantUuid:ef518dca-ed05-47b2-b6e6-062e6cac0473
ModelName:vFW 6d536a0f-126f-nodes.vpgCvfc
ModelUuid:c01ec1db-d4ab-4f4c-942a-ebb95e2fb7e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:824cd4b9-7bf9-452d-b5eb-f8d22b58cceb
ModelInvariantUuid:d7a9b6a0-4e22-44b8-997f-08d8a4c38d1c
ModelName:Vfw6d536a0f126f.compute.nodes.heat.vpg
ModelUuid:dec0542b-37da-4f3f-a1bf-e857bb921e34
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T09:49:21.750Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4532b255-8798-4973-ae9a-40ec70d5ca2a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T09:49:21.753Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||vFW 6d536a0f-126f 0
2022-06-06T09:49:21.753Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4532b255-8798-4973-ae9a-40ec70d5ca2a
2022-06-06T09:49:21.754Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7d892f3c-5830-4930-9c50-07ed76540c3f from URL: /sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json
2022-06-06T09:49:21.754Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:49:21.754Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json
2022-06-06T09:49:22.925Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:49:22.926Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json 7d892f3c-5830-4930-9c50-07ed76540c3f 785
2022-06-06T09:49:22.927Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json ASDC sendASDCNotification
2022-06-06T09:49:22.927Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json
2022-06-06T09:49:22.927Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:49:22.927Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:22.929Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:22.930Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508962927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:49:23.030Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:49:23.031Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:23.031Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:23.047Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:23.048Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:49:23.931Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6d536a0f126f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fdd3b2dd-e9be-4608-a437-bad6c6f7a11c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a344aacb-4a61-43e9-b601-42d1b63c6154",
    "vfModuleModelCustomizationUUID": "c14239ff-4682-43f4-af6a-f90610544cad",
    "isBase": true,
    "artifacts": [
      "070a75d1-2dcf-4621-b9dc-25e08af4ea15",
      "c132d8f9-adcf-4170-bb99-843c210295d1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T09:49:23.935Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6d536a0f126f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a344aacb-4a61-43e9-b601-42d1b63c6154
VfModuleModelInvariantUUID:fdd3b2dd-e9be-4608-a437-bad6c6f7a11c
VfModuleModelDescription:NULL
Artifacts UUID List:{
070a75d1-2dcf-4621-b9dc-25e08af4ea15
,
c132d8f9-adcf-4170-bb99-843c210295d1

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

isBase:true


}

2022-06-06T09:49:23.937Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6d536a0f126f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fdd3b2dd-e9be-4608-a437-bad6c6f7a11c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a344aacb-4a61-43e9-b601-42d1b63c6154",
    "vfModuleModelCustomizationUUID": "c14239ff-4682-43f4-af6a-f90610544cad",
    "isBase": true,
    "artifacts": [
      "070a75d1-2dcf-4621-b9dc-25e08af4ea15",
      "c132d8f9-adcf-4170-bb99-843c210295d1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T09:49:23.937Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6d536a0f126f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a344aacb-4a61-43e9-b601-42d1b63c6154
VfModuleModelInvariantUUID:fdd3b2dd-e9be-4608-a437-bad6c6f7a11c
VfModuleModelDescription:NULL
Artifacts UUID List:{
070a75d1-2dcf-4621-b9dc-25e08af4ea15
,
c132d8f9-adcf-4170-bb99-843c210295d1

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

isBase:true


}

2022-06-06T09:49:23.937Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 070a75d1-2dcf-4621-b9dc-25e08af4ea15 from URL: /sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml
2022-06-06T09:49:23.937Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:49:23.938Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml
2022-06-06T09:49:25.083Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:49:25.085Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml 070a75d1-2dcf-4621-b9dc-25e08af4ea15 20368
2022-06-06T09:49:25.085Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T09:49:25.085Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml
2022-06-06T09:49:25.085Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:49:25.086Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:25.089Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:25.089Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508965085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:49:25.188Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:49:25.189Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:25.190Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:25.206Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:25.207Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:26.090Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c132d8f9-adcf-4170-bb99-843c210295d1 from URL: /sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env
2022-06-06T09:49:26.091Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:49:26.091Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env
2022-06-06T09:49:26.978Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:49:26.979Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env c132d8f9-adcf-4170-bb99-843c210295d1 2098
2022-06-06T09:49:26.979Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T09:49:26.979Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env
2022-06-06T09:49:26.979Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:49:26.979Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:26.982Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:26.982Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508966979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:49:27.082Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:27.083Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:27.083Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:27.103Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:27.104Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:27.982Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5989fcee-8aae-4869-9ad7-e2aec79dbc1c
2022-06-06T09:49:27.983Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6d536a0f-126f 0 4532b255-8798-4973-ae9a-40ec70d5ca2a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T09:49:28.003Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f856b77, org.onap.sdc.toscaparser.api.parameters.Input@42c0c1b8, org.onap.sdc.toscaparser.api.parameters.Input@23c951e5, org.onap.sdc.toscaparser.api.parameters.Input@27f1c74b, org.onap.sdc.toscaparser.api.parameters.Input@333bde11]
2022-06-06T09:49:28.004Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.005Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:28.005Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-06T09:49:28.005Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e641f133-6da5-4125-aa55-e5d6ff93b244
2022-06-06T09:49:28.005Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e641f133-6da5-4125-aa55-e5d6ff93b244 matches Tosca VF Customization UUID: e641f133-6da5-4125-aa55-e5d6ff93b244
2022-06-06T09:49:28.005Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e641f133-6da5-4125-aa55-e5d6ff93b244  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T09:49:28.008Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.008Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:28.009Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e641f133-6da5-4125-aa55-e5d6ff93b244: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-06T09:49:28.009Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37ff72b2
2022-06-06T09:49:28.009Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.010Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T09:49:28.010Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c14239ff-4682-43f4-af6a-f90610544cad
2022-06-06T09:49:28.010Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c14239ff-4682-43f4-af6a-f90610544cad
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T09:49:28.013Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.013Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is matching search criteria
2022-06-06T09:49:28.013Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6d536a0f-126f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:49:28.014Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.014Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is matching search criteria
2022-06-06T09:49:28.015Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6d536a0f-126f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:49:28.015Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.015Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is not matching search criteria
2022-06-06T09:49:28.016Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:49:28.016Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T09:49:28.016Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:49:28.017Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:49:28.017Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:49:28.017Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:49:28.017Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:28.018Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:49:28.018Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:28.018Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:49:28.019Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:49:28.019Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=070cb017-2737-4166-9a50-9dbb4643fba9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T09:49:28.022Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.023Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is matching search criteria
2022-06-06T09:49:28.023Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6d536a0f-126f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:49:28.023Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.024Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is not matching search criteria
2022-06-06T09:49:28.024Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:49:28.024Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:49:28.024Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:28.025Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:49:28.025Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:49:28.025Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:49:28.025Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:49:28.026Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T09:49:28.026Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T09:49:28.026Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:28.026Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T09:49:28.027Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:49:28.027Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=51e95d15-469c-4545-b03c-7fab607120c4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T09:49:28.029Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.029Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is matching search criteria
2022-06-06T09:49:28.030Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6d536a0f-126f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:49:28.030Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.031Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is not matching search criteria
2022-06-06T09:49:28.031Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T09:49:28.031Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T09:49:28.031Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:28.032Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:49:28.032Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T09:49:28.032Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T09:49:28.032Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T09:49:28.033Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T09:49:28.033Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T09:49:28.033Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T09:49:28.033Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T09:49:28.033Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T09:49:28.034Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9d912c7e-1425-45a7-a627-af118f679723
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T09:49:28.036Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.036Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is matching search criteria
2022-06-06T09:49:28.037Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6d536a0f-126f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T09:49:28.037Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.037Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Node template vFW 6d536a0f-126f 0 is matching search criteria
2022-06-06T09:49:28.037Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6d536a0f-126f 0] matching following query criteria: sdcType=VF, customizationUUID=e641f133-6da5-4125-aa55-e5d6ff93b244
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T09:49:28.039Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.039Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:28.040Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5989fcee-8aae-4869-9ad7-e2aec79dbc1c: vFW 6d536a0f-126f
2022-06-06T09:49:28.040Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.040Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:28.040Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.041Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:28.041Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.041Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:28.041Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.041Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:28.042Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:49:28.042Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 09-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:49:28.042Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-06 09-42-36 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:49:28.231Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6d536a0f-126f 4532b255-8798-4973-ae9a-40ec70d5ca2a 1 ASDC deployResourceStructure
2022-06-06T09:49:28.232Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json ASDC sendASDCNotification
2022-06-06T09:49:28.232Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json
2022-06-06T09:49:28.232Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:49:28.232Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:28.235Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:28.235Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508968232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T09:49:28.335Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:28.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-06-06T09:49:28.337Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:28.359Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:28.359Z||pool-46-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:29.237Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T09:49:29.237Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml
2022-06-06T09:49:29.237Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:49:29.238Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:29.240Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:29.240Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508969236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T09:49:29.340Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:49:29.341Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:29.342Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:29.359Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:29.359Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:30.242Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T09:49:30.242Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env
2022-06-06T09:49:30.243Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:49:30.243Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:30.248Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:30.248Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508970242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T09:49:30.346Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-06-06T09:49:30.347Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:30.348Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:30.370Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:30.371Z||pool-48-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:31.268Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar ASDC sendASDCNotification
2022-06-06T09:49:31.268Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar
2022-06-06T09:49:31.268Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:49:31.268Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:49:31.271Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:49:31.271Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508971267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:49:31.371Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:49:31.372Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:49:31.372Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:49:31.392Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:31.393Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:49:32.273Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca7c2de4-2444-4988-b7d7-0a57eb8017f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:49:32.286Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca7c2de4-2444-4988-b7d7-0a57eb8017f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:49:32.288Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:49:32.288Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:49:32.289Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:50:02.289Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca7c2de4-2444-4988-b7d7-0a57eb8017f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:50:02.302Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca7c2de4-2444-4988-b7d7-0a57eb8017f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:50:02.304Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:50:02.304Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:50:02.304Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:50:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:50:10.448Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:50:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:50:10.496Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:50:10.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508886937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:50:10.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:50:10.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "clamp",
  "timestamp": 1654508892141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:50:10.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:50:10.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "cds",
  "timestamp": 1654508891529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:50:10.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:50:10.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508886937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T09:50:10.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:50:10.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508892999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:50:10.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:50:10.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "policy-id",
  "timestamp": 1654508892981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:50:10.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:50:10.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "cds",
  "timestamp": 1654508892536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:50:10.510Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ca7c2de4-2444-4988-b7d7-0a57eb8017f4
2022-06-06T09:50:10.510Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca7c2de4-2444-4988-b7d7-0a57eb8017f4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:50:10.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508886937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:50:10.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:50:10.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "policy-id",
  "timestamp": 1654508893989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:50:10.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:50:10.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "clamp",
  "timestamp": 1654508894150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:50:10.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:50:10.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508886937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:50:10.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:50:10.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "policy-id",
  "timestamp": 1654508894992,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:50:10.535Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca7c2de4-2444-4988-b7d7-0a57eb8017f4
2022-06-06T09:50:10.535Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca7c2de4-2444-4988-b7d7-0a57eb8017f4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:50:10.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "aai-ml",
  "timestamp": 1654508894775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:50:10.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:50:10.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "clamp",
  "timestamp": 1654508895154,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:50:10.560Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ca7c2de4-2444-4988-b7d7-0a57eb8017f4
2022-06-06T09:50:10.560Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca7c2de4-2444-4988-b7d7-0a57eb8017f4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:50:10.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "aai-ml",
  "timestamp": 1654508894775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:50:10.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:50:10.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508895635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:50:10.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:50:10.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "aai-ml",
  "timestamp": 1654508894775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:50:10.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:50:10.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "aai-ml",
  "timestamp": 1654508894775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:50:10.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:50:10.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508897489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:50:10.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:50:10.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508899033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:50:10.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:50:10.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "aai-ml",
  "timestamp": 1654508894775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:50:10.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:50:10.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654508900039,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:50:10.578Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ca7c2de4-2444-4988-b7d7-0a57eb8017f4
2022-06-06T09:50:10.578Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca7c2de4-2444-4988-b7d7-0a57eb8017f4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:50:10.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508898927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:50:10.589Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:50:10.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "aai-ml",
  "timestamp": 1654508894775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:50:10.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:50:10.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508899965,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:50:10.594Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca7c2de4-2444-4988-b7d7-0a57eb8017f4
2022-06-06T09:50:10.594Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca7c2de4-2444-4988-b7d7-0a57eb8017f4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T09:50:10.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "aai-ml",
  "timestamp": 1654508894775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:50:10.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:50:10.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654508900969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T09:50:10.601Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:50:10.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "aai-ml",
  "timestamp": 1654508903286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:50:10.601Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:50:10.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "aai-ml",
  "timestamp": 1654508913986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T09:50:10.602Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:50:10.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "aai-ml",
  "timestamp": 1654508914990,
  "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-06-06T09:50:10.607Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ca7c2de4-2444-4988-b7d7-0a57eb8017f4
2022-06-06T09:50:10.607Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca7c2de4-2444-4988-b7d7-0a57eb8017f4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:50:10.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:50:10.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb3fca31-8a8c-4e24-8fcf-f6802b32b4d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508945055,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbb3fca31-8a8c-4e24-8fcf-f6802b32b4d8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a5396ea5-bbe3-49e7-ac75-c9b6fbfc687d/model-vers/model-ver/d2158c5a-440a-48a3-ab9b-306f889c1c4c) (ec\u003dERR.5.4.6114)"
}
2022-06-06T09:50:10.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:50:32.304Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca7c2de4-2444-4988-b7d7-0a57eb8017f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:50:32.319Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca7c2de4-2444-4988-b7d7-0a57eb8017f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:50:32.322Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:50:32.322Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T09:50:32.323Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T09:50:32.323Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T09:50:32.324Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T09:50:32.324Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-06-06T09:50:32.331Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T09:51:02.332Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ca7c2de4-2444-4988-b7d7-0a57eb8017f4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T09:51:02.339Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ca7c2de4-2444-4988-b7d7-0a57eb8017f4 and serviceModelVersionId: 5989fcee-8aae-4869-9ad7-e2aec79dbc1c
2022-06-06T09:51:02.340Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be30e251-80d3-4886-86d1-9b2b45e618ef
2022-06-06T09:51:02.341Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c?depth=0
2022-06-06T09:51:02.345Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T09:51:02.408Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c?depth=0|INFO|500||Invoke
2022-06-06T09:51:02.409Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ca7c2de4-2444-4988-b7d7-0a57eb8017f4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f10fdb6-e263-4150-a7dc-6b1e13c62b0e], X-ECOMP-RequestID=[ca7c2de4-2444-4988-b7d7-0a57eb8017f4], X-TransactionId=[], X-ONAP-RequestID=[ca7c2de4-2444-4988-b7d7-0a57eb8017f4], Content-Type=[application/merge-patch+json]}
2022-06-06T09:51:02.434Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T09:51:02.488Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c?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/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-09:51:02:442-24913], Content-Length=[495], Date=[Mon, 06 Jun 2022 09:51:02 GMT], Content-Type=[application/json]}
2022-06-06T09:51:02.489Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c?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/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c","ERR.5.4.6114"]}}}

2022-06-06T09:51:02.489Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T09:51:02.497Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ca7c2de4-2444-4988-b7d7-0a57eb8017f4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c) (ec=ERR.5.4.6114)
2022-06-06T09:51:02.498Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ca7c2de4-2444-4988-b7d7-0a57eb8017f4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c) (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-06-06T09:51:02.498Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ca7c2de4-2444-4988-b7d7-0a57eb8017f4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c) (ec=ERR.5.4.6114)
2022-06-06T09:51:02.498Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ca7c2de4-2444-4988-b7d7-0a57eb8017f4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c) (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-06-06T09:51:02.506Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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-06-06T09:51:02.506Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ca7c2de4-2444-4988-b7d7-0a57eb8017f4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ca7c2de4-2444-4988-b7d7-0a57eb8017f4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c) (ec=ERR.5.4.6114)
2022-06-06T09:51:02.506Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T09:51:02.506Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:51:02.509Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:51:02.509Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509062506,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dca7c2de4-2444-4988-b7d7-0a57eb8017f4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c) (ec\u003dERR.5.4.6114)"
}
2022-06-06T09:51:02.609Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:51:02.610Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:51:02.611Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:51:02.633Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:51:02.634Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T09:51:03.523Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:51:03.524Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:51:03.524Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:51:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:51:10.448Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:51:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:51:10.483Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:51:10.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T09:51:10.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508946075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:51:10.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:51:13.067Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:51:13.068Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:51:13.069Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:51:13.069Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:51:22.645Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:51:22.645Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:51:22.646Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:51:22.646Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:51:32.194Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:51:32.195Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:51:32.195Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:51:32.195Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:51:41.745Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:51:41.746Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:51:41.747Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:51:41.747Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:51:51.338Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:52:10.444Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:52:10.445Z||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-06-06T09:52:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:52:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:52:10.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:52:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:52:10.483Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:52:10.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:52:10.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508946075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T09:52:10.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:52:10.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:52:10.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508946075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T09:52:10.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:52:10.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:52:10.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508946075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:52:10.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:52:10.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:52:10.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508946075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T09:52:10.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:52:10.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:52:10.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508946075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:52:10.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:52:10.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:52:10.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508946075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:52:10.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:52:10.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:52:10.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508957845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:52:10.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:52:10.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:52:10.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508962927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:52:10.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:52:10.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:52:10.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508965085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:52:10.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:52:10.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:52:10.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508966979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:52:10.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:52:10.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:52:10.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508968232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/vfw6d536a0f126f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T09:52:10.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:52:10.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:52:10.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508969236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T09:52:10.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:52:10.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:52:10.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508970242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/resourceInstances/vfw6d536a0f126f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T09:52:10.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:52:10.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:52:10.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654508971267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606094236/1.0/artifacts/service-Vfw20220606094236-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:52:10.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:52:19.999Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:53:10.444Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:53:10.445Z||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-06-06T09:53:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:53:10.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:53:10.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:53:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:53:10.992Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:53:10.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T09:53:10.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca7c2de4-2444-4988-b7d7-0a57eb8017f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509062506,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dca7c2de4-2444-4988-b7d7-0a57eb8017f4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/be30e251-80d3-4886-86d1-9b2b45e618ef/model-vers/model-ver/5989fcee-8aae-4869-9ad7-e2aec79dbc1c) (ec\u003dERR.5.4.6114)"
}
2022-06-06T09:53:10.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:53:20.009Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:54:10.444Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:54:10.445Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:54:10.445Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:54:10.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:54:10.449Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:54:10.450Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:54:20.011Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:54:20.046Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:55:10.444Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:55:10.446Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:55:10.446Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:55:10.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:55:10.447Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:55:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:55:20.006Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:55:20.015Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:56:10.444Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:56:10.445Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:56:10.445Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:56:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:56:10.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:56:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:56:11.094Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:56:11.095Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T09:56:11.097Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"59cc3bfb-7b65-451c-b5b8-8603084f2ca8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"83b8cfd4-7539-4bca-ab15-456bfdcf2bf8","serviceDescription":"service","serviceInvariantUUID":"f5c5e0df-d6a4-4c34-9229-c72b5c465aad","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5b85ebe6-d24c-4038-97dd-676ffe83486d","resourceInvariantUUID":"517c89af-7b9e-41b0-941c-89aa19e0d661","resourceCustomizationUUID":"65216194-46a7-4cd3-8b72-20f0dac541a3","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":"YzFjZTE0OGVjMDk2YTYzM2ViYWMzMzM3NzI1YmYzOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd99e453-2a15-4541-99a5-dc77f0ee3878","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OGZhYjBhMmQ2YjdjM2MzMzRkZTc5Y2MxNzY1MDM2NTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56bc3bb9-f9b9-4c08-9569-7995a77239c5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T09:56:11.100Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:56:11.101Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:56:11.104Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:56:11.104Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509370444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:56:11.204Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T09:56:11.205Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:56:11.206Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:56:11.263Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:56:11.264Z||pool-51-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":8,"count":1}
2022-06-06T09:56:11.390Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:56:11.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:56:11.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509364115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:56:11.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:56:11.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:56:11.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509370444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:56:11.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:56:12.107Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:56:12.109Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:56:12.112Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:56:12.112Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509370444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:56:12.212Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:56:12.213Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:56:12.213Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:56:12.281Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:56:12.282Z||pool-52-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:56:13.114Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "83b8cfd4-7539-4bca-ab15-456bfdcf2bf8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f5c5e0df-d6a4-4c34-9229-c72b5c465aad",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "65216194-46a7-4cd3-8b72-20f0dac541a3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "5b85ebe6-d24c-4038-97dd-676ffe83486d",
      "resourceInvariantUUID": "517c89af-7b9e-41b0-941c-89aa19e0d661",
      "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": "OGZhYjBhMmQ2YjdjM2MzMzRkZTc5Y2MxNzY1MDM2NTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "56bc3bb9-f9b9-4c08-9569-7995a77239c5"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T09:56:13.115Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T09:56:13.115Z|ca7c2de4-2444-4988-b7d7-0a57eb8017f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 83b8cfd4-7539-4bca-ab15-456bfdcf2bf8 ASDC
2022-06-06T09:56:13.116Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:59cc3bfb-7b65-451c-b5b8-8603084f2ca8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:83b8cfd4-7539-4bca-ab15-456bfdcf2bf8
ServiceInvariantUUID:f5c5e0df-d6a4-4c34-9229-c72b5c465aad
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:56bc3bb9-f9b9-4c08-9569-7995a77239c5
ArtifactChecksum:OGZhYjBhMmQ2YjdjM2MzMzRkZTc5Y2MxNzY1MDM2NTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:65216194-46a7-4cd3-8b72-20f0dac541a3
ResourceInvariantUUID:517c89af-7b9e-41b0-941c-89aa19e0d661
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5b85ebe6-d24c-4038-97dd-676ffe83486d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-06T09:56:13.116Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83b8cfd4-7539-4bca-ab15-456bfdcf2bf8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:56:13.153Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:56:13.155Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:56:13.155Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:56:13.155Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 56bc3bb9-f9b9-4c08-9569-7995a77239c5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T09:56:13.156Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T09:56:13.156Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T09:56:14.039Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T09:56:14.043Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 56bc3bb9-f9b9-4c08-9569-7995a77239c5 52504
2022-06-06T09:56:14.043Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-06T09:56:14.043Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T09:56:14.044Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T09:56:14.044Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:56:14.046Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:56:14.046Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509374043,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:56:14.147Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:56:14.148Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:56:14.149Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:56:14.172Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:56:14.173Z||pool-53-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:56:15.048Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:56:15.049Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T09:56:15.049Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 56bc3bb9-f9b9-4c08-9569-7995a77239c5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T09:56:15.050Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-06T09:56:15.050Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T09:56:15.051Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T09:56:15.216Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4884589417583261762/Definitions/service-BasicNetwork-template.yml
2022-06-06T09:56:15.843Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T09:56:15.844Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T09:56:15.844Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T09:56:15.844Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-06T09:56:15.844Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||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-06-06T09:56:15.845Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||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-06-06T09:56:15.845Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||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-06-06T09:56:15.845Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||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-06-06T09:56:15.845Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|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-BasicNetwork-csar.csar
2022-06-06T09:56:15.845Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||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-06-06T09:56:15.846Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||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-06-06T09:56:15.846Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||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-06-06T09:56:15.846Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T09:56:15.846Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:56:15.847Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:56:15.847Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-06T09:56:15.847Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T09:56:15.848Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T09:56:15.848Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:56:15.848Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:56:15.849Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-06T09:56:15.849Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T09:56:15.849Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T09:56:15.849Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:56:15.849Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:56:15.850Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:56:15.850Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:56:15.851Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:56:15.851Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:56:15.851Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:56:15.851Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:56:15.852Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:56:15.852Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:56:15.853Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:83b8cfd4-7539-4bca-ab15-456bfdcf2bf8
Model Version:NULL
Model InvariantUuid:f5c5e0df-d6a4-4c34-9229-c72b5c465aad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:517c89af-7b9e-41b0-941c-89aa19e0d661
Model UUID:52e4f8dc-aba9-4d27-abd0-ffb7475473bd
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:65216194-46a7-4cd3-8b72-20f0dac541a3
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-06-06T09:56:15.863Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 5b85ebe6-d24c-4038-97dd-676ffe83486d
2022-06-06T09:56:15.863Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||No resources found for Service: 83b8cfd4-7539-4bca-ab15-456bfdcf2bf8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T09:56:15.868Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||
2022-06-06T09:56:15.869Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-06T09:56:15.870Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 83b8cfd4-7539-4bca-ab15-456bfdcf2bf8
2022-06-06T09:56:15.870Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 83b8cfd4-7539-4bca-ab15-456bfdcf2bf8
2022-06-06T09:56:15.870Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-06T09:56:15.871Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||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-06-06T09:56:15.877Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75082b7f, org.onap.sdc.toscaparser.api.parameters.Input@1ef1d186, org.onap.sdc.toscaparser.api.parameters.Input@71d089bd, org.onap.sdc.toscaparser.api.parameters.Input@42dd17c1, org.onap.sdc.toscaparser.api.parameters.Input@76ba9f36]
2022-06-06T09:56:15.878Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:56:15.879Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:56:15.879Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:56:15.879Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:56:15.880Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 83b8cfd4-7539-4bca-ab15-456bfdcf2bf8: Generic NeutronNet
2022-06-06T09:56:15.880Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:56:15.880Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:56:15.881Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:56:15.881Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||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-06-06T09:56:15.926Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:56:15.926Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:56:15.927Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:56:15.927Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:56:15.927Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T09:56:15.927Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T09:56:15.928Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||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-06-06T09:56:15.986Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-06T09:56:15.987Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-06T09:56:15.987Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T09:56:15.987Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T09:56:15.988Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:56:15.990Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:56:15.990Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509375987,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:56:16.090Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:56:16.091Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:56:16.091Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:56:16.142Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:56:16.143Z||pool-54-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:56:16.991Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:56:17.008Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:56:17.011Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:56:17.012Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:56:17.012Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:56:47.012Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:56:47.026Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:56:47.029Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:56:47.029Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:56:47.029Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:57:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:57:10.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:57:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:57:10.490Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:57:10.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:57:10.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509366937,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:57:10.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:57:17.029Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:57:17.042Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:57:17.044Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:57:17.044Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:57:17.044Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:57:47.044Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:57:47.057Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:57:47.059Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:57:47.059Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:57:47.060Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:58:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:58:10.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:58:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:58:10.500Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:58:10.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:58:10.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "cds",
  "timestamp": 1654509362629,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:58:10.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:58:10.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:58:10.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "policy-id",
  "timestamp": 1654509364070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:58:10.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:58:17.060Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:58:17.073Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:58:17.075Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:58:17.076Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:58:17.076Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:58:47.077Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:58:47.090Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:58:47.093Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:58:47.093Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T09:58:47.093Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T09:59:10.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:59:10.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:59:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:59:10.486Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:59:10.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509364115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:59:10.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:59:10.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "cds",
  "timestamp": 1654509362629,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:59:10.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:59:10.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509366937,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:59:10.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:59:10.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509370444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:59:10.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:59:10.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "policy-id",
  "timestamp": 1654509364070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:59:10.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:59:10.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "policy-id",
  "timestamp": 1654509374268,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:59:10.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:59:10.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509374419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:59:10.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:59:10.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "cds",
  "timestamp": 1654509373127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:59:10.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:59:10.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509374043,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:59:10.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:59:10.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "policy-id",
  "timestamp": 1654509375276,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:59:10.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:59:10.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "cds",
  "timestamp": 1654509374134,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:59:10.502Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
2022-06-06T09:59:10.502Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cc3bfb-7b65-451c-b5b8-8603084f2ca8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:59:10.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "aai-ml",
  "timestamp": 1654509374775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:59:10.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:59:10.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "policy-id",
  "timestamp": 1654509376281,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:59:10.523Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
2022-06-06T09:59:10.523Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cc3bfb-7b65-451c-b5b8-8603084f2ca8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:59:10.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "aai-ml",
  "timestamp": 1654509374775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:59:10.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:59:10.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509375987,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:59:10.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:59:10.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509377064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:59:10.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:59:10.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509378072,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:59:10.543Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
2022-06-06T09:59:10.543Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cc3bfb-7b65-451c-b5b8-8603084f2ca8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:59:10.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "aai-ml",
  "timestamp": 1654509379088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:59:10.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:59:10.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509379706,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:59:10.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:59:10.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509379706,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:59:10.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:59:10.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "aai-ml",
  "timestamp": 1654509384991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T09:59:10.558Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:59:10.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "aai-ml",
  "timestamp": 1654509385996,
  "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-06-06T09:59:10.567Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
2022-06-06T09:59:10.567Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cc3bfb-7b65-451c-b5b8-8603084f2ca8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:59:10.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "clamp",
  "timestamp": 1654509385223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:59:10.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:59:10.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "clamp",
  "timestamp": 1654509385223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:59:10.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T09:59:10.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "clamp",
  "timestamp": 1654509396224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T09:59:10.581Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:59:10.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "clamp",
  "timestamp": 1654509398231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T09:59:10.581Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T09:59:10.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T09:59:10.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "clamp",
  "timestamp": 1654509399234,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T09:59:10.588Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
2022-06-06T09:59:10.589Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59cc3bfb-7b65-451c-b5b8-8603084f2ca8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:59:17.093Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:59:17.110Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T09:59:17.114Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T09:59:17.114Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T09:59:17.114Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T09:59:17.114Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T09:59:17.114Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T09:59:17.114Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|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-06-06T09:59:17.120Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T09:59:47.120Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T09:59:47.128Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59cc3bfb-7b65-451c-b5b8-8603084f2ca8 and serviceModelVersionId: 83b8cfd4-7539-4bca-ab15-456bfdcf2bf8
2022-06-06T09:59:47.128Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f5c5e0df-d6a4-4c34-9229-c72b5c465aad
2022-06-06T09:59:47.129Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8?depth=0
2022-06-06T09:59:47.134Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T09:59:47.182Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-06T09:59:47.184Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8?depth=0|INFO|500||Invoke
2022-06-06T09:59:47.203Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T09:59:47.234Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T09:59:47.235Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-09:59:47:211-68975], Content-Length=[495], Date=[Mon, 06 Jun 2022 09:59:47 GMT], Content-Type=[application/json]}
2022-06-06T09:59:47.236Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||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/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8","ERR.5.4.6114"]}}}

2022-06-06T09:59:47.244Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=59cc3bfb-7b65-451c-b5b8-8603084f2ca8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8) (ec=ERR.5.4.6114)
2022-06-06T09:59:47.244Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=59cc3bfb-7b65-451c-b5b8-8603084f2ca8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8) (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-06-06T09:59:47.244Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=59cc3bfb-7b65-451c-b5b8-8603084f2ca8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8) (ec=ERR.5.4.6114)
2022-06-06T09:59:47.245Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=59cc3bfb-7b65-451c-b5b8-8603084f2ca8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8) (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-06-06T09:59:47.250Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|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-06-06T09:59:47.250Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59cc3bfb-7b65-451c-b5b8-8603084f2ca8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=59cc3bfb-7b65-451c-b5b8-8603084f2ca8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8) (ec=ERR.5.4.6114)
2022-06-06T09:59:47.250Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T09:59:47.251Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:59:47.253Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:59:47.253Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509587250,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d59cc3bfb-7b65-451c-b5b8-8603084f2ca8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8) (ec\u003dERR.5.4.6114)"
}
2022-06-06T09:59:47.353Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:59:47.354Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:59:47.354Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:59:47.397Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:59:47.398Z||pool-55-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T09:59:48.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:59:48.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T09:59:48.271Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T09:59:52.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:59:52.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T09:59:52.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"16e48647-b0d6-45a5-8589-c79cd566be8e","serviceName":"vFW 2022-06-06 09-51-42","serviceVersion":"1.0","serviceUUID":"2d3f9c68-2ba0-49a6-9628-70fe023b6b8f","serviceDescription":"catalog service description","serviceInvariantUUID":"ab6dafbc-9b23-462e-94bf-af8138982288","resources":[{"resourceInstanceName":"vFW 18d88bdf-3193 0","resourceName":"vFW 18d88bdf-3193","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"15a00856-4241-40f0-b85b-493c7e303565","resourceInvariantUUID":"d7af5743-dc49-45ce-b2db-c3580e80da00","resourceCustomizationUUID":"414d2d35-1111-4678-b008-b9f9951a8e12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vf-license-model.xml","artifactChecksum":"ZGU0NzEzZDZkNGEyN2M1MTY1NjcwYTM2MTM4ZTI5NTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ec4bc14-ab40-4bf3-9085-e81b01d33e14","artifactVersion":"1"},{"artifactName":"vfw18d88bdf31930_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json","artifactChecksum":"ZjVkMjBjZmI5MjcwMDRmOTkwOTA2ZDdiNjgyN2MyZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"771d62c4-c961-4c3c-ac32-315b848a1085","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"13c78ccd-e07f-4378-85d7-1d0db8e5527f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vendor-license-model.xml","artifactChecksum":"NzJkYTVkZGE2YjQxZmEwOWYwZDkyNjZmMWQ3ODhlMTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"75b19c03-41a8-471c-a37b-6937782d6d7b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a862b55e-04b7-42bf-9451-0d32b859d1bf","artifactVersion":"2","generatedFromUUID":"13c78ccd-e07f-4378-85d7-1d0db8e5527f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220606095142-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-template.yml","artifactChecksum":"YTVmZGQwMzNjM2M3ZWY1NDRkODMyNWE2NWNmNTVhYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f7b0dd64-91bf-4607-afaa-652a986f2b62","artifactVersion":"1"},{"artifactName":"service-Vfw20220606095142-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar","artifactChecksum":"OGIzNTg1NmRjYzVlNzMyZDVmZDljNzQ5OTE3YjlmZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9e62364-48a3-4e7c-9cd1-d5506f5d18d1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T09:59:52.755Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:59:52.755Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:59:52.757Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:59:52.757Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:59:52.857Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:59:52.858Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:59:52.858Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:59:52.886Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:59:52.886Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-06T09:59:53.758Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:59:53.759Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:59:53.762Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:59:53.762Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T09:59:53.862Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:59:53.863Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:59:53.863Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:59:53.891Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:59:53.892Z||pool-57-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:59:54.763Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:59:54.764Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:59:54.766Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:59:54.766Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T09:59:54.866Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:59:54.868Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:59:54.868Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:59:54.912Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:59:54.913Z||pool-58-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:59:55.767Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:59:55.769Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:59:55.771Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:59:55.771Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:59:55.872Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T09:59:55.873Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:59:55.873Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:59:55.894Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:59:55.895Z||pool-59-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:59:56.772Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:59:56.773Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:59:56.775Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:59:56.776Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T09:59:56.876Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:59:56.877Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:59:56.877Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:59:56.900Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:59:56.901Z||pool-60-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:59:57.776Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:59:57.777Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:59:57.780Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:59:57.780Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T09:59:57.880Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:59:57.881Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:59:57.881Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:59:57.902Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:59:57.903Z||pool-61-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:59:58.781Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T09:59:58.782Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T09:59:58.784Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T09:59:58.784Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T09:59:58.884Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T09:59:58.885Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T09:59:58.885Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T09:59:58.903Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:59:58.904Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T09:59:59.786Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "serviceName": "vFW 2022-06-06 09-51-42",
  "serviceVersion": "1.0",
  "serviceUUID": "2d3f9c68-2ba0-49a6-9628-70fe023b6b8f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ab6dafbc-9b23-462e-94bf-af8138982288",
  "resources": [
    {
      "resourceInstanceName": "vFW 18d88bdf-3193 0",
      "resourceCustomizationUUID": "414d2d35-1111-4678-b008-b9f9951a8e12",
      "resourceName": "vFW 18d88bdf-3193",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "15a00856-4241-40f0-b85b-493c7e303565",
      "resourceInvariantUUID": "d7af5743-dc49-45ce-b2db-c3580e80da00",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw18d88bdf31930_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
          "artifactChecksum": "ZjVkMjBjZmI5MjcwMDRmOTkwOTA2ZDdiNjgyN2MyZmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "771d62c4-c961-4c3c-ac32-315b848a1085",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "13c78ccd-e07f-4378-85d7-1d0db8e5527f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a862b55e-04b7-42bf-9451-0d32b859d1bf",
            "generatedFromUUID": "13c78ccd-e07f-4378-85d7-1d0db8e5527f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a862b55e-04b7-42bf-9451-0d32b859d1bf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220606095142-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
      "artifactChecksum": "OGIzNTg1NmRjYzVlNzMyZDVmZDljNzQ5OTE3YjlmZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e9e62364-48a3-4e7c-9cd1-d5506f5d18d1"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T09:59:59.786Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T09:59:59.786Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2d3f9c68-2ba0-49a6-9628-70fe023b6b8f ASDC
2022-06-06T09:59:59.787Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:16e48647-b0d6-45a5-8589-c79cd566be8e
ServiceName:vFW 2022-06-06 09-51-42
ServiceVersion:1.0
ServiceUUID:2d3f9c68-2ba0-49a6-9628-70fe023b6b8f
ServiceInvariantUUID:ab6dafbc-9b23-462e-94bf-af8138982288
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220606095142-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar
ArtifactUUID:e9e62364-48a3-4e7c-9cd1-d5506f5d18d1
ArtifactChecksum:OGIzNTg1NmRjYzVlNzMyZDVmZDljNzQ5OTE3YjlmZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 18d88bdf-3193 0
ResourceCustomizationUUID:414d2d35-1111-4678-b008-b9f9951a8e12
ResourceInvariantUUID:d7af5743-dc49-45ce-b2db-c3580e80da00
ResourceName:vFW 18d88bdf-3193
ResourceType:VF
ResourceUUID:15a00856-4241-40f0-b85b-493c7e303565
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw18d88bdf31930_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json
ArtifactUUID:771d62c4-c961-4c3c-ac32-315b848a1085
ArtifactChecksum:ZjVkMjBjZmI5MjcwMDRmOTkwOTA2ZDdiNjgyN2MyZmY=
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/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml
ArtifactUUID:13c78ccd-e07f-4378-85d7-1d0db8e5527f
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/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env
ArtifactUUID:a862b55e-04b7-42bf-9451-0d32b859d1bf
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/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env
ArtifactUUID:a862b55e-04b7-42bf-9451-0d32b859d1bf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T09:59:59.787Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d3f9c68-2ba0-49a6-9628-70fe023b6b8f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T09:59:59.835Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T09:59:59.836Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T09:59:59.836Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T09:59:59.836Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e9e62364-48a3-4e7c-9cd1-d5506f5d18d1 from URL: /sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar
2022-06-06T09:59:59.836Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T09:59:59.836Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:00.324Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:00:00.330Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar e9e62364-48a3-4e7c-9cd1-d5506f5d18d1 99000
2022-06-06T10:00:00.331Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar ASDC sendASDCNotification
2022-06-06T10:00:00.331Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:00.332Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:00:00.332Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:00:00.334Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:00:00.334Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509600331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:00:00.434Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:00:00.435Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:00:00.436Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:00:00.473Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:00:00.474Z||pool-63-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:00:01.335Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:00:01.336Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T10:00:01.337Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e9e62364-48a3-4e7c-9cd1-d5506f5d18d1, URL: /sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar to file: /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:01.337Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220606095142-csar.csar
2022-06-06T10:00:01.338Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:01.338Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:01.535Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12048150770750449613/Definitions/service-Vfw20220606095142-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-06T10:00:03.749Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:00:03.750Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-06T10:00:03.750Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:03.750Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-06T10:00:03.750Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:03.750Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:03.750Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:03.751Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:03.751Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:03.751Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:03.751Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:03.751Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:03.752Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 18d88bdf-3193 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-Vfw20220606095142-csar.csar
2022-06-06T10:00:03.752Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:03.752Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:03.752Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:03.752Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:03.752Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-06T10:00:03.753Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.753Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:03.753Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is matching search criteria
2022-06-06T10:00:03.754Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-06T10:00:03.754Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 18d88bdf-3193 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:00:03.754Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.755Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:03.755Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is matching search criteria
2022-06-06T10:00:03.755Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-06T10:00:03.755Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 18d88bdf-3193 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:00:03.756Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.756Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:03.756Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.757Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is not matching search criteria
2022-06-06T10:00:03.757Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:00:03.757Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:00:03.757Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:03.758Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:00:03.758Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:00:03.758Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:00:03.758Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:00:03.758Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:00:03.759Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:00:03.759Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:00:03.759Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:03.759Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:00:03.760Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:03.760Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:00:03.760Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:00:03.761Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:00:03.761Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.761Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:00:03.762Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.762Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is matching search criteria
2022-06-06T10:00:03.762Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 18d88bdf-3193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:00:03.762Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.763Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is matching search criteria
2022-06-06T10:00:03.763Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 18d88bdf-3193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:00:03.763Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.764Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is matching search criteria
2022-06-06T10:00:03.764Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 18d88bdf-3193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:00:03.764Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.764Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is not matching search criteria
2022-06-06T10:00:03.765Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:00:03.765Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T10:00:03.765Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:00:03.765Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:00:03.766Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:00:03.766Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:00:03.766Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:03.766Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:00:03.767Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:03.767Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:00:03.767Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:00:03.767Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b7526d79-277d-4657-8a6f-521bafa17253
2022-06-06T10:00:03.768Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.768Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is not matching search criteria
2022-06-06T10:00:03.768Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:00:03.768Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:00:03.769Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:03.769Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:00:03.769Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:00:03.769Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:00:03.770Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:00:03.770Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T10:00:03.770Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:00:03.770Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:03.771Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:00:03.771Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:00:03.771Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c17abdd5-d577-41d3-a541-55c88693a8c7
2022-06-06T10:00:03.772Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.772Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is not matching search criteria
2022-06-06T10:00:03.772Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:00:03.772Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:00:03.773Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:03.773Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:00:03.773Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:00:03.773Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:00:03.774Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:00:03.774Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:00:03.774Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:00:03.774Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:00:03.775Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:03.775Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T10:00:03.775Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=13aaefef-efd7-4979-ad87-cb8ae039004a
2022-06-06T10:00:03.775Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.776Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:03.776Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.776Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:03.776Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.777Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:03.777Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:03.777Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:03.777Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-06 09-51-42
Description:catalog service description
Model UUID:2d3f9c68-2ba0-49a6-9628-70fe023b6b8f
Model Version:NULL
Model InvariantUuid:ab6dafbc-9b23-462e-94bf-af8138982288
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 18d88bdf-3193
Model UUID:5209bd7a-e903-4822-bc77-ed7016086c13
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d7af5743-dc49-45ce-b2db-c3580e80da00
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:414d2d35-1111-4678-b008-b9f9951a8e12
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:305607ca-c8c6-4a9c-abe0-228697f29504
ModelName:Vfw18d88bdf3193..base_vfw..module-0
ModelUuid:280fa2ce-a370-4cd0-aa13-4f1eee3c975a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b7526d79-277d-4657-8a6f-521bafa17253
ModelInvariantUuid:c430e22d-84da-4118-8672-a76c0d79dfb5
ModelName:vFW 18d88bdf-3193-nodes.vfwCvfc
ModelUuid:14a2200e-1ff9-49e0-86c3-53634fd20363
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2b74cd2c-8d93-4fcc-b7c2-bd65590ea6b7
ModelInvariantUuid:0d5358ac-399a-4574-98e7-144293efa410
ModelName:Vfw18d88bdf3193.compute.nodes.heat.vfw
ModelUuid:89032681-9f47-473a-9efc-46d0dab39b79
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c17abdd5-d577-41d3-a541-55c88693a8c7
ModelInvariantUuid:8fe8a331-d6f1-4b8b-8f59-7f51ccce3d0e
ModelName:vFW 18d88bdf-3193-nodes.vsnCvfc
ModelUuid:a0601875-f265-4b68-b8ce-44728ab85a0c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1388c7cc-0dff-4e86-85cf-e60877a9f57e
ModelInvariantUuid:46bd404a-31b1-433e-841b-f348240fe359
ModelName:Vfw18d88bdf3193.compute.nodes.heat.vsn
ModelUuid:a9a84e25-2a97-409a-b2c5-20431f61ce43
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:13aaefef-efd7-4979-ad87-cb8ae039004a
ModelInvariantUuid:8e2cefd1-efbc-4373-bd9a-1c2a00f7e764
ModelName:vFW 18d88bdf-3193-nodes.vpgCvfc
ModelUuid:eb05db59-bb64-469d-a940-6c6d6dec2a8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2742bb93-4075-4610-b08d-4df2a4540fa5
ModelInvariantUuid:ccf57689-44da-4c97-84a3-7a67a34a45fa
ModelName:Vfw18d88bdf3193.compute.nodes.heat.vpg
ModelUuid:fdc9b8a0-eb13-4b6d-9050-fd977bb03501
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:00:03.786Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 15a00856-4241-40f0-b85b-493c7e303565
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:00:03.789Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||vFW 18d88bdf-3193 0
2022-06-06T10:00:03.790Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 15a00856-4241-40f0-b85b-493c7e303565
2022-06-06T10:00:03.790Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 771d62c4-c961-4c3c-ac32-315b848a1085 from URL: /sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json
2022-06-06T10:00:03.790Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:00:03.790Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json
2022-06-06T10:00:04.976Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:00:04.977Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json 771d62c4-c961-4c3c-ac32-315b848a1085 785
2022-06-06T10:00:04.977Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json ASDC sendASDCNotification
2022-06-06T10:00:04.977Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json
2022-06-06T10:00:04.978Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:00:04.978Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:00:04.981Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:00:04.981Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509604977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:00:05.081Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:00:05.083Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:00:05.083Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:00:05.115Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:00:05.115Z||pool-64-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:00:05.982Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw18d88bdf3193..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "305607ca-c8c6-4a9c-abe0-228697f29504",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "280fa2ce-a370-4cd0-aa13-4f1eee3c975a",
    "vfModuleModelCustomizationUUID": "c8f890ad-15e0-4205-bc53-9c352924be08",
    "isBase": true,
    "artifacts": [
      "13c78ccd-e07f-4378-85d7-1d0db8e5527f",
      "a862b55e-04b7-42bf-9451-0d32b859d1bf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T10:00:05.988Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw18d88bdf3193..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:280fa2ce-a370-4cd0-aa13-4f1eee3c975a
VfModuleModelInvariantUUID:305607ca-c8c6-4a9c-abe0-228697f29504
VfModuleModelDescription:NULL
Artifacts UUID List:{
13c78ccd-e07f-4378-85d7-1d0db8e5527f
,
a862b55e-04b7-42bf-9451-0d32b859d1bf

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

isBase:true


}

2022-06-06T10:00:05.990Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw18d88bdf3193..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "305607ca-c8c6-4a9c-abe0-228697f29504",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "280fa2ce-a370-4cd0-aa13-4f1eee3c975a",
    "vfModuleModelCustomizationUUID": "c8f890ad-15e0-4205-bc53-9c352924be08",
    "isBase": true,
    "artifacts": [
      "13c78ccd-e07f-4378-85d7-1d0db8e5527f",
      "a862b55e-04b7-42bf-9451-0d32b859d1bf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T10:00:05.991Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw18d88bdf3193..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:280fa2ce-a370-4cd0-aa13-4f1eee3c975a
VfModuleModelInvariantUUID:305607ca-c8c6-4a9c-abe0-228697f29504
VfModuleModelDescription:NULL
Artifacts UUID List:{
13c78ccd-e07f-4378-85d7-1d0db8e5527f
,
a862b55e-04b7-42bf-9451-0d32b859d1bf

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

isBase:true


}

2022-06-06T10:00:05.991Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 13c78ccd-e07f-4378-85d7-1d0db8e5527f from URL: /sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml
2022-06-06T10:00:05.991Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:00:05.992Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml
2022-06-06T10:00:07.322Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:00:07.323Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml 13c78ccd-e07f-4378-85d7-1d0db8e5527f 20368
2022-06-06T10:00:07.324Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T10:00:07.324Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml
2022-06-06T10:00:07.324Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:00:07.325Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:00:07.327Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:00:07.327Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509607323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:00:07.427Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:00:07.428Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:00:07.428Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:00:07.450Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:00:07.451Z||pool-65-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:00:08.328Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a862b55e-04b7-42bf-9451-0d32b859d1bf from URL: /sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env
2022-06-06T10:00:08.328Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:00:08.329Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env
2022-06-06T10:00:09.124Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:00:09.124Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env a862b55e-04b7-42bf-9451-0d32b859d1bf 2098
2022-06-06T10:00:09.125Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T10:00:09.125Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env
2022-06-06T10:00:09.125Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:00:09.125Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:00:09.127Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:00:09.127Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509609125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:00:09.228Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:00:09.229Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:00:09.229Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:00:09.251Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:00:09.251Z||pool-66-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:00:10.128Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2d3f9c68-2ba0-49a6-9628-70fe023b6b8f
2022-06-06T10:00:10.129Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 18d88bdf-3193 0 15a00856-4241-40f0-b85b-493c7e303565 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:00:10.158Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66d5f44f, org.onap.sdc.toscaparser.api.parameters.Input@7bbbeb4b, org.onap.sdc.toscaparser.api.parameters.Input@6026f5a5, org.onap.sdc.toscaparser.api.parameters.Input@ba4afbd, org.onap.sdc.toscaparser.api.parameters.Input@421a550a]
2022-06-06T10:00:10.160Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.161Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:10.161Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:00:10.162Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 414d2d35-1111-4678-b008-b9f9951a8e12
2022-06-06T10:00:10.162Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 414d2d35-1111-4678-b008-b9f9951a8e12 matches Tosca VF Customization UUID: 414d2d35-1111-4678-b008-b9f9951a8e12
2022-06-06T10:00:10.162Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 414d2d35-1111-4678-b008-b9f9951a8e12  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T10:00:10.167Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.168Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:10.170Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 414d2d35-1111-4678-b008-b9f9951a8e12: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-06T10:00:10.170Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f74ddc8
2022-06-06T10:00:10.170Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.171Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:00:10.171Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c8f890ad-15e0-4205-bc53-9c352924be08
2022-06-06T10:00:10.172Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c8f890ad-15e0-4205-bc53-9c352924be08
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T10:00:10.176Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.177Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is matching search criteria
2022-06-06T10:00:10.177Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 18d88bdf-3193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:00:10.178Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.178Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is matching search criteria
2022-06-06T10:00:10.178Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 18d88bdf-3193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:00:10.179Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.179Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is not matching search criteria
2022-06-06T10:00:10.179Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:00:10.179Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T10:00:10.180Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:00:10.180Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:00:10.180Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:00:10.181Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:00:10.181Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:10.181Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:00:10.181Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:10.182Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:00:10.182Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:00:10.182Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b7526d79-277d-4657-8a6f-521bafa17253
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:00:10.187Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.188Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is matching search criteria
2022-06-06T10:00:10.188Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 18d88bdf-3193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:00:10.189Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.189Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is not matching search criteria
2022-06-06T10:00:10.189Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:00:10.190Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:00:10.190Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:10.190Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:00:10.191Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:00:10.191Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:00:10.191Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:00:10.192Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T10:00:10.192Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:00:10.193Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:10.193Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:00:10.193Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:00:10.194Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c17abdd5-d577-41d3-a541-55c88693a8c7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:00:10.197Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.198Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is matching search criteria
2022-06-06T10:00:10.198Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 18d88bdf-3193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:00:10.199Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.199Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is not matching search criteria
2022-06-06T10:00:10.200Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:00:10.200Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:00:10.200Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:10.200Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:00:10.201Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:00:10.201Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:00:10.201Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:00:10.202Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:00:10.202Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:00:10.202Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:00:10.203Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:00:10.203Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T10:00:10.203Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=13aaefef-efd7-4979-ad87-cb8ae039004a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:00:10.207Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.208Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is matching search criteria
2022-06-06T10:00:10.208Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 18d88bdf-3193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:00:10.209Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.209Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Node template vFW 18d88bdf-3193 0 is matching search criteria
2022-06-06T10:00:10.209Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 18d88bdf-3193 0] matching following query criteria: sdcType=VF, customizationUUID=414d2d35-1111-4678-b008-b9f9951a8e12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:00:10.212Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.213Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:10.213Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2d3f9c68-2ba0-49a6-9628-70fe023b6b8f: vFW 18d88bdf-3193
2022-06-06T10:00:10.213Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.214Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:10.214Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.214Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:10.215Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.215Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:10.216Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.216Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:10.216Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:00:10.217Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-06 09-51-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:00:10.217Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-06 09-51-42 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:00:10.424Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 18d88bdf-3193 15a00856-4241-40f0-b85b-493c7e303565 1 ASDC deployResourceStructure
2022-06-06T10:00:10.425Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json ASDC sendASDCNotification
2022-06-06T10:00:10.425Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json
2022-06-06T10:00:10.425Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:00:10.425Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:00:10.428Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:00:10.429Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509610425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:00:10.447Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:00:10.448Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:00:10.449Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:00:10.491Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:00:10.492Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.492Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509466937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.493Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.493Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.493Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "cds",
  "timestamp": 1654509467630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.493Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.494Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.494Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "cds",
  "timestamp": 1654509467630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.494Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.494Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.494Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509466937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:00:10.494Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.494Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.494Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "clamp",
  "timestamp": 1654509475223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.495Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.495Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.495Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509466937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:00:10.495Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.495Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.495Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "cds",
  "timestamp": 1654509467630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.496Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.496Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.496Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "clamp",
  "timestamp": 1654509475223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:00:10.496Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.496Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.496Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "cds",
  "timestamp": 1654509467630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.496Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.496Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.496Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509466937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.496Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.496Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.497Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "clamp",
  "timestamp": 1654509475223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.497Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.497Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.497Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509466937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:00:10.497Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.497Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.497Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "cds",
  "timestamp": 1654509467630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.497Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.497Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.497Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "clamp",
  "timestamp": 1654509475223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.497Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.498Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.498Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509466937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.498Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.498Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.498Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "cds",
  "timestamp": 1654509467630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.498Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.498Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.498Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "clamp",
  "timestamp": 1654509475223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.498Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.498Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.498Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509479707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.499Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.499Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.499Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509466937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:00:10.499Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.499Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.499Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "cds",
  "timestamp": 1654509467630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:00:10.499Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.499Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.499Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "clamp",
  "timestamp": 1654509475223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.499Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.500Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.500Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509479707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.500Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.500Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.500Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "clamp",
  "timestamp": 1654509475223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:00:10.500Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.500Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.500Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509481712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:00:10.500Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:00:10.500Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.500Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509479707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.500Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.501Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.501Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "cds",
  "timestamp": 1654509481963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:00:10.501Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:00:10.501Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.501Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509479707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.501Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.501Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.501Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "cds",
  "timestamp": 1654509482972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:00:10.507Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16e48647-b0d6-45a5-8589-c79cd566be8e
2022-06-06T10:00:10.508Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16e48647-b0d6-45a5-8589-c79cd566be8e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:00:10.517Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.517Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509484106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.517Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.518Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.518Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "policy-id",
  "timestamp": 1654509484072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.518Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.518Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.518Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509479707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.518Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.518Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.518Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509483910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:00:10.519Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:00:10.519Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.519Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509484106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.519Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.519Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.519Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "policy-id",
  "timestamp": 1654509484072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.519Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.519Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.519Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509479707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.519Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.520Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.520Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509484106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.520Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.520Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.520Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "policy-id",
  "timestamp": 1654509484072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:00:10.520Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.520Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.520Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509479707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.521Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.521Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.521Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509486006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:00:10.521Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:00:10.521Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.521Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509484106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.521Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.521Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.521Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "policy-id",
  "timestamp": 1654509484072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.522Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.522Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.522Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509487032,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:00:10.529Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:00:10.529Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16e48647-b0d6-45a5-8589-c79cd566be8e
2022-06-06T10:00:10.529Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16e48647-b0d6-45a5-8589-c79cd566be8e and ComponentName POLICY
2022-06-06T10:00:10.530Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:00:10.530Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:00:10.541Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.542Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509484106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.542Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.542Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.542Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "policy-id",
  "timestamp": 1654509484072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.542Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.543Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.543Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509488035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:00:10.543Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:00:10.543Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.543Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509484106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.544Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.544Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.544Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "policy-id",
  "timestamp": 1654509484072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:00:10.544Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.544Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.544Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509484106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:00:10.544Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.545Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:00:10.545Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "policy-id",
  "timestamp": 1654509484072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:00:10.545Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:00:10.553Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:00:10.553Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:00:11.430Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T10:00:11.431Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml
2022-06-06T10:00:11.431Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:00:11.432Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:00:11.435Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:00:11.435Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509611430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:00:11.535Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:00:11.536Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:00:11.536Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:00:11.564Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:00:11.565Z||pool-68-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:00:12.436Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T10:00:12.438Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env
2022-06-06T10:00:12.438Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:00:12.438Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:00:12.441Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:00:12.441Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509612436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:00:12.542Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:00:12.543Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:00:12.543Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:00:12.585Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:00:12.585Z||pool-69-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:00:13.443Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar ASDC sendASDCNotification
2022-06-06T10:00:13.443Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar
2022-06-06T10:00:13.443Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:00:13.444Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:00:13.446Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:00:13.446Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509613442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:00:13.546Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:00:13.547Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:00:13.547Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:00:13.575Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:00:13.576Z||pool-70-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:00:14.447Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16e48647-b0d6-45a5-8589-c79cd566be8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:00:14.461Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16e48647-b0d6-45a5-8589-c79cd566be8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:00:14.464Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:00:14.464Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:00:14.464Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:00:44.465Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16e48647-b0d6-45a5-8589-c79cd566be8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:00:44.480Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16e48647-b0d6-45a5-8589-c79cd566be8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:00:44.482Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:00:44.482Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:00:44.483Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:01:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:01:10.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:01:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:01:10.494Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:01:10.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509493156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:01:10.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:01:10.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "policy-id",
  "timestamp": 1654509493225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:01:10.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:01:10.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "policy-id",
  "timestamp": 1654509494230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:01:10.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:01:10.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "policy-id",
  "timestamp": 1654509495233,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:01:10.508Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16e48647-b0d6-45a5-8589-c79cd566be8e
2022-06-06T10:01:10.508Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16e48647-b0d6-45a5-8589-c79cd566be8e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T10:01:10.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "aai-ml",
  "timestamp": 1654509494775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:01:10.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:01:10.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "clamp",
  "timestamp": 1654509495239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:01:10.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:01:10.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "aai-ml",
  "timestamp": 1654509494775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:01:10.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:01:10.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "aai-ml",
  "timestamp": 1654509494775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:01:10.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:01:10.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "clamp",
  "timestamp": 1654509497247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:01:10.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:01:10.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "aai-ml",
  "timestamp": 1654509494775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:01:10.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:01:10.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "clamp",
  "timestamp": 1654509498250,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:01:10.530Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16e48647-b0d6-45a5-8589-c79cd566be8e
2022-06-06T10:01:10.530Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16e48647-b0d6-45a5-8589-c79cd566be8e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:01:10.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "aai-ml",
  "timestamp": 1654509494775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:01:10.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:01:10.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509499961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:01:10.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:01:10.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "aai-ml",
  "timestamp": 1654509494775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:01:10.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:01:10.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509500975,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:01:10.549Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16e48647-b0d6-45a5-8589-c79cd566be8e
2022-06-06T10:01:10.550Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16e48647-b0d6-45a5-8589-c79cd566be8e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:01:10.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "aai-ml",
  "timestamp": 1654509494775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:01:10.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:01:10.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "aai-ml",
  "timestamp": 1654509503387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:01:10.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:01:10.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "aai-ml",
  "timestamp": 1654509514292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:01:10.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:01:10.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:01:10.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "aai-ml",
  "timestamp": 1654509515298,
  "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-06-06T10:01:10.571Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 16e48647-b0d6-45a5-8589-c79cd566be8e
2022-06-06T10:01:10.571Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16e48647-b0d6-45a5-8589-c79cd566be8e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:01:14.483Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16e48647-b0d6-45a5-8589-c79cd566be8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:01:14.501Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16e48647-b0d6-45a5-8589-c79cd566be8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:01:14.504Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:01:14.504Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:01:14.504Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:01:14.505Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:01:14.505Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:01:14.505Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:01:14.511Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:01:44.511Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16e48647-b0d6-45a5-8589-c79cd566be8e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:01:44.522Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16e48647-b0d6-45a5-8589-c79cd566be8e and serviceModelVersionId: 2d3f9c68-2ba0-49a6-9628-70fe023b6b8f
2022-06-06T10:01:44.523Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab6dafbc-9b23-462e-94bf-af8138982288
2022-06-06T10:01:44.524Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f?depth=0
2022-06-06T10:01:44.530Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:01:44.597Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-06T10:01:44.603Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f?depth=0|INFO|500||Invoke
2022-06-06T10:01:44.630Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:01:44.834Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:01:44.835Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-10:01:44:639-21644], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:01:44 GMT], Content-Type=[application/json]}
2022-06-06T10:01:44.839Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f","ERR.5.4.6114"]}}}

2022-06-06T10:01:44.844Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=16e48647-b0d6-45a5-8589-c79cd566be8e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f) (ec=ERR.5.4.6114)
2022-06-06T10:01:44.844Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=16e48647-b0d6-45a5-8589-c79cd566be8e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f) (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-06-06T10:01:44.844Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=16e48647-b0d6-45a5-8589-c79cd566be8e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f) (ec=ERR.5.4.6114)
2022-06-06T10:01:44.845Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=16e48647-b0d6-45a5-8589-c79cd566be8e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f) (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-06-06T10:01:44.850Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T10:01:44.850Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16e48647-b0d6-45a5-8589-c79cd566be8e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=16e48647-b0d6-45a5-8589-c79cd566be8e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f) (ec=ERR.5.4.6114)
2022-06-06T10:01:44.851Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:01:44.851Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:01:44.854Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:01:44.854Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509704850,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d16e48647-b0d6-45a5-8589-c79cd566be8e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:01:44.954Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:01:44.955Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:01:44.955Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:01:44.980Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:01:44.981Z||pool-71-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:01:45.875Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T10:01:45.876Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e5b8158d-24c4-4d98-b3cc-797214021c2a","serviceName":"Demo_pNF_SW4y3GLRiDg81ZY0fdVZ","serviceVersion":"1.0","serviceUUID":"db5c81b5-2ae2-45c0-a869-1e432b8f4e87","serviceDescription":"catalog service description","serviceInvariantUUID":"a163e7b4-e028-4b37-80e3-1e091b40aa7e","resources":[{"resourceInstanceName":"pNF 65200601-df3a 0","resourceName":"pNF 65200601-df3a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fd51b1ef-2888-4844-a53d-5b0e27ee855f","resourceInvariantUUID":"d2aefa17-4e17-43f9-babc-76248c77280f","resourceCustomizationUUID":"44b9b9ac-1034-4ad3-b56e-129c8b27d216","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vf-license-model.xml","artifactChecksum":"ZTgxMzE4MTcxOWVmMjhhZDRmZGYxMGFlYmJlZTIzNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6330615-b36c-471c-8be6-33de0abb5561","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/pNF.csar","artifactChecksum":"NjdhMDI4NzczYjFhN2IxNjFkM2EyNDI0ZmVjZjc4ZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"716922ae-95e0-4b9e-8f4a-4c37612c1583","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8fbb2d23-22ce-4b95-be42-490af308a9fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjBmN2I4MDMzNzcyYTJhMGFhMWYzZjU3MDVmZGJiODQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"64fe3094-69d1-422d-aff1-58adaf85c619","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8bbf5c06-99e0-4475-8024-76257a0e1ebf","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7c8437c-f239-4a07-936d-10cad7bb46be","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSw4y3glridg81zy0fdvz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-template.yml","artifactChecksum":"NTI2ZTZmZjcxZjIyYWVjOGM0MzhiNWQ1ZmFmODcxMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9bd6f2f-c9ff-484c-b843-47e15df7221b","artifactVersion":"1"},{"artifactName":"service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar","artifactChecksum":"NWIyMGRlY2JlOTA3NWJmNGU2ZGQ3NjcxZDYyN2Y3ZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d946125d-cb10-4133-93e7-10fed6bb3369","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:01:45.892Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:01:45.895Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:01:45.898Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:01:45.898Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:01:45.998Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:01:45.999Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:01:45.999Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:01:46.016Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:01:46.017Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:01:46.899Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:01:46.901Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:01:46.903Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:01:46.903Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:01:47.003Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:01:47.004Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:01:47.005Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:01:47.060Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:01:47.061Z||pool-73-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:01:47.904Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:01:47.905Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:01:47.907Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:01:47.907Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:01:48.008Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:01:48.009Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:01:48.010Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:01:48.039Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:01:48.040Z||pool-74-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:01:48.908Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:01:48.909Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:01:48.911Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:01:48.911Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:01:49.012Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:01:49.013Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:01:49.013Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:01:49.042Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:01:49.043Z||pool-75-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:01:49.912Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:01:49.914Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:01:49.916Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:01:49.916Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:01:50.020Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-06T10:01:50.022Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:01:50.023Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:01:50.049Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:01:50.050Z||pool-76-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:01:50.917Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:01:50.918Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:01:50.923Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:01:50.923Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:01:51.022Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:01:51.024Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:01:51.024Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:01:51.059Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:01:51.059Z||pool-77-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:01:51.924Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:01:51.925Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:01:51.928Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:01:51.928Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:01:52.029Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:01:52.036Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:01:52.036Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:01:52.055Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:01:52.056Z||pool-78-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:01:52.929Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:01:52.930Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:01:52.933Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:01:52.933Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:01:53.034Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:01:53.035Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:01:53.035Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:01:53.057Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:01:53.058Z||pool-79-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:01:53.936Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "serviceName": "Demo_pNF_SW4y3GLRiDg81ZY0fdVZ",
  "serviceVersion": "1.0",
  "serviceUUID": "db5c81b5-2ae2-45c0-a869-1e432b8f4e87",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a163e7b4-e028-4b37-80e3-1e091b40aa7e",
  "resources": [
    {
      "resourceInstanceName": "pNF 65200601-df3a 0",
      "resourceCustomizationUUID": "44b9b9ac-1034-4ad3-b56e-129c8b27d216",
      "resourceName": "pNF 65200601-df3a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fd51b1ef-2888-4844-a53d-5b0e27ee855f",
      "resourceInvariantUUID": "d2aefa17-4e17-43f9-babc-76248c77280f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
      "artifactChecksum": "NWIyMGRlY2JlOTA3NWJmNGU2ZGQ3NjcxZDYyN2Y3ZmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d946125d-cb10-4133-93e7-10fed6bb3369"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:01:53.936Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:01:53.936Z|16e48647-b0d6-45a5-8589-c79cd566be8e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 db5c81b5-2ae2-45c0-a869-1e432b8f4e87 ASDC
2022-06-06T10:01:53.937Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e5b8158d-24c4-4d98-b3cc-797214021c2a
ServiceName:Demo_pNF_SW4y3GLRiDg81ZY0fdVZ
ServiceVersion:1.0
ServiceUUID:db5c81b5-2ae2-45c0-a869-1e432b8f4e87
ServiceInvariantUUID:a163e7b4-e028-4b37-80e3-1e091b40aa7e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
ArtifactUUID:d946125d-cb10-4133-93e7-10fed6bb3369
ArtifactChecksum:NWIyMGRlY2JlOTA3NWJmNGU2ZGQ3NjcxZDYyN2Y3ZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 65200601-df3a 0
ResourceCustomizationUUID:44b9b9ac-1034-4ad3-b56e-129c8b27d216
ResourceInvariantUUID:d2aefa17-4e17-43f9-babc-76248c77280f
ResourceName:pNF 65200601-df3a
ResourceType:PNF
ResourceUUID:fd51b1ef-2888-4844-a53d-5b0e27ee855f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-06T10:01:53.937Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db5c81b5-2ae2-45c0-a869-1e432b8f4e87 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:01:53.970Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:01:53.970Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T10:01:53.971Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T10:01:53.971Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d946125d-cb10-4133-93e7-10fed6bb3369 from URL: /sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:53.971Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:01:53.971Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:54.785Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:01:54.789Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar d946125d-cb10-4133-93e7-10fed6bb3369 82652
2022-06-06T10:01:54.790Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar ASDC sendASDCNotification
2022-06-06T10:01:54.790Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:54.790Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:01:54.790Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:01:54.792Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:01:54.792Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509714790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:01:54.894Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:01:54.895Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:01:54.896Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:01:54.916Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:01:54.917Z||pool-80-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:01:55.793Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:01:55.795Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T10:01:55.795Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d946125d-cb10-4133-93e7-10fed6bb3369, URL: /sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar to file: /app/ASDC/1/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:55.796Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:55.797Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:55.797Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:55.994Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1682544811386175255/Definitions/service-DemoPnfSw4y3glridg81zy0fdvz-template.yml
2022-06-06T10:01:56.901Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:01:56.902Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-06T10:01:56.902Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:56.902Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T10:01:56.902Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:56.903Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:56.903Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:56.903Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:56.903Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:56.903Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 65200601-df3a 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-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:56.903Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:56.904Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-06T10:01:56.904Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:01:56.904Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SW4y3GLRiDg81ZY0fdVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:01:56.905Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Node template pNF 65200601-df3a 0 is matching search criteria
2022-06-06T10:01:56.905Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-06T10:01:56.905Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 65200601-df3a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:01:56.905Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:01:56.906Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SW4y3GLRiDg81ZY0fdVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:01:56.906Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Node template pNF 65200601-df3a 0 is matching search criteria
2022-06-06T10:01:56.906Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-06T10:01:56.906Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 65200601-df3a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:01:56.906Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:01:56.906Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SW4y3GLRiDg81ZY0fdVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:01:56.906Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:01:56.906Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SW4y3GLRiDg81ZY0fdVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:01:56.906Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:01:56.907Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SW4y3GLRiDg81ZY0fdVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:01:56.907Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:01:56.907Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SW4y3GLRiDg81ZY0fdVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:01:56.907Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:01:56.907Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SW4y3GLRiDg81ZY0fdVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:01:56.907Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_SW4y3GLRiDg81ZY0fdVZ
Description:catalog service description
Model UUID:db5c81b5-2ae2-45c0-a869-1e432b8f4e87
Model Version:NULL
Model InvariantUuid:a163e7b4-e028-4b37-80e3-1e091b40aa7e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:01:56.914Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: fd51b1ef-2888-4844-a53d-5b0e27ee855f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:01:56.919Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||pNF 65200601-df3a 0
2022-06-06T10:01:56.919Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fd51b1ef-2888-4844-a53d-5b0e27ee855f
2022-06-06T10:01:56.919Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||No resources found for Service: db5c81b5-2ae2-45c0-a869-1e432b8f4e87
2022-06-06T10:01:56.919Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: db5c81b5-2ae2-45c0-a869-1e432b8f4e87
2022-06-06T10:01:56.919Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 65200601-df3a 0 fd51b1ef-2888-4844-a53d-5b0e27ee855f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:01:56.924Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16044616, org.onap.sdc.toscaparser.api.parameters.Input@642eca67, org.onap.sdc.toscaparser.api.parameters.Input@1cd64649, org.onap.sdc.toscaparser.api.parameters.Input@434e826d, org.onap.sdc.toscaparser.api.parameters.Input@774e48e4]
2022-06-06T10:01:56.924Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:01:56.924Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SW4y3GLRiDg81ZY0fdVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:01:56.925Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid db5c81b5-2ae2-45c0-a869-1e432b8f4e87: pNF 65200601-df3a
2022-06-06T10:01:56.925Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||Processing PNF resource: fd51b1ef-2888-4844-a53d-5b0e27ee855f
2022-06-06T10:01:56.925Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:01:56.925Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SW4y3GLRiDg81ZY0fdVZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:01:56.925Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||Resource customization UUID: 44b9b9ac-1034-4ad3-b56e-129c8b27d216 is the same as notified resource customizationUUID: 44b9b9ac-1034-4ad3-b56e-129c8b27d216
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-06T10:01:56.982Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 65200601-df3a fd51b1ef-2888-4844-a53d-5b0e27ee855f 0 ASDC deployResourceStructure
2022-06-06T10:01:56.983Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar ASDC sendASDCNotification
2022-06-06T10:01:56.983Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar
2022-06-06T10:01:56.983Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:01:56.983Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:01:56.985Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:01:56.985Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509716983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:01:57.086Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:01:57.087Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:01:57.087Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:01:57.104Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:01:57.105Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:01:57.986Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5b8158d-24c4-4d98-b3cc-797214021c2a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:01:57.998Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5b8158d-24c4-4d98-b3cc-797214021c2a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:01:58.000Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:01:58.000Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:01:58.000Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:02:10.448Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:02:10.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:02:10.450Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:02:10.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:02:10.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "aai-ml",
  "timestamp": 1654509554775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509559706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "cds",
  "timestamp": 1654509557631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "policy-id",
  "timestamp": 1654509564070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509559706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "cds",
  "timestamp": 1654509557631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "aai-ml",
  "timestamp": 1654509554775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "policy-id",
  "timestamp": 1654509564070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "clamp",
  "timestamp": 1654509565223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "cds",
  "timestamp": 1654509557631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "aai-ml",
  "timestamp": 1654509554775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509559706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "policy-id",
  "timestamp": 1654509564070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "clamp",
  "timestamp": 1654509565223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509559706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "cds",
  "timestamp": 1654509557631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "aai-ml",
  "timestamp": 1654509554775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "policy-id",
  "timestamp": 1654509564070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "clamp",
  "timestamp": 1654509565223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "aai-ml",
  "timestamp": 1654509554775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "cds",
  "timestamp": 1654509557631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509559706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "policy-id",
  "timestamp": 1654509564070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "clamp",
  "timestamp": 1654509565223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "cds",
  "timestamp": 1654509557631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509559706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:02:10.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "aai-ml",
  "timestamp": 1654509554775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "policy-id",
  "timestamp": 1654509564070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "clamp",
  "timestamp": 1654509565223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509559706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "aai-ml",
  "timestamp": 1654509554775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "cds",
  "timestamp": 1654509557631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "policy-id",
  "timestamp": 1654509564070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "clamp",
  "timestamp": 1654509565223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "cds",
  "timestamp": 1654509557631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:02:10.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509559706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "aai-ml",
  "timestamp": 1654509554775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:02:10.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "policy-id",
  "timestamp": 1654509564070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:02:10.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "clamp",
  "timestamp": 1654509565223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "clamp",
  "timestamp": 1654509565223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:02:10.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509572905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:02:10.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "cds",
  "timestamp": 1654509572520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:02:10.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "aai-ml",
  "timestamp": 1654509573788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:02:10.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "policy-id",
  "timestamp": 1654509573771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:02:10.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509574106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509574105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:02:10.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "cds",
  "timestamp": 1654509573526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:02:10.514Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e5b8158d-24c4-4d98-b3cc-797214021c2a
2022-06-06T10:02:10.515Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5b8158d-24c4-4d98-b3cc-797214021c2a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:02:10.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "policy-id",
  "timestamp": 1654509574776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:02:10.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509574106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509575111,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:02:10.538Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e5b8158d-24c4-4d98-b3cc-797214021c2a
2022-06-06T10:02:10.539Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5b8158d-24c4-4d98-b3cc-797214021c2a and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:02:10.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "policy-id",
  "timestamp": 1654509575780,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:02:10.555Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5b8158d-24c4-4d98-b3cc-797214021c2a
2022-06-06T10:02:10.555Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5b8158d-24c4-4d98-b3cc-797214021c2a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:02:10.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509566937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:02:10.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509574106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509574106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509574106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509574106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509574106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "aai-ml",
  "timestamp": 1654509581183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:02:10.565Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509574106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:02:10.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "aai-ml",
  "timestamp": 1654509582189,
  "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-06-06T10:02:10.570Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e5b8158d-24c4-4d98-b3cc-797214021c2a
2022-06-06T10:02:10.570Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5b8158d-24c4-4d98-b3cc-797214021c2a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:02:10.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "clamp",
  "timestamp": 1654509583253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:02:10.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509584053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:02:10.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "clamp",
  "timestamp": 1654509585262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:02:10.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "clamp",
  "timestamp": 1654509586267,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:02:10.582Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e5b8158d-24c4-4d98-b3cc-797214021c2a
2022-06-06T10:02:10.582Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5b8158d-24c4-4d98-b3cc-797214021c2a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:02:10.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509587279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:02:10.590Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59cc3bfb-7b65-451c-b5b8-8603084f2ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509587250,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d59cc3bfb-7b65-451c-b5b8-8603084f2ca8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f5c5e0df-d6a4-4c34-9229-c72b5c465aad/model-vers/model-ver/83b8cfd4-7539-4bca-ab15-456bfdcf2bf8) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:02:10.591Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509588287,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:02:10.596Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e5b8158d-24c4-4d98-b3cc-797214021c2a
2022-06-06T10:02:10.597Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5b8158d-24c4-4d98-b3cc-797214021c2a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:02:10.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:02:10.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:02:10.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:02:10.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:02:10.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:02:10.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:02:10.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509600331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:02:10.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509604977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:02:10.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509607323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:02:10.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:10.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:02:10.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509609125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:02:10.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:02:28.000Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5b8158d-24c4-4d98-b3cc-797214021c2a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:02:28.017Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5b8158d-24c4-4d98-b3cc-797214021c2a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:02:28.020Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:02:28.020Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:02:28.020Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:02:28.020Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:02:28.020Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:02:28.020Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:02:28.021Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:02:28.025Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:02:58.026Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e5b8158d-24c4-4d98-b3cc-797214021c2a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:02:58.035Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e5b8158d-24c4-4d98-b3cc-797214021c2a and serviceModelVersionId: db5c81b5-2ae2-45c0-a869-1e432b8f4e87
2022-06-06T10:02:58.035Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a163e7b4-e028-4b37-80e3-1e091b40aa7e
2022-06-06T10:02:58.037Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87?depth=0
2022-06-06T10:02:58.049Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:02:58.116Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-06T10:02:58.117Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87?depth=0|INFO|500||Invoke
2022-06-06T10:02:58.136Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:02:58.238Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:02:58.238Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-10:02:58:146-20186], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:02:58 GMT], Content-Type=[application/json]}
2022-06-06T10:02:58.240Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87","ERR.5.4.6114"]}}}

2022-06-06T10:02:58.244Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=e5b8158d-24c4-4d98-b3cc-797214021c2a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87) (ec=ERR.5.4.6114)
2022-06-06T10:02:58.244Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e5b8158d-24c4-4d98-b3cc-797214021c2a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87) (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-06-06T10:02:58.244Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e5b8158d-24c4-4d98-b3cc-797214021c2a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87) (ec=ERR.5.4.6114)
2022-06-06T10:02:58.244Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=e5b8158d-24c4-4d98-b3cc-797214021c2a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87) (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-06-06T10:02:58.249Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T10:02:58.249Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e5b8158d-24c4-4d98-b3cc-797214021c2a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e5b8158d-24c4-4d98-b3cc-797214021c2a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87) (ec=ERR.5.4.6114)
2022-06-06T10:02:58.249Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:02:58.249Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:02:58.251Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:02:58.252Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509778249,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de5b8158d-24c4-4d98-b3cc-797214021c2a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:02:58.352Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:02:58.353Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:02:58.353Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:02:58.378Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:02:58.379Z||pool-82-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:02:59.267Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:02:59.268Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:02:59.268Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:03.733Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:03.734Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T10:03:03.734Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"80ad39d9-7cb5-4a11-b744-e89c6a55d802","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"94065f43-12a6-44dc-9a9d-c91b4c1a5f1b","serviceDescription":"service","serviceInvariantUUID":"5b9d57d2-83b7-45d8-bccb-342e5b48a4ff","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e30aa61-01f4-40e4-9208-3555fbef231b","resourceInvariantUUID":"66a1ff8e-801e-441f-a2cd-9ec0377e0a65","resourceCustomizationUUID":"1c750f27-e4ee-45c9-94dd-07db022b6bbd","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":"NDQ0MThjYjVlOWZmY2U4YTA1NDcxYjBkZDdkNzZiYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2d47962b-11f7-4149-ac6b-38e0eed06940","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":"f2f95fc8-8a34-4313-83e0-5c2cd2d41665","artifactVersion":"2","generatedFromUUID":"ff2c41fb-486d-4d6e-aa15-8d1f4b56d111"},{"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":"ff2c41fb-486d-4d6e-aa15-8d1f4b56d111","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":"MGU4OWQxMDA1N2Y5MTY4NTAxNTBlNjY0YzBkNzhjMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2366199f-85d6-44d2-904a-a1bca8f14d61","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":"2416f80a-d7fa-4a94-aa63-dc5f008c14c1","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":"531fc7d5-9b91-46f3-81cd-1efc3452d7a3","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":"1da4b345-7c04-4a3a-a362-393b42447741","artifactVersion":"2","generatedFromUUID":"2416f80a-d7fa-4a94-aa63-dc5f008c14c1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzM2Njg5MjE2MGFmYTZhZTM5MTIwMWE2YzlkZDlmYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17d29573-4fda-418e-b9ac-dc7a600bbc89","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTZlYWZlN2JiYzVjMTExODkwNDkwYmMyMThkNWFjOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c4c8e47-37b0-4ed7-9ef5-b499f55196a8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:03:03.737Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:03:03.737Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:03.740Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:03.740Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:03:03.840Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:03.841Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:03.841Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:03.864Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:03.864Z||pool-83-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:04.740Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:03:04.741Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:04.743Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:04.743Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-06T10:03:04.844Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:03:04.845Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:04.845Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:04.863Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:04.864Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:03:05.744Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:03:05.745Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:05.748Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:05.748Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-06T10:03:05.848Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:03:05.849Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:05.849Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:05.867Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:05.868Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:06.749Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:03:06.751Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:06.753Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:06.754Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:03:06.854Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:03:06.854Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:06.855Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:06.872Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:06.872Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:07.755Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:03:07.756Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:07.758Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:07.758Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:03:07.858Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:07.860Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:07.860Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:07.890Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:07.891Z||pool-87-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:08.758Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:03:08.759Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:08.762Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:08.762Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:03:08.862Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:08.863Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:08.864Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:08.882Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:08.883Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:09.763Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:03:09.764Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:09.776Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:09.776Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-06T10:03:09.866Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-06T10:03:09.867Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:09.867Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:09.910Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:09.911Z||pool-89-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:03:10.448Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:03:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:10.476Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:10.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:03:10.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509610425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/vfw18d88bdf31930_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:03:10.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:03:10.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:03:10.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509611430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:03:10.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:03:10.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:03:10.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509612436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/resourceInstances/vfw18d88bdf31930/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:03:10.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:03:10.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:03:10.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509613442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606095142/1.0/artifacts/service-Vfw20220606095142-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:03:10.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:03:10.777Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:03:10.777Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:10.779Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:10.779Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:03:10.880Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:03:10.880Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:10.881Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:10.949Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:10.950Z||pool-90-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:11.780Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:03:11.781Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:11.784Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:11.784Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:03:11.884Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:11.885Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:11.885Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:11.905Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:11.906Z||pool-91-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:12.785Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "94065f43-12a6-44dc-9a9d-c91b4c1a5f1b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5b9d57d2-83b7-45d8-bccb-342e5b48a4ff",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "1c750f27-e4ee-45c9-94dd-07db022b6bbd",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8e30aa61-01f4-40e4-9208-3555fbef231b",
      "resourceInvariantUUID": "66a1ff8e-801e-441f-a2cd-9ec0377e0a65",
      "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": "f2f95fc8-8a34-4313-83e0-5c2cd2d41665",
          "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": "ff2c41fb-486d-4d6e-aa15-8d1f4b56d111",
          "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": "MGU4OWQxMDA1N2Y5MTY4NTAxNTBlNjY0YzBkNzhjMmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2366199f-85d6-44d2-904a-a1bca8f14d61",
          "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": "2416f80a-d7fa-4a94-aa63-dc5f008c14c1",
          "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": "1da4b345-7c04-4a3a-a362-393b42447741",
            "generatedFromUUID": "2416f80a-d7fa-4a94-aa63-dc5f008c14c1"
          },
          "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": "1da4b345-7c04-4a3a-a362-393b42447741",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTZlYWZlN2JiYzVjMTExODkwNDkwYmMyMThkNWFjOTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c4c8e47-37b0-4ed7-9ef5-b499f55196a8"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:03:12.786Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:03:12.786Z|e5b8158d-24c4-4d98-b3cc-797214021c2a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 94065f43-12a6-44dc-9a9d-c91b4c1a5f1b ASDC
2022-06-06T10:03:12.787Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:80ad39d9-7cb5-4a11-b744-e89c6a55d802
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:94065f43-12a6-44dc-9a9d-c91b4c1a5f1b
ServiceInvariantUUID:5b9d57d2-83b7-45d8-bccb-342e5b48a4ff
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:4c4c8e47-37b0-4ed7-9ef5-b499f55196a8
ArtifactChecksum:NTZlYWZlN2JiYzVjMTExODkwNDkwYmMyMThkNWFjOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:1c750f27-e4ee-45c9-94dd-07db022b6bbd
ResourceInvariantUUID:66a1ff8e-801e-441f-a2cd-9ec0377e0a65
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:8e30aa61-01f4-40e4-9208-3555fbef231b
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:f2f95fc8-8a34-4313-83e0-5c2cd2d41665
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:ff2c41fb-486d-4d6e-aa15-8d1f4b56d111
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:2366199f-85d6-44d2-904a-a1bca8f14d61
ArtifactChecksum:MGU4OWQxMDA1N2Y5MTY4NTAxNTBlNjY0YzBkNzhjMmY=
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:2416f80a-d7fa-4a94-aa63-dc5f008c14c1
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:1da4b345-7c04-4a3a-a362-393b42447741
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:1da4b345-7c04-4a3a-a362-393b42447741
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T10:03:12.787Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94065f43-12a6-44dc-9a9d-c91b4c1a5f1b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:03:12.937Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:03:12.937Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T10:03:12.937Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T10:03:12.937Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4c4c8e47-37b0-4ed7-9ef5-b499f55196a8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-06T10:03:12.938Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:03:12.938Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-06T10:03:13.145Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:03:13.149Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4c4c8e47-37b0-4ed7-9ef5-b499f55196a8 68951
2022-06-06T10:03:13.150Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-06T10:03:13.150Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-06T10:03:13.150Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:03:13.150Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:13.152Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:13.152Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509793149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:03:13.253Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:03:13.254Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:13.254Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:13.293Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:13.294Z||pool-92-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:14.153Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:03:14.155Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T10:03:14.155Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4c4c8e47-37b0-4ed7-9ef5-b499f55196a8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T10:03:14.155Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-06T10:03:14.156Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T10:03:14.156Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T10:03:14.360Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3952410778478869872/Definitions/service-BasicCnf-template.yml
2022-06-06T10:03:15.590Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:03:15.591Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-06T10:03:15.591Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T10:03:15.591Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-06T10:03:15.591Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T10:03:15.591Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T10:03:15.591Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T10:03:15.592Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T10:03:15.592Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-06T10:03:15.592Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:15.592Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:15.592Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:03:15.593Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-06T10:03:15.593Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:03:15.593Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:15.593Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:15.593Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:03:15.593Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-06T10:03:15.594Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:03:15.594Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:15.594Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:15.594Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:15.594Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-06T10:03:15.594Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-06T10:03:15.594Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-06T10:03:15.595Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:03:15.595Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:15.595Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:03:15.595Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:15.595Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:03:15.596Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:03:15.596Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:15.596Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:03:15.596Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:03:15.597Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:15.597Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:03:15.597Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:03:15.597Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:15.597Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-06T10:03:15.598Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-06T10:03:15.598Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fa4ca992-6f6c-48af-8860-ab662c065ae9
2022-06-06T10:03:15.598Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:15.598Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:15.598Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:15.598Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:15.599Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:15.599Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:15.599Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:15.599Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:15.599Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:94065f43-12a6-44dc-9a9d-c91b4c1a5f1b
Model Version:NULL
Model InvariantUuid:5b9d57d2-83b7-45d8-bccb-342e5b48a4ff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:be0ee7a5-c47d-4468-8db2-fa51ffbdfd75
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:66a1ff8e-801e-441f-a2cd-9ec0377e0a65
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1c750f27-e4ee-45c9-94dd-07db022b6bbd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cd10dfd9-1b0b-4b4e-a0d6-e247d4a1fddd
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3c5d8127-caee-4caf-a952-f57fa335e010
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fa4ca992-6f6c-48af-8860-ab662c065ae9
ModelInvariantUuid:062692e4-3849-47c7-9510-290f9c3d6a93
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7928d0f8-601a-4e2f-bb98-94c78a3dfaee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e1aea665-b3db-4abe-bf68-04d1c0a12912
ModelInvariantUuid:9a2be189-61ee-4549-991c-f40f2cf55f56
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:6b81b007-2b9c-43a2-8fc9-f8e566b7b3c2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:03:15.607Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e30aa61-01f4-40e4-9208-3555fbef231b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:03:15.610Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-06-06T10:03:15.611Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e30aa61-01f4-40e4-9208-3555fbef231b
2022-06-06T10:03:15.611Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f2f95fc8-8a34-4313-83e0-5c2cd2d41665 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-06T10:03:15.611Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:03:15.611Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-06T10:03:16.475Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:03:16.475Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f2f95fc8-8a34-4313-83e0-5c2cd2d41665 12
2022-06-06T10:03:16.476Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-06T10:03:16.476Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-06T10:03:16.476Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:03:16.476Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:16.478Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:16.478Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509796476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:03:16.579Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:16.580Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:16.580Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:16.615Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:16.616Z||pool-93-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:17.479Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ff2c41fb-486d-4d6e-aa15-8d1f4b56d111 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-06T10:03:17.480Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:03:17.480Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-06T10:03:17.937Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:03:17.938Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ff2c41fb-486d-4d6e-aa15-8d1f4b56d111 2688
2022-06-06T10:03:17.943Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-06T10:03:17.943Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-06T10:03:17.943Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:03:17.944Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:17.946Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:17.946Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509797943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:03:18.046Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:18.047Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:18.047Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:18.072Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:18.072Z||pool-94-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:03:18.947Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2366199f-85d6-44d2-904a-a1bca8f14d61 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-06T10:03:18.948Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:03:18.948Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-06T10:03:19.685Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:03:19.686Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2366199f-85d6-44d2-904a-a1bca8f14d61 828
2022-06-06T10:03:19.686Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-06T10:03:19.686Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-06T10:03:19.686Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:03:19.687Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:19.689Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:19.689Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509799686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:03:19.789Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:19.790Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:19.790Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:19.814Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:19.815Z||pool-95-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:20.689Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cd10dfd9-1b0b-4b4e-a0d6-e247d4a1fddd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3c5d8127-caee-4caf-a952-f57fa335e010",
    "vfModuleModelCustomizationUUID": "6a6fb8a2-034c-41b0-aa2c-e9a4c76f8103",
    "isBase": true,
    "artifacts": [
      "ff2c41fb-486d-4d6e-aa15-8d1f4b56d111",
      "2416f80a-d7fa-4a94-aa63-dc5f008c14c1",
      "1da4b345-7c04-4a3a-a362-393b42447741"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T10:03:20.693Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c5d8127-caee-4caf-a952-f57fa335e010
VfModuleModelInvariantUUID:cd10dfd9-1b0b-4b4e-a0d6-e247d4a1fddd
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff2c41fb-486d-4d6e-aa15-8d1f4b56d111
,
2416f80a-d7fa-4a94-aa63-dc5f008c14c1
,
1da4b345-7c04-4a3a-a362-393b42447741

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

isBase:true


}

2022-06-06T10:03:20.695Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cd10dfd9-1b0b-4b4e-a0d6-e247d4a1fddd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3c5d8127-caee-4caf-a952-f57fa335e010",
    "vfModuleModelCustomizationUUID": "6a6fb8a2-034c-41b0-aa2c-e9a4c76f8103",
    "isBase": true,
    "artifacts": [
      "ff2c41fb-486d-4d6e-aa15-8d1f4b56d111",
      "2416f80a-d7fa-4a94-aa63-dc5f008c14c1",
      "1da4b345-7c04-4a3a-a362-393b42447741"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T10:03:20.695Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c5d8127-caee-4caf-a952-f57fa335e010
VfModuleModelInvariantUUID:cd10dfd9-1b0b-4b4e-a0d6-e247d4a1fddd
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff2c41fb-486d-4d6e-aa15-8d1f4b56d111
,
2416f80a-d7fa-4a94-aa63-dc5f008c14c1
,
1da4b345-7c04-4a3a-a362-393b42447741

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

isBase:true


}

2022-06-06T10:03:20.695Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2416f80a-d7fa-4a94-aa63-dc5f008c14c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-06T10:03:20.695Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:03:20.696Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-06T10:03:21.725Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:03:21.726Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2416f80a-d7fa-4a94-aa63-dc5f008c14c1 1164
2022-06-06T10:03:21.726Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-06T10:03:21.726Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-06T10:03:21.726Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:03:21.726Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:21.728Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:21.728Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509801726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:03:21.828Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:21.830Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:21.830Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:21.846Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:21.846Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:22.729Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1da4b345-7c04-4a3a-a362-393b42447741 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-06T10:03:22.730Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:03:22.730Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-06T10:03:23.838Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:03:23.839Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1da4b345-7c04-4a3a-a362-393b42447741 200
2022-06-06T10:03:23.839Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-06T10:03:23.839Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-06T10:03:23.839Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:03:23.839Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:23.842Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:23.842Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509803839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:03:23.942Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:23.943Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:23.944Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:23.962Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:23.962Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:24.843Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 94065f43-12a6-44dc-9a9d-c91b4c1a5f1b
2022-06-06T10:03:24.844Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 8e30aa61-01f4-40e4-9208-3555fbef231b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-06-06T10:03:24.857Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:03:24.864Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c6fed7d, org.onap.sdc.toscaparser.api.parameters.Input@44365dbf, org.onap.sdc.toscaparser.api.parameters.Input@18361d4c, org.onap.sdc.toscaparser.api.parameters.Input@7555ac01, org.onap.sdc.toscaparser.api.parameters.Input@5672b3d3]
2022-06-06T10:03:24.866Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:24.867Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:24.867Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:03:24.867Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 1c750f27-e4ee-45c9-94dd-07db022b6bbd
2022-06-06T10:03:24.867Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c750f27-e4ee-45c9-94dd-07db022b6bbd matches Tosca VF Customization UUID: 1c750f27-e4ee-45c9-94dd-07db022b6bbd
2022-06-06T10:03:24.868Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 1c750f27-e4ee-45c9-94dd-07db022b6bbd  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T10:03:24.870Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:24.871Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:24.872Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 1c750f27-e4ee-45c9-94dd-07db022b6bbd: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-06-06T10:03:24.872Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50c6f29d
2022-06-06T10:03:24.872Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:24.872Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:03:24.873Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a6fb8a2-034c-41b0-aa2c-e9a4c76f8103
2022-06-06T10:03:24.873Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a6fb8a2-034c-41b0-aa2c-e9a4c76f8103
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T10:03:24.875Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:24.875Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:03:24.875Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:03:24.876Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:24.876Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:03:24.876Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:03:24.877Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:24.877Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-06T10:03:24.877Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-06T10:03:24.877Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fa4ca992-6f6c-48af-8860-ab662c065ae9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:03:24.879Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:24.880Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:03:24.880Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:03:24.880Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:24.880Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:03:24.881Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1c750f27-e4ee-45c9-94dd-07db022b6bbd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:03:24.882Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:24.882Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:24.882Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 94065f43-12a6-44dc-9a9d-c91b4c1a5f1b: basic_cnf
2022-06-06T10:03:24.883Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:24.883Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:24.883Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:24.884Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:24.884Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:24.884Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:24.884Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:24.885Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:24.885Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:03:24.885Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:03:24.885Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:03:24.951Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 8e30aa61-01f4-40e4-9208-3555fbef231b 1 ASDC deployResourceStructure
2022-06-06T10:03:24.952Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-06T10:03:24.952Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-06-06T10:03:24.952Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T10:03:24.953Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:24.955Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:24.955Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509804951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-06T10:03:25.055Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:25.056Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:25.056Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:25.073Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:25.073Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:25.956Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-06T10:03:25.957Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-06T10:03:25.957Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T10:03:25.957Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:25.959Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:25.959Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509805956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-06T10:03:26.060Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:26.061Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:26.061Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:26.078Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:26.079Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:26.961Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-06T10:03:26.961Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-06T10:03:26.961Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:03:26.961Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:26.964Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:26.964Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509806961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:03:27.064Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:27.065Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:27.066Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:27.081Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:27.082Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:27.966Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-06T10:03:27.966Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-06T10:03:27.966Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:03:27.966Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:27.969Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:27.969Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509807965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:03:28.070Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:28.071Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:28.071Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:28.094Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:28.095Z||pool-101-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:28.971Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-06T10:03:28.971Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-06T10:03:28.971Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:03:28.972Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:28.974Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:28.974Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509808970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:03:29.074Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:29.075Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:29.075Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:29.097Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:29.097Z||pool-102-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:29.975Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-06T10:03:29.975Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-06T10:03:29.975Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:03:29.976Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:03:29.978Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:03:29.978Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509809975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:03:30.078Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:03:30.079Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:03:30.080Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:03:30.098Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:30.099Z||pool-103-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:03:30.979Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80ad39d9-7cb5-4a11-b744-e89c6a55d802
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:03:30.990Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80ad39d9-7cb5-4a11-b744-e89c6a55d802
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:03:30.992Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:03:30.992Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:03:30.993Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:04:00.993Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80ad39d9-7cb5-4a11-b744-e89c6a55d802
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:04:01.006Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80ad39d9-7cb5-4a11-b744-e89c6a55d802
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:04:01.008Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:04:01.009Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:04:01.009Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:04:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:04:10.448Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:04:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:04:10.475Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:04:10.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "clamp",
  "timestamp": 1654509685223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "cds",
  "timestamp": 1654509692629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509686940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509694107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "clamp",
  "timestamp": 1654509685223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "cds",
  "timestamp": 1654509692629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509686940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509694107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "clamp",
  "timestamp": 1654509685223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509686940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "cds",
  "timestamp": 1654509692629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509694107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "clamp",
  "timestamp": 1654509685223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509686940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "cds",
  "timestamp": 1654509692629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509694107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "clamp",
  "timestamp": 1654509685223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509686940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "cds",
  "timestamp": 1654509692629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509694107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "clamp",
  "timestamp": 1654509685223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509686940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "cds",
  "timestamp": 1654509692629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509694107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "clamp",
  "timestamp": 1654509685223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "cds",
  "timestamp": 1654509692629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509686940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509694107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "clamp",
  "timestamp": 1654509685223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "cds",
  "timestamp": 1654509692629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509686940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509694107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "clamp",
  "timestamp": 1654509685223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "cds",
  "timestamp": 1654509692629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509686940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509694107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16e48647-b0d6-45a5-8589-c79cd566be8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509704850,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d16e48647-b0d6-45a5-8589-c79cd566be8e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ab6dafbc-9b23-462e-94bf-af8138982288/model-vers/model-ver/2d3f9c68-2ba0-49a6-9628-70fe023b6b8f) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:04:10.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "cds",
  "timestamp": 1654509704752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509706293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509705007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "cds",
  "timestamp": 1654509705758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:04:10.513Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80ad39d9-7cb5-4a11-b744-e89c6a55d802
2022-06-06T10:04:10.514Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80ad39d9-7cb5-4a11-b744-e89c6a55d802 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:04:10.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509707205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "cds",
  "timestamp": 1654509707629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509710202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:04:10.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509709096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "cds",
  "timestamp": 1654509707629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509711209,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:04:10.540Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80ad39d9-7cb5-4a11-b744-e89c6a55d802
2022-06-06T10:04:10.540Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80ad39d9-7cb5-4a11-b744-e89c6a55d802 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:04:10.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "cds",
  "timestamp": 1654509707629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/resourceInstances/pnf65200601df3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509711114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "cds",
  "timestamp": 1654509707629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509712179,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:04:10.563Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80ad39d9-7cb5-4a11-b744-e89c6a55d802
2022-06-06T10:04:10.563Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80ad39d9-7cb5-4a11-b744-e89c6a55d802 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:04:10.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "cds",
  "timestamp": 1654509707629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509588270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "policy-id",
  "timestamp": 1654509714384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.574Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509713184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:04:10.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "cds",
  "timestamp": 1654509707629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "aai-ml",
  "timestamp": 1654509715377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "policy-id",
  "timestamp": 1654509715389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:04:10.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509714790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "cds",
  "timestamp": 1654509707629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654509699706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509714189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "policy-id",
  "timestamp": 1654509716392,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:04:10.581Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80ad39d9-7cb5-4a11-b744-e89c6a55d802
2022-06-06T10:04:10.582Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80ad39d9-7cb5-4a11-b744-e89c6a55d802 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T10:04:10.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "clamp",
  "timestamp": 1654509716275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509714189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509716983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSw4y3glridg81zy0fdvz/1.0/artifacts/service-DemoPnfSw4y3glridg81zy0fdvz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:04:10.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "cds",
  "timestamp": 1654509716497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509714189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "cds",
  "timestamp": 1654509717503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:04:10.601Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f377eff5-2413-40ac-9375-0f0147802e73
2022-06-06T10:04:10.602Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f377eff5-2413-40ac-9375-0f0147802e73 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:04:10.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "clamp",
  "timestamp": 1654509718284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:04:10.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509714189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "clamp",
  "timestamp": 1654509719289,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:04:10.615Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80ad39d9-7cb5-4a11-b744-e89c6a55d802
2022-06-06T10:04:10.615Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80ad39d9-7cb5-4a11-b744-e89c6a55d802 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:04:10.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509714189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509714189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "clamp",
  "timestamp": 1654509720293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509714189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "clamp",
  "timestamp": 1654509720293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "policy-id",
  "timestamp": 1654509704071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "clamp",
  "timestamp": 1654509720293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "aai-ml",
  "timestamp": 1654509724088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:04:10.629Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "clamp",
  "timestamp": 1654509720293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509723305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509724106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "aai-ml",
  "timestamp": 1654509725092,
  "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-06-06T10:04:10.639Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 80ad39d9-7cb5-4a11-b744-e89c6a55d802
2022-06-06T10:04:10.639Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80ad39d9-7cb5-4a11-b744-e89c6a55d802 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:04:10.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "clamp",
  "timestamp": 1654509720293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "policy-id",
  "timestamp": 1654509725584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509724106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "clamp",
  "timestamp": 1654509720293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "policy-id",
  "timestamp": 1654509726592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:04:10.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509725351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509724106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "clamp",
  "timestamp": 1654509720293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "policy-id",
  "timestamp": 1654509727596,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:04:10.659Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f377eff5-2413-40ac-9375-0f0147802e73
2022-06-06T10:04:10.659Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f377eff5-2413-40ac-9375-0f0147802e73 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:04:10.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509724106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509724106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509727717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:04:10.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:04:10.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509724106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509728743,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:04:10.676Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f377eff5-2413-40ac-9375-0f0147802e73
2022-06-06T10:04:10.676Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f377eff5-2413-40ac-9375-0f0147802e73 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T10:04:10.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:04:10.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:10.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:04:10.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509724106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:04:10.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:04:31.009Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80ad39d9-7cb5-4a11-b744-e89c6a55d802
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:04:31.022Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80ad39d9-7cb5-4a11-b744-e89c6a55d802
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:04:31.024Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:04:31.024Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:04:31.025Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:04:31.025Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:04:31.025Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:04:31.025Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:04:31.030Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:05:01.031Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80ad39d9-7cb5-4a11-b744-e89c6a55d802 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:05:01.037Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80ad39d9-7cb5-4a11-b744-e89c6a55d802 and serviceModelVersionId: 94065f43-12a6-44dc-9a9d-c91b4c1a5f1b
2022-06-06T10:05:01.038Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5b9d57d2-83b7-45d8-bccb-342e5b48a4ff
2022-06-06T10:05:01.039Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b?depth=0
2022-06-06T10:05:01.043Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:05:01.084Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b?depth=0|INFO|500||Invoke
2022-06-06T10:05:01.085Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[80ad39d9-7cb5-4a11-b744-e89c6a55d802], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b029f10-b525-4a12-b110-2ac11eae7d8c], X-ECOMP-RequestID=[80ad39d9-7cb5-4a11-b744-e89c6a55d802], X-TransactionId=[], X-ONAP-RequestID=[80ad39d9-7cb5-4a11-b744-e89c6a55d802], Content-Type=[application/merge-patch+json]}
2022-06-06T10:05:01.103Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:05:01.142Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b?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/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-10:05:01:113-6986], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:05:01 GMT], Content-Type=[application/json]}
2022-06-06T10:05:01.144Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b?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/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b","ERR.5.4.6114"]}}}

2022-06-06T10:05:01.144Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:05:01.149Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=80ad39d9-7cb5-4a11-b744-e89c6a55d802 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b) (ec=ERR.5.4.6114)
2022-06-06T10:05:01.150Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=80ad39d9-7cb5-4a11-b744-e89c6a55d802 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b) (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-06-06T10:05:01.150Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=80ad39d9-7cb5-4a11-b744-e89c6a55d802 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b) (ec=ERR.5.4.6114)
2022-06-06T10:05:01.150Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=80ad39d9-7cb5-4a11-b744-e89c6a55d802 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b) (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-06-06T10:05:01.157Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T10:05:01.158Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80ad39d9-7cb5-4a11-b744-e89c6a55d802 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=80ad39d9-7cb5-4a11-b744-e89c6a55d802 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b) (ec=ERR.5.4.6114)
2022-06-06T10:05:01.158Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:05:01.158Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:01.161Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:01.161Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509901158,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d80ad39d9-7cb5-4a11-b744-e89c6a55d802 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:05:01.261Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:01.262Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:01.262Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:01.293Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:01.294Z||pool-104-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:05:02.178Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T10:05:02.178Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f377eff5-2413-40ac-9375-0f0147802e73","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"262f3577-3bf2-4856-9110-c5717f0a211c","serviceDescription":"service","serviceInvariantUUID":"f3051346-fcff-4171-be54-07dc118d1225","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a54bdbeb-986b-452f-bd64-a3f63c8acb6e","resourceInvariantUUID":"807011eb-f9a1-4f8e-9a9b-062dbc8fdeae","resourceCustomizationUUID":"44071e0e-7040-44f4-a633-8d75b7b574d7","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":"NWM3MmNmZDQ0NGQ4ZmQ5NGYxZDY0ZDZhZjU5YmNkZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c131b744-b444-482c-bee0-8ae652af81df","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":"OTEwMDlhOGYxN2NmZjUzODE4OGJjN2U5M2UyNTZhMjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"96581ab5-f07c-40ab-960a-e115ee9eaf7a","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":"299fe1b5-14c9-440a-bd30-a7c02c21993c","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":"0cd5bc08-3965-4c3c-9c7b-57820ecc301f","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":"3c15cedc-b8e0-40c1-88d7-22c16504c963","artifactVersion":"2","generatedFromUUID":"299fe1b5-14c9-440a-bd30-a7c02c21993c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTgzNDM3MTE1NzRlMjg0NzFjZGYxNzQzZGEyNjI3MDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"faf6e3e9-6248-46c1-ac93-822ad4545422","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmY5MmI4ZWRmNmJjZDQ2MmUzMDEzY2I5NWM1ODdiMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e6ce58d-73b6-4043-a99d-72490d1a9ed7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:05:02.178Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:05:02.179Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:02.181Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:02.181Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:05:02.282Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:02.283Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:02.283Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:02.305Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:02.306Z||pool-105-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:05:03.182Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:05:03.183Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:03.185Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:03.185Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:05:03.286Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:05:03.286Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:03.287Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:03.302Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:03.302Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:05:04.186Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:05:04.187Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:04.189Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:04.189Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:05:04.290Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:04.291Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:04.291Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:04.309Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:04.310Z||pool-107-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:05:05.190Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:05:05.191Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:05.194Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:05.194Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:05:05.294Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:05.295Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:05.296Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:05.311Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:05.311Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:05:06.195Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:05:06.196Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:06.199Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:06.199Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T10:05:06.299Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:06.300Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:06.300Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:06.317Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:06.317Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:05:07.200Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:05:07.201Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:07.203Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:07.204Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:05:07.304Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:07.305Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:07.305Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:07.348Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:07.349Z||pool-110-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:05:08.204Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:05:08.205Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:08.208Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:08.208Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:05:08.308Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:08.309Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:08.309Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:08.327Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:08.327Z||pool-111-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:05:09.209Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "262f3577-3bf2-4856-9110-c5717f0a211c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f3051346-fcff-4171-be54-07dc118d1225",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "44071e0e-7040-44f4-a633-8d75b7b574d7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a54bdbeb-986b-452f-bd64-a3f63c8acb6e",
      "resourceInvariantUUID": "807011eb-f9a1-4f8e-9a9b-062dbc8fdeae",
      "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": "OTEwMDlhOGYxN2NmZjUzODE4OGJjN2U5M2UyNTZhMjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "96581ab5-f07c-40ab-960a-e115ee9eaf7a",
          "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": "299fe1b5-14c9-440a-bd30-a7c02c21993c",
          "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": "3c15cedc-b8e0-40c1-88d7-22c16504c963",
            "generatedFromUUID": "299fe1b5-14c9-440a-bd30-a7c02c21993c"
          },
          "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": "3c15cedc-b8e0-40c1-88d7-22c16504c963",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YmY5MmI4ZWRmNmJjZDQ2MmUzMDEzY2I5NWM1ODdiMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e6ce58d-73b6-4043-a99d-72490d1a9ed7"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:05:09.210Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:05:09.210Z|80ad39d9-7cb5-4a11-b744-e89c6a55d802|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 262f3577-3bf2-4856-9110-c5717f0a211c ASDC
2022-06-06T10:05:09.210Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f377eff5-2413-40ac-9375-0f0147802e73
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:262f3577-3bf2-4856-9110-c5717f0a211c
ServiceInvariantUUID:f3051346-fcff-4171-be54-07dc118d1225
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:3e6ce58d-73b6-4043-a99d-72490d1a9ed7
ArtifactChecksum:YmY5MmI4ZWRmNmJjZDQ2MmUzMDEzY2I5NWM1ODdiMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:44071e0e-7040-44f4-a633-8d75b7b574d7
ResourceInvariantUUID:807011eb-f9a1-4f8e-9a9b-062dbc8fdeae
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a54bdbeb-986b-452f-bd64-a3f63c8acb6e
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:96581ab5-f07c-40ab-960a-e115ee9eaf7a
ArtifactChecksum:OTEwMDlhOGYxN2NmZjUzODE4OGJjN2U5M2UyNTZhMjk=
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:299fe1b5-14c9-440a-bd30-a7c02c21993c
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:3c15cedc-b8e0-40c1-88d7-22c16504c963
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:3c15cedc-b8e0-40c1-88d7-22c16504c963
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T10:05:09.211Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 262f3577-3bf2-4856-9110-c5717f0a211c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:05:09.253Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:05:09.254Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T10:05:09.254Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T10:05:09.254Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3e6ce58d-73b6-4043-a99d-72490d1a9ed7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T10:05:09.255Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:05:09.255Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T10:05:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:05:10.448Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:05:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:10.478Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:10.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654509729746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:05:10.483Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:05:10.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:05:10.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:05:10.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "aai-ml",
  "timestamp": 1654509704775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:05:10.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:05:10.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509732587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:05:10.485Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:05:10.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "aai-ml",
  "timestamp": 1654509733693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:05:10.486Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:05:10.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509736130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:05:10.487Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:05:10.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654509737138,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:05:10.497Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f377eff5-2413-40ac-9375-0f0147802e73
2022-06-06T10:05:10.497Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f377eff5-2413-40ac-9375-0f0147802e73 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:05:10.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "clamp",
  "timestamp": 1654509737281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:05:10.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:05:10.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "clamp",
  "timestamp": 1654509738306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:05:10.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:05:10.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "clamp",
  "timestamp": 1654509739311,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:05:10.511Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f377eff5-2413-40ac-9375-0f0147802e73
2022-06-06T10:05:10.512Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f377eff5-2413-40ac-9375-0f0147802e73 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:05:10.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "aai-ml",
  "timestamp": 1654509741338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:05:10.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:05:10.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "aai-ml",
  "timestamp": 1654509742343,
  "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-06-06T10:05:10.526Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f377eff5-2413-40ac-9375-0f0147802e73
2022-06-06T10:05:10.526Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f377eff5-2413-40ac-9375-0f0147802e73 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:05:10.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b8158d-24c4-4d98-b3cc-797214021c2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509778249,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de5b8158d-24c4-4d98-b3cc-797214021c2a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a163e7b4-e028-4b37-80e3-1e091b40aa7e/model-vers/model-ver/db5c81b5-2ae2-45c0-a869-1e432b8f4e87) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:05:10.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:05:10.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:05:10.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:05:10.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-06T10:05:10.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:05:10.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-06T10:05:10.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:05:10.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:05:10.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:05:10.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:05:10.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:05:10.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:05:10.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:05:10.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:05:10.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-06T10:05:10.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:05:11.246Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:05:11.250Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3e6ce58d-73b6-4043-a99d-72490d1a9ed7 71075
2022-06-06T10:05:11.250Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-06T10:05:11.250Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T10:05:11.251Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:05:11.251Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:11.253Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:11.253Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509911250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:05:11.353Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:05:11.354Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:11.354Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:11.373Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:11.374Z||pool-112-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:05:12.254Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:05:12.256Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T10:05:12.256Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3e6ce58d-73b6-4043-a99d-72490d1a9ed7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:05:12.257Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-06T10:05:12.257Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:05:12.258Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:05:12.419Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14555178499984517846/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-06T10:05:13.680Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:05:13.681Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-06T10:05:13.681Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:05:13.681Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T10:05:13.681Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:05:13.682Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:05:13.682Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:05:13.682Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:05:13.682Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:05:13.682Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:05:13.682Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:05:13.683Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:05:13.683Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:05:13.683Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-06T10:05:13.683Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:13.683Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:13.684Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:05:13.684Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-06T10:05:13.684Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:05:13.684Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:13.684Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:13.685Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:05:13.685Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-06T10:05:13.685Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:05:13.686Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:13.686Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:13.686Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:13.687Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-06T10:05:13.687Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-06T10:05:13.687Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-06T10:05:13.687Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-06T10:05:13.688Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T10:05:13.688Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:05:13.688Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:13.688Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:05:13.689Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:13.689Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:05:13.689Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:05:13.690Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:13.690Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:05:13.690Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:05:13.691Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:13.691Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:05:13.691Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:05:13.693Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:13.693Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-06T10:05:13.694Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T10:05:13.694Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T10:05:13.694Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7c848df8-18dd-4dd5-a30d-9a78d0985b7a
2022-06-06T10:05:13.695Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:13.695Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:13.695Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:13.696Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:13.696Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:13.696Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:13.696Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:13.697Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:13.697Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:262f3577-3bf2-4856-9110-c5717f0a211c
Model Version:NULL
Model InvariantUuid:f3051346-fcff-4171-be54-07dc118d1225
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7bc4c8aa-04b4-4b41-9ea4-10327bc80573
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:807011eb-f9a1-4f8e-9a9b-062dbc8fdeae
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:44071e0e-7040-44f4-a633-8d75b7b574d7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:32afd869-8d90-4d2e-8c7f-d9821500f56f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:9be925c7-15b4-442a-8eee-5f962522d2c7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7c848df8-18dd-4dd5-a30d-9a78d0985b7a
ModelInvariantUuid:1a196ee6-3ea8-4c74-8ebe-63e038d3b755
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:8d669c38-bdd5-4731-b446-a07f6fa759a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ae33a33b-8c44-4669-8b0e-ef33abc49a6b
ModelInvariantUuid:ef68ba96-a182-4b15-a836-89c3b3720d2d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:d58a73de-5227-4ad2-90ac-9d6be241431a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:05:13.705Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a54bdbeb-986b-452f-bd64-a3f63c8acb6e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:05:13.708Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-06-06T10:05:13.708Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a54bdbeb-986b-452f-bd64-a3f63c8acb6e
2022-06-06T10:05:13.708Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 96581ab5-f07c-40ab-960a-e115ee9eaf7a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-06T10:05:13.708Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:05:13.709Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-06T10:05:14.125Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:05:14.125Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 96581ab5-f07c-40ab-960a-e115ee9eaf7a 787
2022-06-06T10:05:14.125Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-06T10:05:14.126Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-06T10:05:14.126Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:05:14.126Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:14.129Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:14.129Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509914125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:05:14.229Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:14.230Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:14.230Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:14.248Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:14.248Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:05:15.130Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "32afd869-8d90-4d2e-8c7f-d9821500f56f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9be925c7-15b4-442a-8eee-5f962522d2c7",
    "vfModuleModelCustomizationUUID": "55336e1c-c3d0-49bd-bc3a-65184be622b8",
    "isBase": true,
    "artifacts": [
      "299fe1b5-14c9-440a-bd30-a7c02c21993c",
      "3c15cedc-b8e0-40c1-88d7-22c16504c963"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T10:05:15.138Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9be925c7-15b4-442a-8eee-5f962522d2c7
VfModuleModelInvariantUUID:32afd869-8d90-4d2e-8c7f-d9821500f56f
VfModuleModelDescription:NULL
Artifacts UUID List:{
299fe1b5-14c9-440a-bd30-a7c02c21993c
,
3c15cedc-b8e0-40c1-88d7-22c16504c963

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

isBase:true


}

2022-06-06T10:05:15.142Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "32afd869-8d90-4d2e-8c7f-d9821500f56f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9be925c7-15b4-442a-8eee-5f962522d2c7",
    "vfModuleModelCustomizationUUID": "55336e1c-c3d0-49bd-bc3a-65184be622b8",
    "isBase": true,
    "artifacts": [
      "299fe1b5-14c9-440a-bd30-a7c02c21993c",
      "3c15cedc-b8e0-40c1-88d7-22c16504c963"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T10:05:15.142Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9be925c7-15b4-442a-8eee-5f962522d2c7
VfModuleModelInvariantUUID:32afd869-8d90-4d2e-8c7f-d9821500f56f
VfModuleModelDescription:NULL
Artifacts UUID List:{
299fe1b5-14c9-440a-bd30-a7c02c21993c
,
3c15cedc-b8e0-40c1-88d7-22c16504c963

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

isBase:true


}

2022-06-06T10:05:15.143Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 299fe1b5-14c9-440a-bd30-a7c02c21993c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-06T10:05:15.143Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:05:15.143Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-06T10:05:15.526Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:05:15.526Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 299fe1b5-14c9-440a-bd30-a7c02c21993c 5033
2022-06-06T10:05:15.527Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-06T10:05:15.527Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-06T10:05:15.527Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:05:15.527Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:15.529Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:15.530Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509915527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:05:15.630Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:15.631Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:15.631Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:15.653Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:15.654Z||pool-114-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:05:16.531Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c15cedc-b8e0-40c1-88d7-22c16504c963 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-06T10:05:16.532Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:05:16.532Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-06T10:05:17.122Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:05:17.122Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3c15cedc-b8e0-40c1-88d7-22c16504c963 903
2022-06-06T10:05:17.123Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-06T10:05:17.123Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-06T10:05:17.123Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:05:17.123Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:17.126Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:17.126Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509917123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:05:17.226Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:17.227Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:17.228Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:17.245Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:17.246Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:05:18.126Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 262f3577-3bf2-4856-9110-c5717f0a211c
2022-06-06T10:05:18.128Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a54bdbeb-986b-452f-bd64-a3f63c8acb6e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:05:18.140Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e23abf5, org.onap.sdc.toscaparser.api.parameters.Input@6f3c556, org.onap.sdc.toscaparser.api.parameters.Input@62b1ff54, org.onap.sdc.toscaparser.api.parameters.Input@62d3b395, org.onap.sdc.toscaparser.api.parameters.Input@71bcd039]
2022-06-06T10:05:18.141Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:18.141Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:18.141Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:05:18.141Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 44071e0e-7040-44f4-a633-8d75b7b574d7
2022-06-06T10:05:18.141Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 44071e0e-7040-44f4-a633-8d75b7b574d7 matches Tosca VF Customization UUID: 44071e0e-7040-44f4-a633-8d75b7b574d7
2022-06-06T10:05:18.142Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 44071e0e-7040-44f4-a633-8d75b7b574d7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T10:05:18.144Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:18.144Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:18.144Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 44071e0e-7040-44f4-a633-8d75b7b574d7: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-06T10:05:18.144Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b6b3f1c
2022-06-06T10:05:18.145Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:18.145Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:05:18.145Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55336e1c-c3d0-49bd-bc3a-65184be622b8
2022-06-06T10:05:18.145Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55336e1c-c3d0-49bd-bc3a-65184be622b8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T10:05:18.147Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:18.147Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:05:18.147Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:05:18.148Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:18.148Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:05:18.148Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:05:18.148Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:18.148Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-06T10:05:18.148Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T10:05:18.149Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T10:05:18.149Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7c848df8-18dd-4dd5-a30d-9a78d0985b7a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:05:18.150Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:18.151Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:05:18.151Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:05:18.151Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:18.151Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:05:18.151Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=44071e0e-7040-44f4-a633-8d75b7b574d7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:05:18.153Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:18.153Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:18.153Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 262f3577-3bf2-4856-9110-c5717f0a211c: basic_vm
2022-06-06T10:05:18.153Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:18.154Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:18.154Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:18.154Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:18.154Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:18.154Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:18.154Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:18.155Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:18.155Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:05:18.155Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:05:18.155Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:05:18.234Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a54bdbeb-986b-452f-bd64-a3f63c8acb6e 1 ASDC deployResourceStructure
2022-06-06T10:05:18.235Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-06T10:05:18.235Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-06T10:05:18.235Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:05:18.235Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:18.237Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:18.237Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509918235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:05:18.337Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:18.338Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:18.338Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:18.354Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:18.355Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:05:19.238Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-06T10:05:19.239Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-06T10:05:19.239Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:05:19.240Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:19.242Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:19.242Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509919238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:05:19.342Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:19.343Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:19.344Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:19.360Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:19.360Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:05:20.243Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-06T10:05:20.244Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-06T10:05:20.244Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:05:20.244Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:20.247Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:20.247Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509920243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:05:20.347Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:20.348Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:20.349Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:20.375Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:20.376Z||pool-118-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:05:21.248Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-06T10:05:21.248Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T10:05:21.249Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:05:21.249Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:21.251Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:21.251Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509921248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:05:21.351Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:21.352Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:21.352Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:21.370Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:21.370Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:05:22.252Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f377eff5-2413-40ac-9375-0f0147802e73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:05:22.265Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f377eff5-2413-40ac-9375-0f0147802e73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:05:22.268Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:05:22.268Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:05:22.269Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:05:22.269Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:05:22.269Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:05:22.269Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:05:22.274Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:05:52.275Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f377eff5-2413-40ac-9375-0f0147802e73 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:05:52.284Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f377eff5-2413-40ac-9375-0f0147802e73 and serviceModelVersionId: 262f3577-3bf2-4856-9110-c5717f0a211c
2022-06-06T10:05:52.284Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3051346-fcff-4171-be54-07dc118d1225
2022-06-06T10:05:52.285Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c?depth=0
2022-06-06T10:05:52.290Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:05:52.342Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-06T10:05:52.344Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c?depth=0|INFO|500||Invoke
2022-06-06T10:05:52.362Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:05:52.435Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:05:52.437Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-10:05:52:371-32242], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:05:52 GMT], Content-Type=[application/json]}
2022-06-06T10:05:52.438Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c","ERR.5.4.6114"]}}}

2022-06-06T10:05:52.443Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=f377eff5-2413-40ac-9375-0f0147802e73 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c) (ec=ERR.5.4.6114)
2022-06-06T10:05:52.443Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f377eff5-2413-40ac-9375-0f0147802e73 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c) (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-06-06T10:05:52.444Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f377eff5-2413-40ac-9375-0f0147802e73 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c) (ec=ERR.5.4.6114)
2022-06-06T10:05:52.444Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=f377eff5-2413-40ac-9375-0f0147802e73 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c) (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-06-06T10:05:52.450Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T10:05:52.450Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f377eff5-2413-40ac-9375-0f0147802e73 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f377eff5-2413-40ac-9375-0f0147802e73 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c) (ec=ERR.5.4.6114)
2022-06-06T10:05:52.451Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:05:52.451Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:05:52.453Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:05:52.453Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509952450,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df377eff5-2413-40ac-9375-0f0147802e73 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:05:52.553Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:05:52.554Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:05:52.555Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:05:52.574Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:52.575Z||pool-120-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:05:53.466Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:05:53.467Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:05:53.467Z|f377eff5-2413-40ac-9375-0f0147802e73|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:06:03.762Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:06:03.763Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:06:03.763Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:06:03.763Z|f377eff5-2413-40ac-9375-0f0147802e73|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:06:10.447Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:06:10.448Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:06:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:06:10.477Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:06:10.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:06:10.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:06:10.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:06:10.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:06:10.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:06:10.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:06:10.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:06:10.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509793149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:06:10.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:06:10.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:06:10.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509796476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:06:10.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:06:10.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:06:10.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509797943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:06:10.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:06:10.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:06:10.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509799686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:06:10.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:06:10.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:06:10.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509801726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:06:10.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:06:10.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:06:10.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509803839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:06:10.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:06:10.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:06:10.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509804951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-06T10:06:10.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:06:10.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:06:10.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509805956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-06T10:06:10.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:06:10.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:06:10.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509806961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:06:10.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:06:10.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:06:10.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509807965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:06:10.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:06:10.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:06:10.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509808970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:06:10.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:06:10.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:06:10.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509809975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:06:10.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:06:13.337Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:06:13.338Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:06:13.338Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:06:13.339Z|f377eff5-2413-40ac-9375-0f0147802e73|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:06:22.894Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:06:22.895Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:06:22.896Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:06:22.896Z|f377eff5-2413-40ac-9375-0f0147802e73|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:06:32.442Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:06:32.443Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:06:32.443Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:06:32.443Z|f377eff5-2413-40ac-9375-0f0147802e73|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:06:42.014Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:06:42.015Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:06:42.016Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:06:42.016Z|f377eff5-2413-40ac-9375-0f0147802e73|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:06:51.578Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:06:51.579Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:06:51.580Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:06:51.580Z|f377eff5-2413-40ac-9375-0f0147802e73|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:07:01.131Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:07:01.132Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:07:01.133Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:07:01.133Z|f377eff5-2413-40ac-9375-0f0147802e73|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:07:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:07:10.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:07:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:07:10.482Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:07:10.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:07:10.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80ad39d9-7cb5-4a11-b744-e89c6a55d802",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509901158,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d80ad39d9-7cb5-4a11-b744-e89c6a55d802 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5b9d57d2-83b7-45d8-bccb-342e5b48a4ff/model-vers/model-ver/94065f43-12a6-44dc-9a9d-c91b4c1a5f1b) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:07:10.484Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:07:10.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:07:10.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:07:10.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:07:10.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:07:10.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:07:10.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:07:10.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:07:10.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:07:10.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:07:10.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:07:10.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:07:10.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:07:10.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:07:10.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T10:07:10.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:07:10.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:07:10.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:07:10.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:07:10.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:07:10.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509779267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:07:10.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:07:10.693Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:07:10.694Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:07:10.695Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:07:10.695Z|f377eff5-2413-40ac-9375-0f0147802e73|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:07:20.253Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:08:10.444Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:08:10.445Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:08:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:08:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:08:10.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:08:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:08:10.979Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:08:10.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:08:10.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509911250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:08:10.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:08:10.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:08:10.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509914125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:08:10.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:08:10.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:08:10.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509915527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:08:10.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:08:10.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:08:10.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509917123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:08:10.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:08:10.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:08:10.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509918235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:08:10.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:08:10.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:08:10.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509919238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:08:10.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:08:10.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:08:10.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509920243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:08:10.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:08:10.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:08:10.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509921248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:08:10.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:08:10.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:08:10.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f377eff5-2413-40ac-9375-0f0147802e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654509952450,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df377eff5-2413-40ac-9375-0f0147802e73 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f3051346-fcff-4171-be54-07dc118d1225/model-vers/model-ver/262f3577-3bf2-4856-9110-c5717f0a211c) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:08:10.985Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:08:20.019Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:10.444Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:09:10.445Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:09:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:09:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:09:10.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:09:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:09:11.091Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:11.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"60ef6948-f327-494b-8b61-d98ab2346c24","serviceName":"Demo_pNF_Q7FkOEcaQkCPR9zOSdkw","serviceVersion":"1.0","serviceUUID":"4bfc5781-ea99-4d48-87f9-2c469bc63f0b","serviceDescription":"catalog service description","serviceInvariantUUID":"5e6fe326-378d-4060-a7c6-e23bc07f1315","resources":[{"resourceInstanceName":"pNF 720db886-a528 0","resourceName":"pNF 720db886-a528","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4fb4fb7f-8f2d-425c-8f8d-de6170f289f8","resourceInvariantUUID":"59221f5f-9d65-43ea-b1ae-8fa5004eda23","resourceCustomizationUUID":"7e003203-0d0b-45c4-b023-41214638ad13","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vf-license-model.xml","artifactChecksum":"NjVhM2EwNDI2MWQwNDcwOTU4MTE5NjU4N2E1MzFlZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19852edf-ecb3-400b-bc37-e520ef34c1c6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/pNF.csar","artifactChecksum":"NjdhMDI4NzczYjFhN2IxNjFkM2EyNDI0ZmVjZjc4ZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"135c4ee9-02e2-40a6-a962-d20d4dfe9102","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac1f715-46ca-48f8-9db1-1fce01254400","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vendor-license-model.xml","artifactChecksum":"Y2JkYjE4YjBkMTc0YWMyZDY3MGVkNDM5NTA2NDAzZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f47d6680-b99a-4dea-89f1-feb73607e06a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf0c49e8-ab88-4ca1-b1b9-968cbf3a7e25","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15701dcb-6d65-4e57-864d-345ce71d27dc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQ7fkoecaqkcpr9zosdkw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-template.yml","artifactChecksum":"Mzk2NjMzYjRkYTUzYjcyYmM3N2NmZjY2YmE4ZTc5OTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d506314-cf72-4c33-85d0-944bfbf925f9","artifactVersion":"1"},{"artifactName":"service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar","artifactChecksum":"MzQwMDMzODAxYzcyOTVlYzg2YWJjZTI2MDM4NmJiMzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9fe9304a-66b0-4f76-aaad-e8f08b3e0535","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:09:11.095Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:09:11.095Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:09:11.098Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:09:11.098Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.102Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:11.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510114106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510106937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "cds",
  "timestamp": 1654510112629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510114106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510106937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "cds",
  "timestamp": 1654510112629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510114106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510106937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "cds",
  "timestamp": 1654510112629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510114106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510106937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "cds",
  "timestamp": 1654510112629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510119706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510106937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510114106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "cds",
  "timestamp": 1654510112629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510119706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510106937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510114106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "cds",
  "timestamp": 1654510112629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510119706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510106937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "cds",
  "timestamp": 1654510112629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510114106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510119706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510106937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:09:11.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "cds",
  "timestamp": 1654510112629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:09:11.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510114106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:09:11.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "policy-id",
  "timestamp": 1654510124070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510119706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "aai-ml",
  "timestamp": 1654510124775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "policy-id",
  "timestamp": 1654510124070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510119706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:09:11.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "aai-ml",
  "timestamp": 1654510124775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "policy-id",
  "timestamp": 1654510124070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "cds",
  "timestamp": 1654510125583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:09:11.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:09:11.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510119706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510127093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:09:11.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:09:11.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "aai-ml",
  "timestamp": 1654510124775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "policy-id",
  "timestamp": 1654510124070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "cds",
  "timestamp": 1654510126592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:09:11.134Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60ef6948-f327-494b-8b61-d98ab2346c24
2022-06-06T10:09:11.134Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ef6948-f327-494b-8b61-d98ab2346c24 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:09:11.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510119706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "aai-ml",
  "timestamp": 1654510124775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "policy-id",
  "timestamp": 1654510124070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "aai-ml",
  "timestamp": 1654510124775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510128882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:09:11.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:09:11.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510129854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:09:11.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:09:11.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "policy-id",
  "timestamp": 1654510124070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "aai-ml",
  "timestamp": 1654510124775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510129929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:09:11.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:09:11.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510130861,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:09:11.151Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60ef6948-f327-494b-8b61-d98ab2346c24
2022-06-06T10:09:11.151Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ef6948-f327-494b-8b61-d98ab2346c24 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:09:11.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "policy-id",
  "timestamp": 1654510124070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "aai-ml",
  "timestamp": 1654510124775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510130932,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:09:11.172Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 60ef6948-f327-494b-8b61-d98ab2346c24
2022-06-06T10:09:11.172Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ef6948-f327-494b-8b61-d98ab2346c24 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:09:11.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "policy-id",
  "timestamp": 1654510124070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:09:11.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "aai-ml",
  "timestamp": 1654510124775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:09:11.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "policy-id",
  "timestamp": 1654510133697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:09:11.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:09:11.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "aai-ml",
  "timestamp": 1654510133896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:09:11.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:09:11.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "policy-id",
  "timestamp": 1654510134703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:09:11.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:09:11.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "policy-id",
  "timestamp": 1654510135711,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:09:11.187Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60ef6948-f327-494b-8b61-d98ab2346c24
2022-06-06T10:09:11.187Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ef6948-f327-494b-8b61-d98ab2346c24 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:09:11.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "clamp",
  "timestamp": 1654510135223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "clamp",
  "timestamp": 1654510135223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "clamp",
  "timestamp": 1654510135223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "aai-ml",
  "timestamp": 1654510139238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:09:11.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:09:11.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "clamp",
  "timestamp": 1654510135223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "aai-ml",
  "timestamp": 1654510140243,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
2022-06-06T10:09:11.198Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:09:11.199Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:09:11.200Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:09:11.204Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 60ef6948-f327-494b-8b61-d98ab2346c24
2022-06-06T10:09:11.204Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ef6948-f327-494b-8b61-d98ab2346c24 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:09:11.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "clamp",
  "timestamp": 1654510135223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "clamp",
  "timestamp": 1654510135223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "clamp",
  "timestamp": 1654510135223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:11.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:09:11.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "clamp",
  "timestamp": 1654510135223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:09:11.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:09:11.217Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:11.217Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:09:12.099Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:09:12.100Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:09:12.103Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:09:12.103Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:12.204Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:09:12.205Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:09:12.205Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:09:12.247Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:12.247Z||pool-122-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:09:13.104Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:09:13.105Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:09:13.107Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:09:13.107Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:13.208Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:09:13.209Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:09:13.209Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:09:13.238Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:13.238Z||pool-123-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:09:14.108Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:09:14.109Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:09:14.114Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:09:14.114Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:14.213Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-06T10:09:14.214Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:09:14.214Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:09:14.241Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:14.242Z||pool-124-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:09:15.115Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:09:15.116Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:09:15.119Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:09:15.119Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:15.219Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:09:15.220Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:09:15.221Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:09:15.243Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:15.244Z||pool-125-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:09:16.120Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:09:16.121Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:09:16.123Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:09:16.123Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:16.223Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:09:16.224Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:09:16.224Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:09:16.264Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:16.265Z||pool-126-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:09:17.123Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:09:17.124Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:09:17.127Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:09:17.127Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:09:17.230Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-06T10:09:17.232Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:09:17.232Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:09:17.248Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:17.249Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:09:18.127Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:09:18.128Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:09:18.131Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:09:18.131Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:09:18.231Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:09:18.232Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:09:18.232Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:09:18.253Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:18.254Z||pool-128-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:09:19.132Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "serviceName": "Demo_pNF_Q7FkOEcaQkCPR9zOSdkw",
  "serviceVersion": "1.0",
  "serviceUUID": "4bfc5781-ea99-4d48-87f9-2c469bc63f0b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5e6fe326-378d-4060-a7c6-e23bc07f1315",
  "resources": [
    {
      "resourceInstanceName": "pNF 720db886-a528 0",
      "resourceCustomizationUUID": "7e003203-0d0b-45c4-b023-41214638ad13",
      "resourceName": "pNF 720db886-a528",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4fb4fb7f-8f2d-425c-8f8d-de6170f289f8",
      "resourceInvariantUUID": "59221f5f-9d65-43ea-b1ae-8fa5004eda23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
      "artifactChecksum": "MzQwMDMzODAxYzcyOTVlYzg2YWJjZTI2MDM4NmJiMzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9fe9304a-66b0-4f76-aaad-e8f08b3e0535"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:09:19.133Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:09:19.133Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4bfc5781-ea99-4d48-87f9-2c469bc63f0b ASDC
2022-06-06T10:09:19.133Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:60ef6948-f327-494b-8b61-d98ab2346c24
ServiceName:Demo_pNF_Q7FkOEcaQkCPR9zOSdkw
ServiceVersion:1.0
ServiceUUID:4bfc5781-ea99-4d48-87f9-2c469bc63f0b
ServiceInvariantUUID:5e6fe326-378d-4060-a7c6-e23bc07f1315
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
ArtifactUUID:9fe9304a-66b0-4f76-aaad-e8f08b3e0535
ArtifactChecksum:MzQwMDMzODAxYzcyOTVlYzg2YWJjZTI2MDM4NmJiMzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 720db886-a528 0
ResourceCustomizationUUID:7e003203-0d0b-45c4-b023-41214638ad13
ResourceInvariantUUID:59221f5f-9d65-43ea-b1ae-8fa5004eda23
ResourceName:pNF 720db886-a528
ResourceType:PNF
ResourceUUID:4fb4fb7f-8f2d-425c-8f8d-de6170f289f8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-06T10:09:19.133Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4bfc5781-ea99-4d48-87f9-2c469bc63f0b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:09:19.164Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:09:19.165Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-06T10:09:19.166Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-06T10:09:19.166Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9fe9304a-66b0-4f76-aaad-e8f08b3e0535 from URL: /sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:19.166Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-06T10:09:19.166Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:19.832Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-06T10:09:19.836Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar 9fe9304a-66b0-4f76-aaad-e8f08b3e0535 82653
2022-06-06T10:09:19.836Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar ASDC sendASDCNotification
2022-06-06T10:09:19.837Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:19.837Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:09:19.837Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:09:19.840Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:09:19.841Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510159836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:09:19.940Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-06T10:09:19.940Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:09:19.941Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:09:19.959Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:19.960Z||pool-129-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:09:20.841Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:09:20.843Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-06T10:09:20.843Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9fe9304a-66b0-4f76-aaad-e8f08b3e0535, URL: /sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar to file: /app/ASDC/1/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:20.844Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:20.844Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:20.845Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:21.038Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13820943413347244831/Definitions/service-DemoPnfQ7fkoecaqkcpr9zosdkw-template.yml
2022-06-06T10:09:21.998Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:09:21.999Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-06T10:09:21.999Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:21.999Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T10:09:21.999Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:21.999Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:21.999Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:22.000Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:22.000Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:22.000Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 720db886-a528 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-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:22.000Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:22.000Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-06T10:09:22.000Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:09:22.001Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Q7FkOEcaQkCPR9zOSdkw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:09:22.001Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Node template pNF 720db886-a528 0 is matching search criteria
2022-06-06T10:09:22.001Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-06T10:09:22.001Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 720db886-a528 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:09:22.001Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:09:22.002Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Q7FkOEcaQkCPR9zOSdkw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:09:22.002Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Node template pNF 720db886-a528 0 is matching search criteria
2022-06-06T10:09:22.002Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-06T10:09:22.002Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 720db886-a528 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:09:22.002Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:09:22.003Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Q7FkOEcaQkCPR9zOSdkw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:09:22.003Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:09:22.003Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Q7FkOEcaQkCPR9zOSdkw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:09:22.003Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:09:22.003Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Q7FkOEcaQkCPR9zOSdkw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:09:22.003Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:09:22.004Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Q7FkOEcaQkCPR9zOSdkw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:09:22.004Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:09:22.004Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Q7FkOEcaQkCPR9zOSdkw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:09:22.004Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Q7FkOEcaQkCPR9zOSdkw
Description:catalog service description
Model UUID:4bfc5781-ea99-4d48-87f9-2c469bc63f0b
Model Version:NULL
Model InvariantUuid:5e6fe326-378d-4060-a7c6-e23bc07f1315
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:09:22.010Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4fb4fb7f-8f2d-425c-8f8d-de6170f289f8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:09:22.013Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||pNF 720db886-a528 0
2022-06-06T10:09:22.013Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4fb4fb7f-8f2d-425c-8f8d-de6170f289f8
2022-06-06T10:09:22.014Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 4bfc5781-ea99-4d48-87f9-2c469bc63f0b
2022-06-06T10:09:22.014Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 4bfc5781-ea99-4d48-87f9-2c469bc63f0b
2022-06-06T10:09:22.014Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 720db886-a528 0 4fb4fb7f-8f2d-425c-8f8d-de6170f289f8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:09:22.018Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19f336da, org.onap.sdc.toscaparser.api.parameters.Input@10bee848, org.onap.sdc.toscaparser.api.parameters.Input@1d2c6ce4, org.onap.sdc.toscaparser.api.parameters.Input@2a34a74, org.onap.sdc.toscaparser.api.parameters.Input@2e6e91c]
2022-06-06T10:09:22.019Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:09:22.019Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Q7FkOEcaQkCPR9zOSdkw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:09:22.019Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 4bfc5781-ea99-4d48-87f9-2c469bc63f0b: pNF 720db886-a528
2022-06-06T10:09:22.019Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||Processing PNF resource: 4fb4fb7f-8f2d-425c-8f8d-de6170f289f8
2022-06-06T10:09:22.019Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:09:22.020Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Q7FkOEcaQkCPR9zOSdkw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:09:22.020Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||Resource customization UUID: 7e003203-0d0b-45c4-b023-41214638ad13 is the same as notified resource customizationUUID: 7e003203-0d0b-45c4-b023-41214638ad13
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-06T10:09:22.054Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 720db886-a528 4fb4fb7f-8f2d-425c-8f8d-de6170f289f8 0 ASDC deployResourceStructure
2022-06-06T10:09:22.055Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar ASDC sendASDCNotification
2022-06-06T10:09:22.055Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar
2022-06-06T10:09:22.055Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:09:22.055Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:09:22.057Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:09:22.057Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510162055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:09:22.158Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:09:22.159Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:09:22.159Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:09:22.179Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:22.179Z||pool-130-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:09:23.059Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ef6948-f327-494b-8b61-d98ab2346c24
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:09:23.075Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ef6948-f327-494b-8b61-d98ab2346c24
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:09:23.078Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:09:23.078Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:09:23.079Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:09:23.079Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:09:23.079Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:09:23.079Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:09:23.079Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:09:23.085Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:09:53.086Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60ef6948-f327-494b-8b61-d98ab2346c24 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:09:53.092Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60ef6948-f327-494b-8b61-d98ab2346c24 and serviceModelVersionId: 4bfc5781-ea99-4d48-87f9-2c469bc63f0b
2022-06-06T10:09:53.092Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e6fe326-378d-4060-a7c6-e23bc07f1315
2022-06-06T10:09:53.093Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b?depth=0
2022-06-06T10:09:53.098Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:09:53.144Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-06T10:09:53.146Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b?depth=0|INFO|500||Invoke
2022-06-06T10:09:53.169Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:09:53.330Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:09:53.331Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-10:09:53:178-6277], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:09:53 GMT], Content-Type=[application/json]}
2022-06-06T10:09:53.333Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||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/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b","ERR.5.4.6114"]}}}

2022-06-06T10:09:53.337Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=60ef6948-f327-494b-8b61-d98ab2346c24 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b) (ec=ERR.5.4.6114)
2022-06-06T10:09:53.337Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=60ef6948-f327-494b-8b61-d98ab2346c24 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b) (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-06-06T10:09:53.338Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=60ef6948-f327-494b-8b61-d98ab2346c24 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b) (ec=ERR.5.4.6114)
2022-06-06T10:09:53.338Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=60ef6948-f327-494b-8b61-d98ab2346c24 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b) (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-06-06T10:09:53.345Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T10:09:53.345Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60ef6948-f327-494b-8b61-d98ab2346c24 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=60ef6948-f327-494b-8b61-d98ab2346c24 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b) (ec=ERR.5.4.6114)
2022-06-06T10:09:53.345Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:09:53.345Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:09:53.347Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:09:53.347Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510193345,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d60ef6948-f327-494b-8b61-d98ab2346c24 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:09:53.448Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:09:53.449Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:09:53.449Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:09:53.473Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:53.474Z||pool-131-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:10:10.444Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:10:10.445Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:10:10.445Z|60ef6948-f327-494b-8b61-d98ab2346c24|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:10:10.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:10:10.447Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:10.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:10.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:10:10.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:10:10.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:10:11.079Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:11.079Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:10:11.080Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"81420a59-a55e-446f-a8eb-fea45c6ccb50","serviceName":"vFW 2022-06-06 10-04-03","serviceVersion":"1.0","serviceUUID":"f813c616-82b6-45fd-bf8b-2f4e651c6daf","serviceDescription":"catalog service description","serviceInvariantUUID":"99a72708-5634-4fc4-985c-616b47e5b295","resources":[{"resourceInstanceName":"vFW 1050dbd7-c4d2 0","resourceName":"vFW 1050dbd7-c4d2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a0d9cb5-fd0d-4da8-8884-ed32d4e8c1d3","resourceInvariantUUID":"f4912e88-0a1e-4cd8-9bb3-c075468bc2fb","resourceCustomizationUUID":"382dd7fe-ac37-4e9c-b9fd-6df79f33f06b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vf-license-model.xml","artifactChecksum":"NWM0ZmI4MTRhNTBjMTVjOWQxYzU1Y2EzN2Q4N2FiZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33a72948-94a8-4e79-9c60-bd7921d614da","artifactVersion":"1"},{"artifactName":"vfw1050dbd7c4d20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json","artifactChecksum":"NjM5ZGMxZDU0N2I4NzYzNmM3MDgyZTM4NzgyOTNkNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"264886e4-079f-4180-9a11-e500456c18ab","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fe9a6c35-d4c1-4f14-ae65-4ee0ed4e67ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vendor-license-model.xml","artifactChecksum":"YjY0MmRlMjcxZGYxMWY5NzEzYWY4MmIzNGQwNDEyZTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3222bd73-f604-4748-867f-c1e35b8bc529","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f7ce122-742c-41e0-9077-331fb421d1c1","artifactVersion":"2","generatedFromUUID":"fe9a6c35-d4c1-4f14-ae65-4ee0ed4e67ff"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220606100403-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-template.yml","artifactChecksum":"MWRhZDBlZWRjYmM5ZDA2YjAwNTNhNmIwZmExZGJiNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f0fa1f4-0e93-4038-95d4-7ffd31c8f376","artifactVersion":"1"},{"artifactName":"service-Vfw20220606100403-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar","artifactChecksum":"ZTI4ZjlhZDU0OWM3MzM0YjFjYmViMTc0YmVkYWIzZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff393b60-8e8a-4c3a-9a2d-dde5dc6ce40e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:10:11.081Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:10:11.082Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:11.084Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:11.084Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510210444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:10:11.184Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:10:11.186Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:11.186Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:11.205Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:11.206Z||pool-132-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:10:12.085Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:10:12.085Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:12.087Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:12.088Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510210444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:10:12.188Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:10:12.189Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:12.189Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:12.206Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:12.207Z||pool-133-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:10:13.088Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:10:13.089Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:13.091Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:13.091Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510210444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:10:13.191Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:10:13.192Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:13.192Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:13.230Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:13.231Z||pool-134-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:10:14.091Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:10:14.092Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:14.094Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:14.094Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510210444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:10:14.195Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:10:14.196Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:14.196Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:14.212Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:14.213Z||pool-135-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:10:15.096Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:10:15.097Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:15.099Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:15.099Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510210444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:10:15.199Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:10:15.200Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:15.201Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:15.219Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:15.219Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:10:16.100Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:10:16.101Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:16.103Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:16.103Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510210444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:10:16.203Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:10:16.204Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:16.204Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:16.254Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:16.254Z||pool-137-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:10:17.104Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:10:17.105Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:17.107Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:17.107Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510210444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:10:17.207Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:10:17.208Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:17.208Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:17.236Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:17.237Z||pool-138-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:10:18.108Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "serviceName": "vFW 2022-06-06 10-04-03",
  "serviceVersion": "1.0",
  "serviceUUID": "f813c616-82b6-45fd-bf8b-2f4e651c6daf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "99a72708-5634-4fc4-985c-616b47e5b295",
  "resources": [
    {
      "resourceInstanceName": "vFW 1050dbd7-c4d2 0",
      "resourceCustomizationUUID": "382dd7fe-ac37-4e9c-b9fd-6df79f33f06b",
      "resourceName": "vFW 1050dbd7-c4d2",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8a0d9cb5-fd0d-4da8-8884-ed32d4e8c1d3",
      "resourceInvariantUUID": "f4912e88-0a1e-4cd8-9bb3-c075468bc2fb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1050dbd7c4d20_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
          "artifactChecksum": "NjM5ZGMxZDU0N2I4NzYzNmM3MDgyZTM4NzgyOTNkNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "264886e4-079f-4180-9a11-e500456c18ab",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fe9a6c35-d4c1-4f14-ae65-4ee0ed4e67ff",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1f7ce122-742c-41e0-9077-331fb421d1c1",
            "generatedFromUUID": "fe9a6c35-d4c1-4f14-ae65-4ee0ed4e67ff"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1f7ce122-742c-41e0-9077-331fb421d1c1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220606100403-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
      "artifactChecksum": "ZTI4ZjlhZDU0OWM3MzM0YjFjYmViMTc0YmVkYWIzZTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff393b60-8e8a-4c3a-9a2d-dde5dc6ce40e"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:10:18.109Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:10:18.109Z|60ef6948-f327-494b-8b61-d98ab2346c24|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f813c616-82b6-45fd-bf8b-2f4e651c6daf ASDC
2022-06-06T10:10:18.110Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:81420a59-a55e-446f-a8eb-fea45c6ccb50
ServiceName:vFW 2022-06-06 10-04-03
ServiceVersion:1.0
ServiceUUID:f813c616-82b6-45fd-bf8b-2f4e651c6daf
ServiceInvariantUUID:99a72708-5634-4fc4-985c-616b47e5b295
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220606100403-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar
ArtifactUUID:ff393b60-8e8a-4c3a-9a2d-dde5dc6ce40e
ArtifactChecksum:ZTI4ZjlhZDU0OWM3MzM0YjFjYmViMTc0YmVkYWIzZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1050dbd7-c4d2 0
ResourceCustomizationUUID:382dd7fe-ac37-4e9c-b9fd-6df79f33f06b
ResourceInvariantUUID:f4912e88-0a1e-4cd8-9bb3-c075468bc2fb
ResourceName:vFW 1050dbd7-c4d2
ResourceType:VF
ResourceUUID:8a0d9cb5-fd0d-4da8-8884-ed32d4e8c1d3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1050dbd7c4d20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json
ArtifactUUID:264886e4-079f-4180-9a11-e500456c18ab
ArtifactChecksum:NjM5ZGMxZDU0N2I4NzYzNmM3MDgyZTM4NzgyOTNkNjg=
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/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml
ArtifactUUID:fe9a6c35-d4c1-4f14-ae65-4ee0ed4e67ff
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/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env
ArtifactUUID:1f7ce122-742c-41e0-9077-331fb421d1c1
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/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env
ArtifactUUID:1f7ce122-742c-41e0-9077-331fb421d1c1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T10:10:18.110Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f813c616-82b6-45fd-bf8b-2f4e651c6daf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:10:18.147Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:10:18.148Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-06T10:10:18.148Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-06T10:10:18.148Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ff393b60-8e8a-4c3a-9a2d-dde5dc6ce40e from URL: /sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:18.149Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-06T10:10:18.149Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:18.524Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-06T10:10:18.529Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar ff393b60-8e8a-4c3a-9a2d-dde5dc6ce40e 99014
2022-06-06T10:10:18.529Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar ASDC sendASDCNotification
2022-06-06T10:10:18.530Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:18.530Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:10:18.530Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:18.532Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:18.532Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510218529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:10:18.632Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:10:18.633Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:18.633Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:18.650Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:18.651Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:10:19.532Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:10:19.534Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-06T10:10:19.534Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ff393b60-8e8a-4c3a-9a2d-dde5dc6ce40e, URL: /sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar to file: /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:19.535Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220606100403-csar.csar
2022-06-06T10:10:19.535Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:19.535Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:19.862Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8076350357875015620/Definitions/service-Vfw20220606100403-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-06T10:10:22.254Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:10:22.254Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-06T10:10:22.254Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:22.254Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-06T10:10:22.254Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:22.255Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:22.255Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:22.255Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:22.255Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:22.255Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:22.255Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:22.255Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:22.255Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1050dbd7-c4d2 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-Vfw20220606100403-csar.csar
2022-06-06T10:10:22.255Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:22.255Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:22.255Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:22.255Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:22.256Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-06T10:10:22.256Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.256Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:22.256Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is matching search criteria
2022-06-06T10:10:22.256Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-06T10:10:22.256Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1050dbd7-c4d2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:10:22.257Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.257Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:22.257Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is matching search criteria
2022-06-06T10:10:22.257Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-06T10:10:22.257Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1050dbd7-c4d2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:10:22.257Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.257Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:22.258Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.258Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is not matching search criteria
2022-06-06T10:10:22.258Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:10:22.258Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:10:22.258Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:10:22.258Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:10:22.258Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:22.258Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:10:22.259Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:10:22.259Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:10:22.259Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:10:22.259Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:10:22.259Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:22.259Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:10:22.259Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:22.259Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:10:22.259Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:10:22.260Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:10:22.260Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.260Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:10:22.260Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.260Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is matching search criteria
2022-06-06T10:10:22.260Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1050dbd7-c4d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:10:22.260Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.261Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is matching search criteria
2022-06-06T10:10:22.261Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1050dbd7-c4d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:10:22.261Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.261Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is matching search criteria
2022-06-06T10:10:22.261Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1050dbd7-c4d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:10:22.261Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.261Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is not matching search criteria
2022-06-06T10:10:22.262Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:10:22.262Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:10:22.262Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T10:10:22.262Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:10:22.262Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:10:22.262Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:10:22.262Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:22.262Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:10:22.262Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:22.263Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:10:22.263Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:10:22.263Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=10a1469a-22bd-4d66-9c07-3a80712be938
2022-06-06T10:10:22.263Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.263Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is not matching search criteria
2022-06-06T10:10:22.263Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:10:22.263Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:10:22.263Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:10:22.264Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:10:22.264Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:22.264Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:10:22.264Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:10:22.264Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T10:10:22.264Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:10:22.264Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:22.264Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:10:22.265Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:10:22.265Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a4971348-a5d7-427b-821e-7fdb66d10e81
2022-06-06T10:10:22.265Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.265Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is not matching search criteria
2022-06-06T10:10:22.265Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:10:22.265Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:10:22.265Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:10:22.266Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:10:22.266Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:22.266Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:10:22.266Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:10:22.266Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:10:22.266Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:10:22.266Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:10:22.266Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:22.267Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T10:10:22.267Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=df8c0a1e-b362-47f9-b1d2-591ebd5ea701
2022-06-06T10:10:22.267Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.267Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:22.267Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.267Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:22.267Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.267Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:22.268Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:22.268Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:22.268Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-06 10-04-03
Description:catalog service description
Model UUID:f813c616-82b6-45fd-bf8b-2f4e651c6daf
Model Version:NULL
Model InvariantUuid:99a72708-5634-4fc4-985c-616b47e5b295
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1050dbd7-c4d2
Model UUID:56917320-7be4-4fd5-bc56-a00281c9f948
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f4912e88-0a1e-4cd8-9bb3-c075468bc2fb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:382dd7fe-ac37-4e9c-b9fd-6df79f33f06b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8c32fb4f-b7b3-4bc2-a564-e42cc032b47a
ModelName:Vfw1050dbd7C4d2..base_vfw..module-0
ModelUuid:aa04e790-ef2b-4069-8a1b-f1a53c9d66bd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:10a1469a-22bd-4d66-9c07-3a80712be938
ModelInvariantUuid:40418b8c-2727-48dd-9cbe-cf36657d65c3
ModelName:vFW 1050dbd7-c4d2-nodes.vfwCvfc
ModelUuid:19dfff7c-1933-4b4b-8cc2-4e4e06de656b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:317e0f78-9174-409d-b698-a621e9a20000
ModelInvariantUuid:203b3575-6a48-4e27-a705-2a6d5c8031ab
ModelName:Vfw1050dbd7C4d2.compute.nodes.heat.vfw
ModelUuid:5f3a4bff-db4f-403d-8d39-41668e6887e0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a4971348-a5d7-427b-821e-7fdb66d10e81
ModelInvariantUuid:e911b9db-5846-43cf-8b30-b11c86bf9659
ModelName:vFW 1050dbd7-c4d2-nodes.vsnCvfc
ModelUuid:a2720587-3eaa-4da1-bec8-b6825bca9ce2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:03590671-abb8-4978-b610-ef73d789b3bf
ModelInvariantUuid:71d73ad5-2def-4cb9-b761-37ae9adcc88b
ModelName:Vfw1050dbd7C4d2.compute.nodes.heat.vsn
ModelUuid:52678d4a-19ff-4db9-b14a-88fbde47ad35
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:df8c0a1e-b362-47f9-b1d2-591ebd5ea701
ModelInvariantUuid:cfa7a70d-23f5-4109-9b69-b96a19ba8921
ModelName:vFW 1050dbd7-c4d2-nodes.vpgCvfc
ModelUuid:55cfaa5d-97fd-4258-8c61-43bf1c97f649
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:eee7b38b-befb-402d-aaf9-1a6d2e246545
ModelInvariantUuid:a5cf193b-a5bf-4737-8137-1523b629bd9b
ModelName:Vfw1050dbd7C4d2.compute.nodes.heat.vpg
ModelUuid:eea809f2-5b6f-4746-aaa7-88957d46293a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:10:22.284Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 8a0d9cb5-fd0d-4da8-8884-ed32d4e8c1d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:10:22.287Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||vFW 1050dbd7-c4d2 0
2022-06-06T10:10:22.287Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8a0d9cb5-fd0d-4da8-8884-ed32d4e8c1d3
2022-06-06T10:10:22.287Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 264886e4-079f-4180-9a11-e500456c18ab from URL: /sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json
2022-06-06T10:10:22.287Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-06T10:10:22.288Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json
2022-06-06T10:10:23.330Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-06T10:10:23.330Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json 264886e4-079f-4180-9a11-e500456c18ab 785
2022-06-06T10:10:23.331Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json ASDC sendASDCNotification
2022-06-06T10:10:23.331Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json
2022-06-06T10:10:23.331Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:10:23.331Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:23.334Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:23.334Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510223330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:10:23.434Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:10:23.435Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:23.435Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:23.450Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:23.450Z||pool-140-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:10:24.334Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1050dbd7C4d2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8c32fb4f-b7b3-4bc2-a564-e42cc032b47a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aa04e790-ef2b-4069-8a1b-f1a53c9d66bd",
    "vfModuleModelCustomizationUUID": "2f0f26bd-cdf2-4539-9eef-c78757588f55",
    "isBase": true,
    "artifacts": [
      "fe9a6c35-d4c1-4f14-ae65-4ee0ed4e67ff",
      "1f7ce122-742c-41e0-9077-331fb421d1c1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T10:10:24.342Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1050dbd7C4d2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa04e790-ef2b-4069-8a1b-f1a53c9d66bd
VfModuleModelInvariantUUID:8c32fb4f-b7b3-4bc2-a564-e42cc032b47a
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe9a6c35-d4c1-4f14-ae65-4ee0ed4e67ff
,
1f7ce122-742c-41e0-9077-331fb421d1c1

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

isBase:true


}

2022-06-06T10:10:24.344Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1050dbd7C4d2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8c32fb4f-b7b3-4bc2-a564-e42cc032b47a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aa04e790-ef2b-4069-8a1b-f1a53c9d66bd",
    "vfModuleModelCustomizationUUID": "2f0f26bd-cdf2-4539-9eef-c78757588f55",
    "isBase": true,
    "artifacts": [
      "fe9a6c35-d4c1-4f14-ae65-4ee0ed4e67ff",
      "1f7ce122-742c-41e0-9077-331fb421d1c1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T10:10:24.344Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1050dbd7C4d2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa04e790-ef2b-4069-8a1b-f1a53c9d66bd
VfModuleModelInvariantUUID:8c32fb4f-b7b3-4bc2-a564-e42cc032b47a
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe9a6c35-d4c1-4f14-ae65-4ee0ed4e67ff
,
1f7ce122-742c-41e0-9077-331fb421d1c1

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

isBase:true


}

2022-06-06T10:10:24.344Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fe9a6c35-d4c1-4f14-ae65-4ee0ed4e67ff from URL: /sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml
2022-06-06T10:10:24.344Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-06T10:10:24.345Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml
2022-06-06T10:10:25.130Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-06T10:10:25.130Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml fe9a6c35-d4c1-4f14-ae65-4ee0ed4e67ff 20368
2022-06-06T10:10:25.131Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T10:10:25.131Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml
2022-06-06T10:10:25.131Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:10:25.131Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:25.133Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:25.133Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510225131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:10:25.233Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:10:25.234Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:25.234Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:25.275Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:25.275Z||pool-141-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:10:26.133Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1f7ce122-742c-41e0-9077-331fb421d1c1 from URL: /sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env
2022-06-06T10:10:26.134Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-06T10:10:26.134Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env
2022-06-06T10:10:27.023Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-06T10:10:27.024Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env 1f7ce122-742c-41e0-9077-331fb421d1c1 2098
2022-06-06T10:10:27.024Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T10:10:27.024Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env
2022-06-06T10:10:27.024Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:10:27.024Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:27.026Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:27.026Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510227024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:10:27.127Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:10:27.127Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:27.128Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:27.157Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:27.158Z||pool-142-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:10:28.027Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f813c616-82b6-45fd-bf8b-2f4e651c6daf
2022-06-06T10:10:28.028Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1050dbd7-c4d2 0 8a0d9cb5-fd0d-4da8-8884-ed32d4e8c1d3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:10:28.046Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48f91e5e, org.onap.sdc.toscaparser.api.parameters.Input@6295e1bb, org.onap.sdc.toscaparser.api.parameters.Input@1bba2180, org.onap.sdc.toscaparser.api.parameters.Input@347cebcf, org.onap.sdc.toscaparser.api.parameters.Input@347718f0]
2022-06-06T10:10:28.048Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.049Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:28.049Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:10:28.049Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 382dd7fe-ac37-4e9c-b9fd-6df79f33f06b
2022-06-06T10:10:28.050Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 382dd7fe-ac37-4e9c-b9fd-6df79f33f06b matches Tosca VF Customization UUID: 382dd7fe-ac37-4e9c-b9fd-6df79f33f06b
2022-06-06T10:10:28.050Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 382dd7fe-ac37-4e9c-b9fd-6df79f33f06b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T10:10:28.054Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.054Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:28.056Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 382dd7fe-ac37-4e9c-b9fd-6df79f33f06b: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-06T10:10:28.056Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@60af904e
2022-06-06T10:10:28.056Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.057Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:10:28.057Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f0f26bd-cdf2-4539-9eef-c78757588f55
2022-06-06T10:10:28.058Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f0f26bd-cdf2-4539-9eef-c78757588f55
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T10:10:28.062Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.062Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is matching search criteria
2022-06-06T10:10:28.063Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1050dbd7-c4d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:10:28.063Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.063Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is matching search criteria
2022-06-06T10:10:28.063Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1050dbd7-c4d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:10:28.064Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.064Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is not matching search criteria
2022-06-06T10:10:28.064Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:10:28.064Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:10:28.065Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T10:10:28.065Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:10:28.065Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:10:28.066Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:10:28.066Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:28.066Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:10:28.066Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:28.066Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:10:28.067Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:10:28.067Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=10a1469a-22bd-4d66-9c07-3a80712be938
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:10:28.070Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.071Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is matching search criteria
2022-06-06T10:10:28.071Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1050dbd7-c4d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:10:28.071Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.072Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is not matching search criteria
2022-06-06T10:10:28.072Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:10:28.072Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:10:28.072Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:10:28.073Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:10:28.073Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:28.073Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:10:28.074Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:10:28.074Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T10:10:28.074Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:10:28.074Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:28.075Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:10:28.075Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:10:28.075Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a4971348-a5d7-427b-821e-7fdb66d10e81
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:10:28.078Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.078Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is matching search criteria
2022-06-06T10:10:28.078Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1050dbd7-c4d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:10:28.079Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.079Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is not matching search criteria
2022-06-06T10:10:28.079Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:10:28.079Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:10:28.080Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:10:28.080Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:10:28.080Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:28.080Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:10:28.080Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:10:28.081Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:10:28.087Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:10:28.087Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:10:28.088Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:10:28.088Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T10:10:28.088Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=df8c0a1e-b362-47f9-b1d2-591ebd5ea701
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:10:28.092Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.093Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is matching search criteria
2022-06-06T10:10:28.093Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1050dbd7-c4d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:10:28.093Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.093Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Node template vFW 1050dbd7-c4d2 0 is matching search criteria
2022-06-06T10:10:28.093Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1050dbd7-c4d2 0] matching following query criteria: sdcType=VF, customizationUUID=382dd7fe-ac37-4e9c-b9fd-6df79f33f06b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:10:28.095Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.095Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:28.095Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f813c616-82b6-45fd-bf8b-2f4e651c6daf: vFW 1050dbd7-c4d2
2022-06-06T10:10:28.096Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.096Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:28.096Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.096Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:28.096Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.096Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:28.096Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.097Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:28.097Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:10:28.097Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-06 10-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:10:28.097Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-06 10-04-03 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:10:28.281Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1050dbd7-c4d2 8a0d9cb5-fd0d-4da8-8884-ed32d4e8c1d3 1 ASDC deployResourceStructure
2022-06-06T10:10:28.282Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json ASDC sendASDCNotification
2022-06-06T10:10:28.282Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json
2022-06-06T10:10:28.283Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:10:28.283Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:28.286Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:28.287Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510228282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:10:28.387Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:10:28.388Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:28.388Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:28.408Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:28.409Z||pool-143-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:10:29.288Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T10:10:29.289Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml
2022-06-06T10:10:29.289Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:10:29.290Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:29.292Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:29.293Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510229288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:10:29.393Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:10:29.394Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:29.394Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:29.417Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:29.417Z||pool-144-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:10:30.296Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T10:10:30.297Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env
2022-06-06T10:10:30.297Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:10:30.297Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:30.300Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:30.300Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510230296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:10:30.400Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:10:30.401Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:30.402Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:30.449Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:30.450Z||pool-145-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:10:31.301Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar ASDC sendASDCNotification
2022-06-06T10:10:31.302Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar
2022-06-06T10:10:31.302Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:10:31.302Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:10:31.304Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:10:31.305Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510231301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:10:31.405Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:10:31.406Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:10:31.406Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:10:31.440Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:31.440Z||pool-146-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:10:32.306Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81420a59-a55e-446f-a8eb-fea45c6ccb50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:10:32.318Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81420a59-a55e-446f-a8eb-fea45c6ccb50
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:10:32.320Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:10:32.321Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:10:32.321Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:11:02.321Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81420a59-a55e-446f-a8eb-fea45c6ccb50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:11:02.331Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81420a59-a55e-446f-a8eb-fea45c6ccb50
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:11:02.333Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:11:02.333Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:11:02.334Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:11:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:11:10.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:11:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:11:10.494Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:11:10.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "clamp",
  "timestamp": 1654510153346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:11:10.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:11:10.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "clamp",
  "timestamp": 1654510155356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:11:10.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:11:10.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/resourceInstances/pnf720db886a5280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "clamp",
  "timestamp": 1654510156360,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:11:10.506Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60ef6948-f327-494b-8b61-d98ab2346c24
2022-06-06T10:11:10.506Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ef6948-f327-494b-8b61-d98ab2346c24 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:11:10.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510150444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:11:10.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510159836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:11:10.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:11:10.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510162055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ7fkoecaqkcpr9zosdkw/1.0/artifacts/service-DemoPnfQ7fkoecaqkcpr9zosdkw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:11:10.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:11:10.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510186937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "aai-ml",
  "timestamp": 1654510184775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "cds",
  "timestamp": 1654510187629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "policy-id",
  "timestamp": 1654510184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510186937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:11:10.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "aai-ml",
  "timestamp": 1654510184775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "cds",
  "timestamp": 1654510187629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "policy-id",
  "timestamp": 1654510184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "cds",
  "timestamp": 1654510187629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "aai-ml",
  "timestamp": 1654510184775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510186937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:11:10.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "policy-id",
  "timestamp": 1654510184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:11:10.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "cds",
  "timestamp": 1654510187629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510186937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "aai-ml",
  "timestamp": 1654510184775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "policy-id",
  "timestamp": 1654510184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ef6948-f327-494b-8b61-d98ab2346c24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510193345,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d60ef6948-f327-494b-8b61-d98ab2346c24 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5e6fe326-378d-4060-a7c6-e23bc07f1315/model-vers/model-ver/4bfc5781-ea99-4d48-87f9-2c469bc63f0b) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:11:10.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:11:10.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "cds",
  "timestamp": 1654510187629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "aai-ml",
  "timestamp": 1654510184775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510186937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:11:10.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "policy-id",
  "timestamp": 1654510184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "cds",
  "timestamp": 1654510187629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510186937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "aai-ml",
  "timestamp": 1654510184775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "policy-id",
  "timestamp": 1654510184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "clamp",
  "timestamp": 1654510195223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "cds",
  "timestamp": 1654510187629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:11:10.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "aai-ml",
  "timestamp": 1654510184775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:11:10.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510186937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:11:10.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "policy-id",
  "timestamp": 1654510184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:11:10.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "clamp",
  "timestamp": 1654510195223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:11:10.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "policy-id",
  "timestamp": 1654510198041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:11:10.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:11:10.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "aai-ml",
  "timestamp": 1654510198135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:11:10.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:11:10.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "cds",
  "timestamp": 1654510196846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:11:10.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:11:10.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510196982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:11:10.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:11:10.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "clamp",
  "timestamp": 1654510195223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "policy-id",
  "timestamp": 1654510199045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:11:10.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:11:10.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "cds",
  "timestamp": 1654510197893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:11:10.549Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81420a59-a55e-446f-a8eb-fea45c6ccb50
2022-06-06T10:11:10.549Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81420a59-a55e-446f-a8eb-fea45c6ccb50 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:11:10.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "clamp",
  "timestamp": 1654510195223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510198429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:11:10.559Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:11:10.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "policy-id",
  "timestamp": 1654510200050,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:11:10.565Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81420a59-a55e-446f-a8eb-fea45c6ccb50
2022-06-06T10:11:10.565Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81420a59-a55e-446f-a8eb-fea45c6ccb50 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:11:10.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "clamp",
  "timestamp": 1654510195223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510199706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510200182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:11:10.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:11:10.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "clamp",
  "timestamp": 1654510195223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510199706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "clamp",
  "timestamp": 1654510195223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:11:10.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510201221,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:11:10.580Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81420a59-a55e-446f-a8eb-fea45c6ccb50
2022-06-06T10:11:10.581Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81420a59-a55e-446f-a8eb-fea45c6ccb50 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T10:11:10.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510199706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510202225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:11:10.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:11:10.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510199706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510204106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510199706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510204106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510199706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510204106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510199706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510204106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510204106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "aai-ml",
  "timestamp": 1654510209392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:11:10.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:11:10.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510204106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:11:10.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:10.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "aai-ml",
  "timestamp": 1654510210396,
  "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-06-06T10:11:10.604Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 81420a59-a55e-446f-a8eb-fea45c6ccb50
2022-06-06T10:11:10.605Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81420a59-a55e-446f-a8eb-fea45c6ccb50 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:11:10.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:11:10.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510204106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:11:10.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:11:32.334Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81420a59-a55e-446f-a8eb-fea45c6ccb50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:11:32.346Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81420a59-a55e-446f-a8eb-fea45c6ccb50
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:11:32.349Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:11:32.350Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:11:32.350Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:11:32.350Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:12:02.350Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81420a59-a55e-446f-a8eb-fea45c6ccb50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:12:02.362Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81420a59-a55e-446f-a8eb-fea45c6ccb50
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:12:02.364Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:12:02.364Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:12:02.364Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:12:02.364Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:12:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:12:10.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:12:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:12:10.496Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:12:10.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510210444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:12:10.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:12:10.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510212607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:12:10.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:12:10.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510210444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:12:10.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:12:10.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "clamp",
  "timestamp": 1654510212355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:12:10.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:12:10.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510210444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:12:10.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:12:10.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510210444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:12:10.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:12:10.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "clamp",
  "timestamp": 1654510214364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:12:10.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:12:10.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510210444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:12:10.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:12:10.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "clamp",
  "timestamp": 1654510215368,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:12:10.506Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81420a59-a55e-446f-a8eb-fea45c6ccb50
2022-06-06T10:12:10.507Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81420a59-a55e-446f-a8eb-fea45c6ccb50 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:12:10.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510210444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:12:10.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:12:10.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510210444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:12:10.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:12:10.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510218386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:12:10.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:12:10.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510218529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:12:10.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:12:10.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510219392,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:12:10.521Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81420a59-a55e-446f-a8eb-fea45c6ccb50
2022-06-06T10:12:10.521Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81420a59-a55e-446f-a8eb-fea45c6ccb50 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:12:10.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510223330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:12:10.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:12:10.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510225131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:12:10.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:12:10.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510227024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:12:10.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:12:10.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510228282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/vfw1050dbd7c4d20_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:12:10.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:12:10.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510229288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:12:10.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:12:10.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510230296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/resourceInstances/vfw1050dbd7c4d20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:12:10.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:12:10.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:12:10.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510231301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606100403/1.0/artifacts/service-Vfw20220606100403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:12:10.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:12:32.364Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81420a59-a55e-446f-a8eb-fea45c6ccb50
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:12:32.376Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81420a59-a55e-446f-a8eb-fea45c6ccb50
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:12:32.380Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:12:32.380Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:12:32.380Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:12:32.380Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:12:32.381Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:12:32.381Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:12:32.386Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:13:02.386Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81420a59-a55e-446f-a8eb-fea45c6ccb50 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:13:02.394Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81420a59-a55e-446f-a8eb-fea45c6ccb50 and serviceModelVersionId: f813c616-82b6-45fd-bf8b-2f4e651c6daf
2022-06-06T10:13:02.394Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99a72708-5634-4fc4-985c-616b47e5b295
2022-06-06T10:13:02.395Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf?depth=0
2022-06-06T10:13:02.400Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:13:02.446Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-06T10:13:02.448Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf?depth=0|INFO|500||Invoke
2022-06-06T10:13:02.467Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:13:02.633Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:13:02.634Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-10:13:02:476-66974], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:13:02 GMT], Content-Type=[application/json]}
2022-06-06T10:13:02.636Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||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/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf","ERR.5.4.6114"]}}}

2022-06-06T10:13:02.641Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=81420a59-a55e-446f-a8eb-fea45c6ccb50 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf) (ec=ERR.5.4.6114)
2022-06-06T10:13:02.642Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=81420a59-a55e-446f-a8eb-fea45c6ccb50 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf) (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-06-06T10:13:02.642Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=81420a59-a55e-446f-a8eb-fea45c6ccb50 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf) (ec=ERR.5.4.6114)
2022-06-06T10:13:02.642Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=81420a59-a55e-446f-a8eb-fea45c6ccb50 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf) (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-06-06T10:13:02.647Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T10:13:02.647Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81420a59-a55e-446f-a8eb-fea45c6ccb50 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=81420a59-a55e-446f-a8eb-fea45c6ccb50 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf) (ec=ERR.5.4.6114)
2022-06-06T10:13:02.648Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:13:02.648Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:13:02.650Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:13:02.665Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510382647,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d81420a59-a55e-446f-a8eb-fea45c6ccb50 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:13:02.760Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-06T10:13:02.761Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:13:02.761Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:13:02.781Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:02.782Z||pool-147-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:13:03.682Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:13:03.682Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:13:03.683Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:13:08.154Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:08.155Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:13:08.155Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e2d43a4-c179-4815-9e3c-7cec5fdf4362","serviceName":"Demo_pNF_KDuGwjYrFLNDN223IXQS","serviceVersion":"1.0","serviceUUID":"a1d42ca1-1d1f-4eea-af90-19f486fd1c89","serviceDescription":"catalog service description","serviceInvariantUUID":"e9b56be6-1c1c-41f4-8211-2e42426693ca","resources":[{"resourceInstanceName":"pNF 9421a77d-8ef9 0","resourceName":"pNF 9421a77d-8ef9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"66ba0159-1c12-4686-b965-158e1dd31874","resourceInvariantUUID":"dca8114e-f986-46b3-af77-09d2743b3c7c","resourceCustomizationUUID":"9f5b1bf3-462b-45ef-9e5d-879f293822f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vf-license-model.xml","artifactChecksum":"NjM5OWRiZTY2NTllMDAzNTdhMDNmMDVlOTMxNTY4NmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c9cee15d-ea06-4b05-be9d-246918dfa21d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/pNF.csar","artifactChecksum":"NjdhMDI4NzczYjFhN2IxNjFkM2EyNDI0ZmVjZjc4ZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ed1879cc-60ea-4e85-9af8-3e02aae89562","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8802b2b3-5d90-4d6b-b9e5-277e885b6e79","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vendor-license-model.xml","artifactChecksum":"ZmQxYzU1NTI4NTYzZjQ2N2FkOGM5ZjU5YTgwZDVhYWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08b66624-05de-4df3-8af3-7ba4b375ed2b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1d70226d-cc51-45fb-98aa-3bb028950224","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0c11bc11-b45d-4846-b32d-445723842a1e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKdugwjyrflndn223ixqs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-template.yml","artifactChecksum":"MWFhMWUwY2YxNWY2Y2I0OWM5ZTM2Mzk2Y2MxZjIwMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c06b330-7e26-43d4-90fc-55ef7c44d125","artifactVersion":"1"},{"artifactName":"service-DemoPnfKdugwjyrflndn223ixqs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar","artifactChecksum":"YTQ2YWFjZDlhYWEyZGQzMWU3ODJkZTBiNjE0OTkxMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ffa74e0-d42d-4173-8218-e3697461cde3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:13:08.157Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:13:08.158Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:13:08.160Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:13:08.160Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:08.260Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:13:08.261Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:13:08.261Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:13:08.282Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:08.283Z||pool-148-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:13:09.161Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:13:09.162Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:13:09.164Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:13:09.164Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:09.264Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:13:09.265Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:13:09.265Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:13:09.283Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:09.284Z||pool-149-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:13:10.165Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:13:10.166Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:13:10.168Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:13:10.169Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.270Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:13:10.271Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:13:10.271Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:13:10.296Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:10.297Z||pool-150-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:13:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:13:10.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:13:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:13:10.492Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:10.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510306937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "cds",
  "timestamp": 1654510307629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "clamp",
  "timestamp": 1654510315223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510306937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "clamp",
  "timestamp": 1654510315223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "cds",
  "timestamp": 1654510307629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510306937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "clamp",
  "timestamp": 1654510315223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "cds",
  "timestamp": 1654510307629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510306937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "clamp",
  "timestamp": 1654510315223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "cds",
  "timestamp": 1654510307629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510319706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510306937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "clamp",
  "timestamp": 1654510315223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "cds",
  "timestamp": 1654510307629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510319706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510306937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "clamp",
  "timestamp": 1654510315223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "cds",
  "timestamp": 1654510307629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510319706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510306937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "clamp",
  "timestamp": 1654510315223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "cds",
  "timestamp": 1654510307629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510319706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "clamp",
  "timestamp": 1654510315223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:13:10.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510306937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:13:10.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "cds",
  "timestamp": 1654510307629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:13:10.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510324106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "policy-id",
  "timestamp": 1654510324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510319706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510324106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "policy-id",
  "timestamp": 1654510324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510319706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:13:10.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "cds",
  "timestamp": 1654510324679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:13:10.506Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:13:10.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510324106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "policy-id",
  "timestamp": 1654510324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "cds",
  "timestamp": 1654510325687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:13:10.522Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
2022-06-06T10:13:10.522Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e2d43a4-c179-4815-9e3c-7cec5fdf4362 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:13:10.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510319706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510324106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "policy-id",
  "timestamp": 1654510324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510319706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510324106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "policy-id",
  "timestamp": 1654510324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510324106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "policy-id",
  "timestamp": 1654510324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510329470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:13:10.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:13:10.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510324106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:10.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:13:10.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "policy-id",
  "timestamp": 1654510324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:10.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:13:11.170Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:13:11.171Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:13:11.173Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:13:11.173Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:11.273Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:13:11.274Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:13:11.274Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:13:11.294Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:11.294Z||pool-151-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:13:12.173Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:13:12.174Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:13:12.177Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:13:12.177Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:12.278Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:13:12.279Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:13:12.279Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:13:12.297Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:12.298Z||pool-152-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:13:13.178Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:13:13.179Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:13:13.181Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:13:13.181Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:13.281Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:13:13.282Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:13:13.282Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:13:13.300Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:13.301Z||pool-153-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:13:14.181Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:13:14.182Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:13:14.185Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:13:14.185Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:13:14.285Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:13:14.286Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:13:14.286Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:13:14.305Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:14.306Z||pool-154-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:13:15.185Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:13:15.186Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:13:15.188Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:13:15.188Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:13:15.299Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-06-06T10:13:15.300Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:13:15.300Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:13:15.318Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:15.318Z||pool-155-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:13:16.189Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "serviceName": "Demo_pNF_KDuGwjYrFLNDN223IXQS",
  "serviceVersion": "1.0",
  "serviceUUID": "a1d42ca1-1d1f-4eea-af90-19f486fd1c89",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e9b56be6-1c1c-41f4-8211-2e42426693ca",
  "resources": [
    {
      "resourceInstanceName": "pNF 9421a77d-8ef9 0",
      "resourceCustomizationUUID": "9f5b1bf3-462b-45ef-9e5d-879f293822f6",
      "resourceName": "pNF 9421a77d-8ef9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "66ba0159-1c12-4686-b965-158e1dd31874",
      "resourceInvariantUUID": "dca8114e-f986-46b3-af77-09d2743b3c7c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
      "artifactChecksum": "YTQ2YWFjZDlhYWEyZGQzMWU3ODJkZTBiNjE0OTkxMzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9ffa74e0-d42d-4173-8218-e3697461cde3"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:13:16.189Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:13:16.190Z|81420a59-a55e-446f-a8eb-fea45c6ccb50|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a1d42ca1-1d1f-4eea-af90-19f486fd1c89 ASDC
2022-06-06T10:13:16.190Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2e2d43a4-c179-4815-9e3c-7cec5fdf4362
ServiceName:Demo_pNF_KDuGwjYrFLNDN223IXQS
ServiceVersion:1.0
ServiceUUID:a1d42ca1-1d1f-4eea-af90-19f486fd1c89
ServiceInvariantUUID:e9b56be6-1c1c-41f4-8211-2e42426693ca
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
ArtifactUUID:9ffa74e0-d42d-4173-8218-e3697461cde3
ArtifactChecksum:YTQ2YWFjZDlhYWEyZGQzMWU3ODJkZTBiNjE0OTkxMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9421a77d-8ef9 0
ResourceCustomizationUUID:9f5b1bf3-462b-45ef-9e5d-879f293822f6
ResourceInvariantUUID:dca8114e-f986-46b3-af77-09d2743b3c7c
ResourceName:pNF 9421a77d-8ef9
ResourceType:PNF
ResourceUUID:66ba0159-1c12-4686-b965-158e1dd31874
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-06T10:13:16.190Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1d42ca1-1d1f-4eea-af90-19f486fd1c89 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:13:16.217Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:13:16.217Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-06T10:13:16.217Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-06T10:13:16.218Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9ffa74e0-d42d-4173-8218-e3697461cde3 from URL: /sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:16.218Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-06T10:13:16.218Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:16.530Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-06T10:13:16.535Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar 9ffa74e0-d42d-4173-8218-e3697461cde3 82658
2022-06-06T10:13:16.535Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar ASDC sendASDCNotification
2022-06-06T10:13:16.535Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:16.535Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:13:16.536Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:13:16.537Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:13:16.538Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510396535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:13:16.638Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:13:16.638Z||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-06-06T10:13:16.639Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:13:16.658Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:16.659Z||pool-156-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:13:17.538Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:13:17.539Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-06T10:13:17.539Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9ffa74e0-d42d-4173-8218-e3697461cde3, URL: /sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar to file: /app/ASDC/1/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:17.540Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:17.540Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:17.542Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:17.675Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2977734658190015002/Definitions/service-DemoPnfKdugwjyrflndn223ixqs-template.yml
2022-06-06T10:13:18.472Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:13:18.472Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-06T10:13:18.473Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:18.473Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T10:13:18.473Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9421a77d-8ef9 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-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:18.473Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:18.473Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:18.473Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:18.473Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:18.473Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:18.473Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:18.473Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-06T10:13:18.473Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:13:18.474Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KDuGwjYrFLNDN223IXQS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:13:18.474Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Node template pNF 9421a77d-8ef9 0 is matching search criteria
2022-06-06T10:13:18.474Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-06T10:13:18.474Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 9421a77d-8ef9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:13:18.474Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:13:18.474Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KDuGwjYrFLNDN223IXQS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:13:18.474Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Node template pNF 9421a77d-8ef9 0 is matching search criteria
2022-06-06T10:13:18.475Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-06T10:13:18.475Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 9421a77d-8ef9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:13:18.475Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:13:18.475Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KDuGwjYrFLNDN223IXQS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:13:18.475Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:13:18.475Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KDuGwjYrFLNDN223IXQS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:13:18.475Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:13:18.476Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KDuGwjYrFLNDN223IXQS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:13:18.476Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:13:18.476Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KDuGwjYrFLNDN223IXQS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:13:18.476Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:13:18.476Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KDuGwjYrFLNDN223IXQS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:13:18.476Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_KDuGwjYrFLNDN223IXQS
Description:catalog service description
Model UUID:a1d42ca1-1d1f-4eea-af90-19f486fd1c89
Model Version:NULL
Model InvariantUuid:e9b56be6-1c1c-41f4-8211-2e42426693ca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:13:18.483Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 66ba0159-1c12-4686-b965-158e1dd31874
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:13:18.486Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||pNF 9421a77d-8ef9 0
2022-06-06T10:13:18.486Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 66ba0159-1c12-4686-b965-158e1dd31874
2022-06-06T10:13:18.486Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||No resources found for Service: a1d42ca1-1d1f-4eea-af90-19f486fd1c89
2022-06-06T10:13:18.486Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a1d42ca1-1d1f-4eea-af90-19f486fd1c89
2022-06-06T10:13:18.486Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9421a77d-8ef9 0 66ba0159-1c12-4686-b965-158e1dd31874 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:13:18.492Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ef28159, org.onap.sdc.toscaparser.api.parameters.Input@5c7cc61b, org.onap.sdc.toscaparser.api.parameters.Input@4aa4c691, org.onap.sdc.toscaparser.api.parameters.Input@7ad04047, org.onap.sdc.toscaparser.api.parameters.Input@2072ee0d]
2022-06-06T10:13:18.492Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:13:18.492Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KDuGwjYrFLNDN223IXQS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:13:18.493Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a1d42ca1-1d1f-4eea-af90-19f486fd1c89: pNF 9421a77d-8ef9
2022-06-06T10:13:18.493Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Processing PNF resource: 66ba0159-1c12-4686-b965-158e1dd31874
2022-06-06T10:13:18.493Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:13:18.493Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KDuGwjYrFLNDN223IXQS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:13:18.493Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Resource customization UUID: 9f5b1bf3-462b-45ef-9e5d-879f293822f6 is the same as notified resource customizationUUID: 9f5b1bf3-462b-45ef-9e5d-879f293822f6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-06T10:13:18.527Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9421a77d-8ef9 66ba0159-1c12-4686-b965-158e1dd31874 0 ASDC deployResourceStructure
2022-06-06T10:13:18.527Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar ASDC sendASDCNotification
2022-06-06T10:13:18.528Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar
2022-06-06T10:13:18.528Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:13:18.528Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:13:18.530Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:13:18.530Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510398527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:13:18.630Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:13:18.631Z||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-06-06T10:13:18.631Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:13:18.653Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:18.654Z||pool-157-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:13:19.531Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:13:19.541Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:13:19.543Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:13:19.544Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:13:19.544Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:13:49.544Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:13:49.553Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:13:49.556Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:13:49.556Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:13:49.556Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:14:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:14:10.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:14:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:14:10.486Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:14:10.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:14:10.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510330494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:14:10.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:14:19.556Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:14:19.567Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:14:19.569Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:14:19.569Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:14:19.569Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:14:49.570Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:14:49.581Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:14:49.582Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:14:49.582Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:14:49.582Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:15:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:15:10.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:15:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:15:10.490Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:15:10.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510324106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:15:10.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:15:10.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "policy-id",
  "timestamp": 1654510324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:15:10.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:15:10.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510331497,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:15:10.499Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
2022-06-06T10:15:10.500Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e2d43a4-c179-4815-9e3c-7cec5fdf4362 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:15:10.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510333212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:15:10.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:15:10.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "policy-id",
  "timestamp": 1654510333095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:15:10.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:15:10.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "clamp",
  "timestamp": 1654510333376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:15:10.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:15:10.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "policy-id",
  "timestamp": 1654510334100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:15:10.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:15:10.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "policy-id",
  "timestamp": 1654510335103,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:15:10.514Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
2022-06-06T10:15:10.514Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e2d43a4-c179-4815-9e3c-7cec5fdf4362 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:15:10.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "aai-ml",
  "timestamp": 1654510334775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:15:10.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:15:10.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510335875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:15:10.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:15:10.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "clamp",
  "timestamp": 1654510335386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:15:10.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:15:10.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "aai-ml",
  "timestamp": 1654510334775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:15:10.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:15:10.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510336884,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:15:10.533Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
2022-06-06T10:15:10.534Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e2d43a4-c179-4815-9e3c-7cec5fdf4362 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:15:10.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "clamp",
  "timestamp": 1654510336391,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:15:10.552Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
2022-06-06T10:15:10.552Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e2d43a4-c179-4815-9e3c-7cec5fdf4362 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:15:10.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "aai-ml",
  "timestamp": 1654510334775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:15:10.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:15:10.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "aai-ml",
  "timestamp": 1654510334775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:15:10.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:15:10.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "aai-ml",
  "timestamp": 1654510334775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:15:10.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:15:10.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "aai-ml",
  "timestamp": 1654510334775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:15:10.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:15:10.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "aai-ml",
  "timestamp": 1654510334775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:15:10.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:15:10.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "aai-ml",
  "timestamp": 1654510334775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:15:10.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:15:10.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "aai-ml",
  "timestamp": 1654510344503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:15:10.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:15:10.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "aai-ml",
  "timestamp": 1654510349890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:15:10.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:15:10.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "aai-ml",
  "timestamp": 1654510350894,
  "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-06-06T10:15:10.572Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
2022-06-06T10:15:10.573Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e2d43a4-c179-4815-9e3c-7cec5fdf4362 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:15:10.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81420a59-a55e-446f-a8eb-fea45c6ccb50",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510382647,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d81420a59-a55e-446f-a8eb-fea45c6ccb50 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/99a72708-5634-4fc4-985c-616b47e5b295/model-vers/model-ver/f813c616-82b6-45fd-bf8b-2f4e651c6daf) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:15:10.580Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:15:10.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:15:10.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:15:10.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:15:10.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:15:10.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:15:10.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:15:10.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:15:19.583Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:15:19.593Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e2d43a4-c179-4815-9e3c-7cec5fdf4362
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:15:19.596Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:15:19.597Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:15:19.597Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:15:19.597Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:15:19.597Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:15:19.597Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:15:19.597Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:15:19.604Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:15:49.606Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e2d43a4-c179-4815-9e3c-7cec5fdf4362 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:15:49.615Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e2d43a4-c179-4815-9e3c-7cec5fdf4362 and serviceModelVersionId: a1d42ca1-1d1f-4eea-af90-19f486fd1c89
2022-06-06T10:15:49.615Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9b56be6-1c1c-41f4-8211-2e42426693ca
2022-06-06T10:15:49.616Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89?depth=0
2022-06-06T10:15:49.622Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:15:49.676Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89?depth=0|INFO|500||Invoke
2022-06-06T10:15:49.676Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2e2d43a4-c179-4815-9e3c-7cec5fdf4362], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dbc26131-c9cc-4b1a-bb98-2a6158fb3923], X-ECOMP-RequestID=[2e2d43a4-c179-4815-9e3c-7cec5fdf4362], X-TransactionId=[], X-ONAP-RequestID=[2e2d43a4-c179-4815-9e3c-7cec5fdf4362], Content-Type=[application/merge-patch+json]}
2022-06-06T10:15:49.702Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:15:49.735Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89?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/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220606-10:15:49:711-11087], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:15:49 GMT], Content-Type=[application/json]}
2022-06-06T10:15:49.736Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89?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/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89","ERR.5.4.6114"]}}}

2022-06-06T10:15:49.736Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:15:49.741Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=2e2d43a4-c179-4815-9e3c-7cec5fdf4362 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89) (ec=ERR.5.4.6114)
2022-06-06T10:15:49.742Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2e2d43a4-c179-4815-9e3c-7cec5fdf4362 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89) (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-06-06T10:15:49.742Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2e2d43a4-c179-4815-9e3c-7cec5fdf4362 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89) (ec=ERR.5.4.6114)
2022-06-06T10:15:49.742Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=2e2d43a4-c179-4815-9e3c-7cec5fdf4362 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89) (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-06-06T10:15:49.747Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T10:15:49.748Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e2d43a4-c179-4815-9e3c-7cec5fdf4362 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2e2d43a4-c179-4815-9e3c-7cec5fdf4362 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89) (ec=ERR.5.4.6114)
2022-06-06T10:15:49.748Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:15:49.749Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:15:49.760Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:15:49.760Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510549748,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d2e2d43a4-c179-4815-9e3c-7cec5fdf4362 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:15:49.851Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-06T10:15:49.852Z||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-06-06T10:15:49.852Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:15:49.872Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:15:49.873Z||pool-158-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-06-06T10:15:50.775Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:15:50.775Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:15:50.776Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:16:01.161Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:16:01.162Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:16:01.163Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:16:01.163Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:16:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:16:10.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:16:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:16:10.487Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:16:10.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:16:10.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:16:10.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/resourceInstances/pnf9421a77d8ef90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510383682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510396535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:16:10.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:16:10.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:16:10.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510398527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKdugwjyrflndn223ixqs/1.0/artifacts/service-DemoPnfKdugwjyrflndn223ixqs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:16:10.491Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:16:10.733Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:16:10.734Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:16:10.734Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:16:10.734Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:16:20.287Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:16:20.288Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:16:20.288Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:16:20.288Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:16:29.834Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:16:29.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:16:29.836Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:16:29.836Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:16:39.390Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:17:10.444Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:17:10.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:17:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:17:10.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:17:10.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:17:10.450Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:17:10.987Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:17:10.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:17:10.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e2d43a4-c179-4815-9e3c-7cec5fdf4362",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510549748,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d2e2d43a4-c179-4815-9e3c-7cec5fdf4362 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9b56be6-1c1c-41f4-8211-2e42426693ca/model-vers/model-ver/a1d42ca1-1d1f-4eea-af90-19f486fd1c89) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:17:10.990Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:17:20.013Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:18:10.444Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:18:10.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:18:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:18:10.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:18:10.448Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:18:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:18:19.999Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:18:20.005Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:19:10.444Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:19:10.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:19:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:19:10.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:19:10.448Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:19:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:19:20.092Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:19:20.096Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:10.444Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:20:10.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:20:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:20:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:20:10.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:20:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:20:20.003Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:20.038Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:21:10.444Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:21:10.445Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:21:10.445Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:21:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:21:10.447Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:21:10.447Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:21:20.001Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:21:20.005Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:10.444Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:22:10.445Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:22:10.445Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:10.447Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:22:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:22:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:18.388Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:18.389Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:22:18.389Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8db295b-3e95-4254-8b7a-1bd310e771d1","serviceName":"vFW 2022-06-06 10-17-12","serviceVersion":"1.0","serviceUUID":"4182b0ae-d5f1-4541-9af1-c3f081cecb68","serviceDescription":"catalog service description","serviceInvariantUUID":"6c149552-4eca-4b85-a9cb-cbbce331bfd7","resources":[{"resourceInstanceName":"vFW 357b7876-fd13 0","resourceName":"vFW 357b7876-fd13","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98fc4190-d5a4-499d-a200-af99fb2f17d4","resourceInvariantUUID":"f7e57d81-7f32-4cde-935c-403a58256764","resourceCustomizationUUID":"2dbf5f14-b014-4ae2-a879-bd8ab2e8014b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vf-license-model.xml","artifactChecksum":"MDA0NDAxODM0NDFhZGI3ODc3ZWY3Yjk0ZGJiMmI4ZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fdb9bd59-fdba-4b9e-8e5e-230b65ded09d","artifactVersion":"1"},{"artifactName":"vfw357b7876fd130_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json","artifactChecksum":"N2JmZjkzMDViMDNmMzBhYmQyNGU5MTEzNWI5NWY4MzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0678a0ff-180a-4427-a492-f2b1c2435835","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"26e28e77-f252-4018-9fbc-586616e2fc13","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vendor-license-model.xml","artifactChecksum":"MWZmNGJkODYwMTVlMzJkNmU5OTI2MzhiNDMyZmVmOTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b2f40aff-e4f7-49e9-87bf-18e68e23c03f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aacfe89b-9935-492a-a00b-ac561702ef19","artifactVersion":"2","generatedFromUUID":"26e28e77-f252-4018-9fbc-586616e2fc13"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220606101712-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-template.yml","artifactChecksum":"MWNjYTU4MTA2ODIwMTFjNGZkODQ1YmJiMWIyM2M2Nzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49a7086d-21fa-454f-bef0-5f4e4d17ce0e","artifactVersion":"1"},{"artifactName":"service-Vfw20220606101712-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar","artifactChecksum":"Nzg3YTAxNDRhZGQ2YjcxMGQ5NGJlNzFlYjIwN2JlNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"851023d4-88bf-42de-b352-d006bc1615fd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:22:18.392Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:22:18.393Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:18.397Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:18.397Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510930444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:22:18.497Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:22:18.498Z||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-06-06T10:22:18.499Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:18.519Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:18.520Z||pool-159-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":4,"count":1}
2022-06-06T10:22:18.648Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:18.648Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:22:18.648Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510930444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:22:18.649Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:22:19.398Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:22:19.399Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:19.401Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:19.401Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510930444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:22:19.502Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:22:19.502Z||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-06-06T10:22:19.503Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:19.547Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:19.548Z||pool-160-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:22:20.402Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:22:20.403Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:20.406Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:20.406Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510930444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:22:20.506Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:22:20.507Z||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-06-06T10:22:20.507Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:20.536Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:20.537Z||pool-161-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:22:21.407Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:22:21.408Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:21.410Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:21.411Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510930444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:22:21.511Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:22:21.512Z||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-06-06T10:22:21.512Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:21.536Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:21.537Z||pool-162-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:22:22.412Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:22:22.413Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:22.415Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:22.415Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510930444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:22:22.515Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:22:22.516Z||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-06-06T10:22:22.516Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:22.534Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:22.534Z||pool-163-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:22:23.415Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:22:23.416Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:23.418Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:23.419Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510930444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:22:23.519Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:22:23.520Z||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-06-06T10:22:23.520Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:23.541Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:23.541Z||pool-164-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:22:24.419Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:22:24.420Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:24.423Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:24.423Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510930444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:22:24.523Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:22:24.524Z||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-06-06T10:22:24.524Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:24.541Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:24.542Z||pool-165-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:22:25.425Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "serviceName": "vFW 2022-06-06 10-17-12",
  "serviceVersion": "1.0",
  "serviceUUID": "4182b0ae-d5f1-4541-9af1-c3f081cecb68",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6c149552-4eca-4b85-a9cb-cbbce331bfd7",
  "resources": [
    {
      "resourceInstanceName": "vFW 357b7876-fd13 0",
      "resourceCustomizationUUID": "2dbf5f14-b014-4ae2-a879-bd8ab2e8014b",
      "resourceName": "vFW 357b7876-fd13",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "98fc4190-d5a4-499d-a200-af99fb2f17d4",
      "resourceInvariantUUID": "f7e57d81-7f32-4cde-935c-403a58256764",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw357b7876fd130_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
          "artifactChecksum": "N2JmZjkzMDViMDNmMzBhYmQyNGU5MTEzNWI5NWY4MzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0678a0ff-180a-4427-a492-f2b1c2435835",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "26e28e77-f252-4018-9fbc-586616e2fc13",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "aacfe89b-9935-492a-a00b-ac561702ef19",
            "generatedFromUUID": "26e28e77-f252-4018-9fbc-586616e2fc13"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "aacfe89b-9935-492a-a00b-ac561702ef19",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220606101712-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
      "artifactChecksum": "Nzg3YTAxNDRhZGQ2YjcxMGQ5NGJlNzFlYjIwN2JlNmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "851023d4-88bf-42de-b352-d006bc1615fd"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:22:25.426Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:22:25.426Z|59cc3bfb-7b65-451c-b5b8-8603084f2ca8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4182b0ae-d5f1-4541-9af1-c3f081cecb68 ASDC
2022-06-06T10:22:25.428Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f8db295b-3e95-4254-8b7a-1bd310e771d1
ServiceName:vFW 2022-06-06 10-17-12
ServiceVersion:1.0
ServiceUUID:4182b0ae-d5f1-4541-9af1-c3f081cecb68
ServiceInvariantUUID:6c149552-4eca-4b85-a9cb-cbbce331bfd7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220606101712-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar
ArtifactUUID:851023d4-88bf-42de-b352-d006bc1615fd
ArtifactChecksum:Nzg3YTAxNDRhZGQ2YjcxMGQ5NGJlNzFlYjIwN2JlNmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 357b7876-fd13 0
ResourceCustomizationUUID:2dbf5f14-b014-4ae2-a879-bd8ab2e8014b
ResourceInvariantUUID:f7e57d81-7f32-4cde-935c-403a58256764
ResourceName:vFW 357b7876-fd13
ResourceType:VF
ResourceUUID:98fc4190-d5a4-499d-a200-af99fb2f17d4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw357b7876fd130_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json
ArtifactUUID:0678a0ff-180a-4427-a492-f2b1c2435835
ArtifactChecksum:N2JmZjkzMDViMDNmMzBhYmQyNGU5MTEzNWI5NWY4MzE=
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/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml
ArtifactUUID:26e28e77-f252-4018-9fbc-586616e2fc13
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/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env
ArtifactUUID:aacfe89b-9935-492a-a00b-ac561702ef19
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/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env
ArtifactUUID:aacfe89b-9935-492a-a00b-ac561702ef19
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T10:22:25.428Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4182b0ae-d5f1-4541-9af1-c3f081cecb68 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:22:25.470Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:22:25.472Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:22:25.472Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:22:25.472Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 851023d4-88bf-42de-b352-d006bc1615fd from URL: /sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar
2022-06-06T10:22:25.473Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:22:25.473Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar
2022-06-06T10:22:26.774Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:22:26.779Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar 851023d4-88bf-42de-b352-d006bc1615fd 99024
2022-06-06T10:22:26.779Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar ASDC sendASDCNotification
2022-06-06T10:22:26.780Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar
2022-06-06T10:22:26.780Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:22:26.780Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:26.782Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:26.782Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510946779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:22:26.882Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:22:26.883Z||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-06-06T10:22:26.884Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:26.899Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:26.900Z||pool-166-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:22:27.783Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:22:27.784Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:22:27.785Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 851023d4-88bf-42de-b352-d006bc1615fd, URL: /sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar to file: /app/ASDC/1/service-Vfw20220606101712-csar.csar
2022-06-06T10:22:27.785Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220606101712-csar.csar
2022-06-06T10:22:27.786Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220606101712-csar.csar
2022-06-06T10:22:27.786Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220606101712-csar.csar
2022-06-06T10:22:27.997Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15128850213070384774/Definitions/service-Vfw20220606101712-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-06T10:22:30.141Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:22:30.142Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:22:30.142Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220606101712-csar.csar
2022-06-06T10:22:30.142Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-06T10:22:30.144Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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-Vfw20220606101712-csar.csar
2022-06-06T10:22:30.144Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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-Vfw20220606101712-csar.csar
2022-06-06T10:22:30.144Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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-Vfw20220606101712-csar.csar
2022-06-06T10:22:30.144Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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-Vfw20220606101712-csar.csar
2022-06-06T10:22:30.145Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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-Vfw20220606101712-csar.csar
2022-06-06T10:22:30.145Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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-Vfw20220606101712-csar.csar
2022-06-06T10:22:30.145Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 357b7876-fd13 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-Vfw20220606101712-csar.csar
2022-06-06T10:22:30.145Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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-Vfw20220606101712-csar.csar
2022-06-06T10:22:30.146Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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-Vfw20220606101712-csar.csar
2022-06-06T10:22:30.146Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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-Vfw20220606101712-csar.csar
2022-06-06T10:22:30.146Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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-Vfw20220606101712-csar.csar
2022-06-06T10:22:30.146Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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-Vfw20220606101712-csar.csar
2022-06-06T10:22:30.146Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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-Vfw20220606101712-csar.csar
2022-06-06T10:22:30.146Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:22:30.147Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.147Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:30.148Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is matching search criteria
2022-06-06T10:22:30.148Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:22:30.148Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 357b7876-fd13 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:22:30.149Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.150Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:30.151Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is matching search criteria
2022-06-06T10:22:30.151Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:22:30.151Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 357b7876-fd13 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:22:30.151Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.151Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:30.152Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.152Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is not matching search criteria
2022-06-06T10:22:30.152Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:22:30.153Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:22:30.153Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:30.153Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:22:30.153Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:22:30.153Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:22:30.153Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:22:30.154Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:22:30.154Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:22:30.154Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:22:30.154Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:30.154Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:22:30.154Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:30.154Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:22:30.154Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:22:30.155Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:22:30.155Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.155Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:22:30.155Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.155Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is matching search criteria
2022-06-06T10:22:30.155Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 357b7876-fd13 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:22:30.156Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.156Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is matching search criteria
2022-06-06T10:22:30.156Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 357b7876-fd13 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:22:30.156Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.156Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is matching search criteria
2022-06-06T10:22:30.157Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 357b7876-fd13 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:22:30.157Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.157Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is not matching search criteria
2022-06-06T10:22:30.157Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:22:30.157Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T10:22:30.157Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:22:30.157Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:22:30.157Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:22:30.158Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:22:30.158Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:30.158Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:22:30.158Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:30.158Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:22:30.158Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:22:30.159Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=abbeff3e-4c0e-4a80-b805-1650794d3b69
2022-06-06T10:22:30.159Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.159Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is not matching search criteria
2022-06-06T10:22:30.159Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:22:30.160Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:22:30.160Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:30.160Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:22:30.160Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:22:30.160Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:22:30.160Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:22:30.161Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T10:22:30.161Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:22:30.161Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:30.161Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:22:30.161Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:22:30.161Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d3fa34d-a89b-4caa-81a9-5119632669fa
2022-06-06T10:22:30.162Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.162Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is not matching search criteria
2022-06-06T10:22:30.162Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:22:30.162Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:22:30.162Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:30.162Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:22:30.163Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:22:30.163Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:22:30.163Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:22:30.163Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:22:30.163Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:22:30.163Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:22:30.163Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:30.164Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T10:22:30.164Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=436bd985-3e16-4153-8752-c0c43f18f220
2022-06-06T10:22:30.164Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.164Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:30.164Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.164Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:30.165Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.165Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:30.165Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:30.166Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:30.166Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-06 10-17-12
Description:catalog service description
Model UUID:4182b0ae-d5f1-4541-9af1-c3f081cecb68
Model Version:NULL
Model InvariantUuid:6c149552-4eca-4b85-a9cb-cbbce331bfd7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 357b7876-fd13
Model UUID:c6bbe8f5-818c-4f5d-b446-bdfb9fd67b53
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f7e57d81-7f32-4cde-935c-403a58256764
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2dbf5f14-b014-4ae2-a879-bd8ab2e8014b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9dd7b3ce-58d1-43b0-865f-ee25030b83f0
ModelName:Vfw357b7876Fd13..base_vfw..module-0
ModelUuid:5cd3fcf6-805a-42d6-b4b3-154ba6c673ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:abbeff3e-4c0e-4a80-b805-1650794d3b69
ModelInvariantUuid:e813b68d-1357-417a-bdb5-af3ea8a076b0
ModelName:vFW 357b7876-fd13-nodes.vfwCvfc
ModelUuid:2d56eb03-9dfc-436b-997d-d4868bd10598
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a469e4fc-62ae-47fd-bf37-d045eca5f331
ModelInvariantUuid:02dc0253-a1ca-42c1-9122-6497268a2af4
ModelName:Vfw357b7876Fd13.compute.nodes.heat.vfw
ModelUuid:f631b66c-9fe7-451b-be39-34c54ba0b614
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d3fa34d-a89b-4caa-81a9-5119632669fa
ModelInvariantUuid:8b20407d-3ceb-483d-a3de-e8d072f955b3
ModelName:vFW 357b7876-fd13-nodes.vsnCvfc
ModelUuid:af90f4b4-afd1-44a0-820f-10f2ebc34ce5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:cb25768b-226d-49e6-9756-9706dc96d774
ModelInvariantUuid:b305a4ad-2379-4865-a09a-7819733c2a2b
ModelName:Vfw357b7876Fd13.compute.nodes.heat.vsn
ModelUuid:95b5cd3c-775c-421a-82cb-d1ac14c130e0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:436bd985-3e16-4153-8752-c0c43f18f220
ModelInvariantUuid:d489e291-d4dd-4c87-93ac-b9a951d1ba42
ModelName:vFW 357b7876-fd13-nodes.vpgCvfc
ModelUuid:87107545-131b-49c3-a6f3-d9a136d18e2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:320452b9-1018-4719-9c0c-cdb46e118b35
ModelInvariantUuid:8a988df4-4ff8-4cf7-93da-f05d36a4420b
ModelName:Vfw357b7876Fd13.compute.nodes.heat.vpg
ModelUuid:08366065-1ece-4e2c-93dd-6363cadf7f06
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:22:30.179Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 98fc4190-d5a4-499d-a200-af99fb2f17d4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:22:30.184Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||vFW 357b7876-fd13 0
2022-06-06T10:22:30.185Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98fc4190-d5a4-499d-a200-af99fb2f17d4
2022-06-06T10:22:30.185Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0678a0ff-180a-4427-a492-f2b1c2435835 from URL: /sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json
2022-06-06T10:22:30.185Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:22:30.185Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json
2022-06-06T10:22:31.170Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:22:31.171Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json 0678a0ff-180a-4427-a492-f2b1c2435835 785
2022-06-06T10:22:31.171Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json ASDC sendASDCNotification
2022-06-06T10:22:31.172Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json
2022-06-06T10:22:31.172Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:22:31.172Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:31.174Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:31.174Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510951171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:22:31.274Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:22:31.275Z||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-06-06T10:22:31.275Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:31.292Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:31.293Z||pool-167-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:22:32.175Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw357b7876Fd13..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9dd7b3ce-58d1-43b0-865f-ee25030b83f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5cd3fcf6-805a-42d6-b4b3-154ba6c673ab",
    "vfModuleModelCustomizationUUID": "b7c267cd-19fd-4e38-aff3-2a4f9af30c66",
    "isBase": true,
    "artifacts": [
      "26e28e77-f252-4018-9fbc-586616e2fc13",
      "aacfe89b-9935-492a-a00b-ac561702ef19"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T10:22:32.179Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw357b7876Fd13..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5cd3fcf6-805a-42d6-b4b3-154ba6c673ab
VfModuleModelInvariantUUID:9dd7b3ce-58d1-43b0-865f-ee25030b83f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
26e28e77-f252-4018-9fbc-586616e2fc13
,
aacfe89b-9935-492a-a00b-ac561702ef19

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

isBase:true


}

2022-06-06T10:22:32.183Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw357b7876Fd13..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9dd7b3ce-58d1-43b0-865f-ee25030b83f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5cd3fcf6-805a-42d6-b4b3-154ba6c673ab",
    "vfModuleModelCustomizationUUID": "b7c267cd-19fd-4e38-aff3-2a4f9af30c66",
    "isBase": true,
    "artifacts": [
      "26e28e77-f252-4018-9fbc-586616e2fc13",
      "aacfe89b-9935-492a-a00b-ac561702ef19"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T10:22:32.183Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw357b7876Fd13..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5cd3fcf6-805a-42d6-b4b3-154ba6c673ab
VfModuleModelInvariantUUID:9dd7b3ce-58d1-43b0-865f-ee25030b83f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
26e28e77-f252-4018-9fbc-586616e2fc13
,
aacfe89b-9935-492a-a00b-ac561702ef19

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

isBase:true


}

2022-06-06T10:22:32.183Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 26e28e77-f252-4018-9fbc-586616e2fc13 from URL: /sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml
2022-06-06T10:22:32.184Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:22:32.184Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml
2022-06-06T10:22:33.072Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:22:33.073Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml 26e28e77-f252-4018-9fbc-586616e2fc13 20368
2022-06-06T10:22:33.073Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T10:22:33.073Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml
2022-06-06T10:22:33.073Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:22:33.073Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:33.076Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:33.076Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510953073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:22:33.176Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:22:33.177Z||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-06-06T10:22:33.177Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:33.200Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:33.201Z||pool-168-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:22:34.076Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: aacfe89b-9935-492a-a00b-ac561702ef19 from URL: /sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env
2022-06-06T10:22:34.077Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:22:34.078Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env
2022-06-06T10:22:35.371Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:22:35.371Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env aacfe89b-9935-492a-a00b-ac561702ef19 2098
2022-06-06T10:22:35.372Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T10:22:35.372Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env
2022-06-06T10:22:35.372Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:22:35.372Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:35.374Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:35.375Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510955372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:22:35.475Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:22:35.476Z||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-06-06T10:22:35.476Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:35.500Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:35.501Z||pool-169-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:22:36.375Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4182b0ae-d5f1-4541-9af1-c3f081cecb68
2022-06-06T10:22:36.376Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 357b7876-fd13 0 98fc4190-d5a4-499d-a200-af99fb2f17d4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:22:36.392Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32705f7a, org.onap.sdc.toscaparser.api.parameters.Input@28dbfb8d, org.onap.sdc.toscaparser.api.parameters.Input@5d83270c, org.onap.sdc.toscaparser.api.parameters.Input@69d5c4a8, org.onap.sdc.toscaparser.api.parameters.Input@59eecd67]
2022-06-06T10:22:36.393Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.394Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:36.394Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:22:36.394Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 2dbf5f14-b014-4ae2-a879-bd8ab2e8014b
2022-06-06T10:22:36.395Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2dbf5f14-b014-4ae2-a879-bd8ab2e8014b matches Tosca VF Customization UUID: 2dbf5f14-b014-4ae2-a879-bd8ab2e8014b
2022-06-06T10:22:36.395Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 2dbf5f14-b014-4ae2-a879-bd8ab2e8014b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T10:22:36.398Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.398Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:36.399Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 2dbf5f14-b014-4ae2-a879-bd8ab2e8014b: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-06T10:22:36.399Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d56d2ac
2022-06-06T10:22:36.400Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.400Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:22:36.400Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b7c267cd-19fd-4e38-aff3-2a4f9af30c66
2022-06-06T10:22:36.401Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b7c267cd-19fd-4e38-aff3-2a4f9af30c66
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T10:22:36.403Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.404Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is matching search criteria
2022-06-06T10:22:36.404Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 357b7876-fd13 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:22:36.405Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.405Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is matching search criteria
2022-06-06T10:22:36.405Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 357b7876-fd13 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:22:36.405Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.406Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is not matching search criteria
2022-06-06T10:22:36.406Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:22:36.406Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T10:22:36.407Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:22:36.407Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:22:36.407Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:22:36.407Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:22:36.407Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:36.408Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:22:36.408Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:36.408Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:22:36.408Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:22:36.409Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=abbeff3e-4c0e-4a80-b805-1650794d3b69
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:22:36.411Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.411Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is matching search criteria
2022-06-06T10:22:36.411Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 357b7876-fd13 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:22:36.412Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.412Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is not matching search criteria
2022-06-06T10:22:36.412Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:22:36.413Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:22:36.413Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:36.413Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:22:36.414Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:22:36.414Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:22:36.414Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:22:36.415Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T10:22:36.415Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:22:36.415Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:36.415Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:22:36.416Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:22:36.416Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d3fa34d-a89b-4caa-81a9-5119632669fa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:22:36.418Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.418Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is matching search criteria
2022-06-06T10:22:36.418Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 357b7876-fd13 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:22:36.419Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.419Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is not matching search criteria
2022-06-06T10:22:36.419Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:22:36.419Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:22:36.420Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:36.420Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:22:36.420Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:22:36.420Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:22:36.420Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:22:36.421Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:22:36.421Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:22:36.421Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:22:36.421Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:22:36.422Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T10:22:36.422Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=436bd985-3e16-4153-8752-c0c43f18f220
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:22:36.424Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.424Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is matching search criteria
2022-06-06T10:22:36.425Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 357b7876-fd13 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:22:36.425Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.425Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Node template vFW 357b7876-fd13 0 is matching search criteria
2022-06-06T10:22:36.425Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 357b7876-fd13 0] matching following query criteria: sdcType=VF, customizationUUID=2dbf5f14-b014-4ae2-a879-bd8ab2e8014b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:22:36.428Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.428Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:36.428Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4182b0ae-d5f1-4541-9af1-c3f081cecb68: vFW 357b7876-fd13
2022-06-06T10:22:36.428Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.429Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:36.429Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.429Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:36.429Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.430Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:36.430Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.430Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:36.430Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:22:36.431Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-17-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:22:36.431Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-06 10-17-12 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:22:36.605Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 357b7876-fd13 98fc4190-d5a4-499d-a200-af99fb2f17d4 1 ASDC deployResourceStructure
2022-06-06T10:22:36.606Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json ASDC sendASDCNotification
2022-06-06T10:22:36.606Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json
2022-06-06T10:22:36.606Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:22:36.607Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:36.609Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:36.609Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510956606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:22:36.709Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:22:36.710Z||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-06-06T10:22:36.710Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:36.747Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:36.747Z||pool-170-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:22:37.611Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T10:22:37.611Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml
2022-06-06T10:22:37.611Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:22:37.612Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:37.614Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:37.614Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510957611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:22:37.715Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:22:37.716Z||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-06-06T10:22:37.716Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:37.745Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:37.745Z||pool-171-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:22:38.616Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T10:22:38.616Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env
2022-06-06T10:22:38.616Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:22:38.617Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:38.618Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:38.619Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510958615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:22:38.719Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:22:38.720Z||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-06-06T10:22:38.720Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:38.749Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:38.750Z||pool-172-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:22:39.620Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar ASDC sendASDCNotification
2022-06-06T10:22:39.620Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar
2022-06-06T10:22:39.621Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:22:39.621Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:22:39.624Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:22:39.624Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510959620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:22:39.724Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:22:39.725Z||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-06-06T10:22:39.726Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:22:39.743Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:39.744Z||pool-173-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:22:40.625Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8db295b-3e95-4254-8b7a-1bd310e771d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:22:40.638Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8db295b-3e95-4254-8b7a-1bd310e771d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:22:40.640Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:22:40.640Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:22:40.640Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:23:10.447Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:23:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:23:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:23:10.484Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:23:10.485Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:23:10.485Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "aai-ml",
  "timestamp": 1654510934775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:23:10.486Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:23:10.641Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8db295b-3e95-4254-8b7a-1bd310e771d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:23:10.657Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8db295b-3e95-4254-8b7a-1bd310e771d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:23:10.659Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:23:10.659Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:23:10.659Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:23:40.660Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8db295b-3e95-4254-8b7a-1bd310e771d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:23:40.673Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8db295b-3e95-4254-8b7a-1bd310e771d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:23:40.675Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:23:40.676Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:23:40.676Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:24:10.447Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:24:10.448Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:24:10.448Z|f377eff5-2413-40ac-9375-0f0147802e73|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:24:10.496Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:10.497Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T10:24:10.497Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "cds",
  "timestamp": 1654510937629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:10.497Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:10.676Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8db295b-3e95-4254-8b7a-1bd310e771d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:24:10.696Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8db295b-3e95-4254-8b7a-1bd310e771d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:24:10.697Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:24:10.697Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:24:10.697Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:24:40.698Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8db295b-3e95-4254-8b7a-1bd310e771d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:24:40.710Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8db295b-3e95-4254-8b7a-1bd310e771d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:24:40.712Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:24:40.712Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:24:40.712Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:25:10.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:25:10.449Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:25:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:25:10.484Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:25:10.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510930444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "aai-ml",
  "timestamp": 1654510934775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "cds",
  "timestamp": 1654510937629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510939706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510930444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "aai-ml",
  "timestamp": 1654510934775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "cds",
  "timestamp": 1654510937629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510939706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510930444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "aai-ml",
  "timestamp": 1654510934775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "cds",
  "timestamp": 1654510937629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510939706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510930444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "aai-ml",
  "timestamp": 1654510934775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "cds",
  "timestamp": 1654510937629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510939706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510930444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "aai-ml",
  "timestamp": 1654510934775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "cds",
  "timestamp": 1654510937629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "policy-id",
  "timestamp": 1654510944072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510939706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510930444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "aai-ml",
  "timestamp": 1654510934775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "cds",
  "timestamp": 1654510937629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "policy-id",
  "timestamp": 1654510944072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510939706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "clamp",
  "timestamp": 1654510945223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "policy-id",
  "timestamp": 1654510944072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510939706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "aai-ml",
  "timestamp": 1654510947401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.513Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510946779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "clamp",
  "timestamp": 1654510945223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "cds",
  "timestamp": 1654510946210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "policy-id",
  "timestamp": 1654510944072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "clamp",
  "timestamp": 1654510945223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "cds",
  "timestamp": 1654510947218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:25:10.522Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8db295b-3e95-4254-8b7a-1bd310e771d1
2022-06-06T10:25:10.522Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8db295b-3e95-4254-8b7a-1bd310e771d1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:25:10.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "policy-id",
  "timestamp": 1654510944072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510946937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "clamp",
  "timestamp": 1654510945223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "policy-id",
  "timestamp": 1654510944072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510946937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "clamp",
  "timestamp": 1654510945223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "policy-id",
  "timestamp": 1654510944072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510946937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "clamp",
  "timestamp": 1654510945223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510951171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510946937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "clamp",
  "timestamp": 1654510945223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "policy-id",
  "timestamp": 1654510952700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510946937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510953073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "policy-id",
  "timestamp": 1654510953714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:25:10.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510946937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510954106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "policy-id",
  "timestamp": 1654510954719,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:25:10.552Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8db295b-3e95-4254-8b7a-1bd310e771d1
2022-06-06T10:25:10.552Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8db295b-3e95-4254-8b7a-1bd310e771d1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:25:10.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510946937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510954106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510955372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.564Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510954106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510956606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:25:10.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510956060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510954106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510957611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:25:10.567Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "cds",
  "timestamp": 1654510952631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510954106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510957504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "aai-ml",
  "timestamp": 1654510959238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:25:10.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510958615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:25:10.570Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "cds",
  "timestamp": 1654510952631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510954106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "aai-ml",
  "timestamp": 1654510960243,
  "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-06-06T10:25:10.577Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f8db295b-3e95-4254-8b7a-1bd310e771d1
2022-06-06T10:25:10.578Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8db295b-3e95-4254-8b7a-1bd310e771d1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:25:10.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510959620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:25:10.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510958954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "cds",
  "timestamp": 1654510952631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510954106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510959706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "clamp",
  "timestamp": 1654510960500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.590Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510959982,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:25:10.596Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8db295b-3e95-4254-8b7a-1bd310e771d1
2022-06-06T10:25:10.596Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8db295b-3e95-4254-8b7a-1bd310e771d1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T10:25:10.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "cds",
  "timestamp": 1654510952631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510959706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510962388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510960986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/resourceInstances/vfw357b7876fd130/artifacts/vfw357b7876fd130_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:25:10.610Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "cds",
  "timestamp": 1654510952631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510959706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "clamp",
  "timestamp": 1654510962508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:25:10.612Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "cds",
  "timestamp": 1654510952631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510959706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "clamp",
  "timestamp": 1654510963511,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:25:10.619Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f8db295b-3e95-4254-8b7a-1bd310e771d1
2022-06-06T10:25:10.619Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8db295b-3e95-4254-8b7a-1bd310e771d1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:25:10.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "cds",
  "timestamp": 1654510952631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "policy-id",
  "timestamp": 1654510964070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510959706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "aai-ml",
  "timestamp": 1654510964775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "cds",
  "timestamp": 1654510952631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "policy-id",
  "timestamp": 1654510964070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510959706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "aai-ml",
  "timestamp": 1654510964775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "policy-id",
  "timestamp": 1654510964070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510959706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "aai-ml",
  "timestamp": 1654510964775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "policy-id",
  "timestamp": 1654510964070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "cds",
  "timestamp": 1654510966460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510959706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510968143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101712/1.0/artifacts/service-Vfw20220606101712-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:25:10.638Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "aai-ml",
  "timestamp": 1654510964775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "policy-id",
  "timestamp": 1654510964070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "cds",
  "timestamp": 1654510967465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:25:10.654Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ca67e9f6-af81-477b-ab40-0e2738e254d3
2022-06-06T10:25:10.655Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca67e9f6-af81-477b-ab40-0e2738e254d3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:25:10.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510966937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510969150,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:25:10.670Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8db295b-3e95-4254-8b7a-1bd310e771d1
2022-06-06T10:25:10.670Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8db295b-3e95-4254-8b7a-1bd310e771d1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:25:10.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "aai-ml",
  "timestamp": 1654510964775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "policy-id",
  "timestamp": 1654510964070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510966937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510969354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "aai-ml",
  "timestamp": 1654510964775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "policy-id",
  "timestamp": 1654510964070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510966937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510970374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:25:10.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "aai-ml",
  "timestamp": 1654510964775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "policy-id",
  "timestamp": 1654510964070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510966937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510971377,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:25:10.690Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ca67e9f6-af81-477b-ab40-0e2738e254d3
2022-06-06T10:25:10.691Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca67e9f6-af81-477b-ab40-0e2738e254d3 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:25:10.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "aai-ml",
  "timestamp": 1654510964775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510966937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "policy-id",
  "timestamp": 1654510973207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510966937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "aai-ml",
  "timestamp": 1654510974197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "policy-id",
  "timestamp": 1654510974211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:25:10.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510966937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "policy-id",
  "timestamp": 1654510975213,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:25:10.708Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca67e9f6-af81-477b-ab40-0e2738e254d3
2022-06-06T10:25:10.708Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca67e9f6-af81-477b-ab40-0e2738e254d3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:25:10.712Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8db295b-3e95-4254-8b7a-1bd310e771d1
2022-06-06T10:25:10.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:25:10.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510966937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "clamp",
  "timestamp": 1654510975223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "clamp",
  "timestamp": 1654510975223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "clamp",
  "timestamp": 1654510975223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "clamp",
  "timestamp": 1654510975223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:25:10.724Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8db295b-3e95-4254-8b7a-1bd310e771d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:25:10.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "aai-ml",
  "timestamp": 1654510979637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:25:10.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "clamp",
  "timestamp": 1654510975223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "aai-ml",
  "timestamp": 1654510980641,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
2022-06-06T10:25:10.727Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:25:10.727Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:25:10.727Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:25:10.727Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:25:10.728Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:25:10.728Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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-06-06T10:25:10.730Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ca67e9f6-af81-477b-ab40-0e2738e254d3
2022-06-06T10:25:10.731Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca67e9f6-af81-477b-ab40-0e2738e254d3 and ComponentName AAI
2022-06-06T10:25:10.733Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:25:10.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "clamp",
  "timestamp": 1654510975223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "clamp",
  "timestamp": 1654510975223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "clamp",
  "timestamp": 1654510975223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:25:10.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510984106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510984106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510984106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "clamp",
  "timestamp": 1654510986517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:10.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510984106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510984106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "clamp",
  "timestamp": 1654510988520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:25:10.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:25:10.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510984106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:10.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "clamp",
  "timestamp": 1654510989524,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:25:10.753Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ca67e9f6-af81-477b-ab40-0e2738e254d3
2022-06-06T10:25:10.754Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca67e9f6-af81-477b-ab40-0e2738e254d3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:25:10.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:25:10.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510984106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:10.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:40.734Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8db295b-3e95-4254-8b7a-1bd310e771d1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:25:40.741Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8db295b-3e95-4254-8b7a-1bd310e771d1 and serviceModelVersionId: 4182b0ae-d5f1-4541-9af1-c3f081cecb68
2022-06-06T10:25:40.741Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c149552-4eca-4b85-a9cb-cbbce331bfd7
2022-06-06T10:25:40.742Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68?depth=0
2022-06-06T10:25:40.750Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:25:40.815Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68?depth=0|INFO|500||Invoke
2022-06-06T10:25:40.816Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8db295b-3e95-4254-8b7a-1bd310e771d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73fba85f-a1f5-4bca-94e1-2152fd822fac], X-ECOMP-RequestID=[f8db295b-3e95-4254-8b7a-1bd310e771d1], X-TransactionId=[], X-ONAP-RequestID=[f8db295b-3e95-4254-8b7a-1bd310e771d1], Content-Type=[application/merge-patch+json]}
2022-06-06T10:25:40.846Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:25:40.934Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68?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/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-10:25:40:854-63988], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:25:40 GMT], Content-Type=[application/json]}
2022-06-06T10:25:40.936Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68?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/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68","ERR.5.4.6114"]}}}

2022-06-06T10:25:40.937Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:25:40.949Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=f8db295b-3e95-4254-8b7a-1bd310e771d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68) (ec=ERR.5.4.6114)
2022-06-06T10:25:40.949Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f8db295b-3e95-4254-8b7a-1bd310e771d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68) (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-06-06T10:25:40.955Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f8db295b-3e95-4254-8b7a-1bd310e771d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68) (ec=ERR.5.4.6114)
2022-06-06T10:25:40.955Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=f8db295b-3e95-4254-8b7a-1bd310e771d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68) (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-06-06T10:25:40.964Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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-06-06T10:25:40.965Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8db295b-3e95-4254-8b7a-1bd310e771d1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f8db295b-3e95-4254-8b7a-1bd310e771d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68) (ec=ERR.5.4.6114)
2022-06-06T10:25:40.965Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:25:40.965Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:25:40.968Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:25:40.968Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511140965,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df8db295b-3e95-4254-8b7a-1bd310e771d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:25:41.069Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:25:41.070Z||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-06-06T10:25:41.071Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:25:41.092Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:25:41.092Z||pool-174-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:25:41.984Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:25:41.984Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:25:41.985Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:25:46.417Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:25:46.417Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:25:46.418Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ca67e9f6-af81-477b-ab40-0e2738e254d3","serviceName":"Demo_pNF_jU47oU73geRvjzhYDMz9","serviceVersion":"1.0","serviceUUID":"b7f5efa3-2e68-4311-b6f7-e38a8ba6826e","serviceDescription":"catalog service description","serviceInvariantUUID":"a1296ec4-30dc-46cd-a40c-33ffb01dd7eb","resources":[{"resourceInstanceName":"pNF c0cd2009-45ed 0","resourceName":"pNF c0cd2009-45ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7cf3b4e0-b633-47c7-b152-da9a8e83bf5c","resourceInvariantUUID":"5ca22f25-59d1-441b-a81d-a27d7f0af6de","resourceCustomizationUUID":"8cc7b3da-df8f-4f22-af32-eeeb55006adc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vf-license-model.xml","artifactChecksum":"YjYyYjkwNzE4N2M0NjBhM2FjNjNjYjNmYTMyOTgwOWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db396c9e-970c-4f88-ac2c-1e82645c19b6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/pNF.csar","artifactChecksum":"NjdhMDI4NzczYjFhN2IxNjFkM2EyNDI0ZmVjZjc4ZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"09fbfe5e-93c0-47f7-ae17-c4fb3e296c44","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2727b5fc-95d8-4fb1-9daf-7a15e3381bf8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vendor-license-model.xml","artifactChecksum":"MzI2ZGM5ODY1ZjZlNDEwYzRkMjkyNzU0NGQ5MTFiODQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e97d1f61-4ea7-471f-bd97-ebf2a8392867","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"92dc1c7e-620e-4891-8eb6-649fdf2f5c2e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"efb7981a-ee63-4ff9-bf94-f350a7a0808d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJu47ou73gervjzhydmz9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-template.yml","artifactChecksum":"ZDg1YjE5YWRjZDk2ZjRiNmU1NjYzZWExMmQ2ZTQ5NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54447ba8-c7a3-4859-84b0-1d495c281312","artifactVersion":"1"},{"artifactName":"service-DemoPnfJu47ou73gervjzhydmz9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar","artifactChecksum":"NzdhMjQ1YWY4NWViMmNmODk4NmRjZmI2NzZjYTQ4Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"693c484f-2c6e-4f91-b5d7-d331383aacac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:25:46.420Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:25:46.420Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:25:46.422Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:25:46.422Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:46.522Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:25:46.523Z||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-06-06T10:25:46.524Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:25:46.564Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:25:46.565Z||pool-175-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:25:47.423Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:25:47.424Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:25:47.426Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:25:47.426Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:47.526Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:25:47.527Z||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-06-06T10:25:47.528Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:25:47.555Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:25:47.556Z||pool-176-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:25:48.427Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:25:48.428Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:25:48.431Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:25:48.431Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:48.532Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:25:48.533Z||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-06-06T10:25:48.533Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:25:48.557Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:25:48.558Z||pool-177-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:25:49.432Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:25:49.433Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:25:49.435Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:25:49.435Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:49.535Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:25:49.537Z||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-06-06T10:25:49.537Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:25:49.557Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:25:49.558Z||pool-178-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:25:50.436Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:25:50.437Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:25:50.439Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:25:50.439Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:50.539Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:25:50.540Z||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-06-06T10:25:50.540Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:25:50.563Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:25:50.564Z||pool-179-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:25:51.439Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:25:51.440Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:25:51.442Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:25:51.443Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:51.544Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:25:51.545Z||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-06-06T10:25:51.545Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:25:51.565Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:25:51.566Z||pool-180-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:25:52.443Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:25:52.444Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:25:52.446Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:25:52.447Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:52.547Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:25:52.548Z||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-06-06T10:25:52.548Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:25:52.568Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:25:52.568Z||pool-181-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:25:53.447Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:25:53.448Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:25:53.450Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:25:53.450Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:25:53.551Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:25:53.552Z||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-06-06T10:25:53.552Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:25:53.594Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:25:53.594Z||pool-182-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:25:54.452Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "serviceName": "Demo_pNF_jU47oU73geRvjzhYDMz9",
  "serviceVersion": "1.0",
  "serviceUUID": "b7f5efa3-2e68-4311-b6f7-e38a8ba6826e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a1296ec4-30dc-46cd-a40c-33ffb01dd7eb",
  "resources": [
    {
      "resourceInstanceName": "pNF c0cd2009-45ed 0",
      "resourceCustomizationUUID": "8cc7b3da-df8f-4f22-af32-eeeb55006adc",
      "resourceName": "pNF c0cd2009-45ed",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7cf3b4e0-b633-47c7-b152-da9a8e83bf5c",
      "resourceInvariantUUID": "5ca22f25-59d1-441b-a81d-a27d7f0af6de",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
      "artifactChecksum": "NzdhMjQ1YWY4NWViMmNmODk4NmRjZmI2NzZjYTQ4Zjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "693c484f-2c6e-4f91-b5d7-d331383aacac"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:25:54.452Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:25:54.453Z|f8db295b-3e95-4254-8b7a-1bd310e771d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b7f5efa3-2e68-4311-b6f7-e38a8ba6826e ASDC
2022-06-06T10:25:54.453Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ca67e9f6-af81-477b-ab40-0e2738e254d3
ServiceName:Demo_pNF_jU47oU73geRvjzhYDMz9
ServiceVersion:1.0
ServiceUUID:b7f5efa3-2e68-4311-b6f7-e38a8ba6826e
ServiceInvariantUUID:a1296ec4-30dc-46cd-a40c-33ffb01dd7eb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJu47ou73gervjzhydmz9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar
ArtifactUUID:693c484f-2c6e-4f91-b5d7-d331383aacac
ArtifactChecksum:NzdhMjQ1YWY4NWViMmNmODk4NmRjZmI2NzZjYTQ4Zjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c0cd2009-45ed 0
ResourceCustomizationUUID:8cc7b3da-df8f-4f22-af32-eeeb55006adc
ResourceInvariantUUID:5ca22f25-59d1-441b-a81d-a27d7f0af6de
ResourceName:pNF c0cd2009-45ed
ResourceType:PNF
ResourceUUID:7cf3b4e0-b633-47c7-b152-da9a8e83bf5c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-06T10:25:54.453Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7f5efa3-2e68-4311-b6f7-e38a8ba6826e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:25:54.481Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:25:54.482Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:25:54.482Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:25:54.482Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 693c484f-2c6e-4f91-b5d7-d331383aacac from URL: /sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:54.482Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:25:54.482Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:55.983Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:25:56.000Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar 693c484f-2c6e-4f91-b5d7-d331383aacac 82650
2022-06-06T10:25:56.002Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar ASDC sendASDCNotification
2022-06-06T10:25:56.002Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:56.002Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:25:56.003Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:25:56.013Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:25:56.017Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511156001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:25:56.112Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-06T10:25:56.113Z||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-06-06T10:25:56.114Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:25:56.148Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:25:56.149Z||pool-183-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:25:57.018Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:25:57.019Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:25:57.019Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 693c484f-2c6e-4f91-b5d7-d331383aacac, URL: /sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar to file: /app/ASDC/1/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:57.019Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:57.020Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:57.020Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:57.155Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP211075639382185202/Definitions/service-DemoPnfJu47ou73gervjzhydmz9-template.yml
2022-06-06T10:25:58.010Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:25:58.011Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:25:58.011Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:58.011Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T10:25:58.011Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c0cd2009-45ed 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-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:58.011Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|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-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:58.011Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|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-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:58.012Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|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-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:58.012Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|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-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:58.012Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|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-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:58.012Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|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-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:58.012Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:25:58.013Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:25:58.013Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_jU47oU73geRvjzhYDMz9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:25:58.013Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Node template pNF c0cd2009-45ed 0 is matching search criteria
2022-06-06T10:25:58.013Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:25:58.013Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c0cd2009-45ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:25:58.014Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:25:58.014Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_jU47oU73geRvjzhYDMz9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:25:58.014Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Node template pNF c0cd2009-45ed 0 is matching search criteria
2022-06-06T10:25:58.014Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:25:58.014Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c0cd2009-45ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:25:58.014Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:25:58.015Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_jU47oU73geRvjzhYDMz9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:25:58.015Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:25:58.015Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_jU47oU73geRvjzhYDMz9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:25:58.015Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:25:58.015Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_jU47oU73geRvjzhYDMz9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:25:58.016Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:25:58.016Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_jU47oU73geRvjzhYDMz9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:25:58.016Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:25:58.016Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_jU47oU73geRvjzhYDMz9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:25:58.017Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_jU47oU73geRvjzhYDMz9
Description:catalog service description
Model UUID:b7f5efa3-2e68-4311-b6f7-e38a8ba6826e
Model Version:NULL
Model InvariantUuid:a1296ec4-30dc-46cd-a40c-33ffb01dd7eb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:25:58.024Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7cf3b4e0-b633-47c7-b152-da9a8e83bf5c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:25:58.027Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||pNF c0cd2009-45ed 0
2022-06-06T10:25:58.027Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7cf3b4e0-b633-47c7-b152-da9a8e83bf5c
2022-06-06T10:25:58.027Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b7f5efa3-2e68-4311-b6f7-e38a8ba6826e
2022-06-06T10:25:58.027Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b7f5efa3-2e68-4311-b6f7-e38a8ba6826e
2022-06-06T10:25:58.027Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c0cd2009-45ed 0 7cf3b4e0-b633-47c7-b152-da9a8e83bf5c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:25:58.031Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57761be3, org.onap.sdc.toscaparser.api.parameters.Input@56424535, org.onap.sdc.toscaparser.api.parameters.Input@3bdec48c, org.onap.sdc.toscaparser.api.parameters.Input@bc8c73b, org.onap.sdc.toscaparser.api.parameters.Input@6c867ca2]
2022-06-06T10:25:58.032Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:25:58.032Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_jU47oU73geRvjzhYDMz9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:25:58.032Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b7f5efa3-2e68-4311-b6f7-e38a8ba6826e: pNF c0cd2009-45ed
2022-06-06T10:25:58.033Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||Processing PNF resource: 7cf3b4e0-b633-47c7-b152-da9a8e83bf5c
2022-06-06T10:25:58.033Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:25:58.033Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_jU47oU73geRvjzhYDMz9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:25:58.033Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||Resource customization UUID: 8cc7b3da-df8f-4f22-af32-eeeb55006adc is the same as notified resource customizationUUID: 8cc7b3da-df8f-4f22-af32-eeeb55006adc
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-06T10:25:58.076Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c0cd2009-45ed 7cf3b4e0-b633-47c7-b152-da9a8e83bf5c 0 ASDC deployResourceStructure
2022-06-06T10:25:58.077Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar ASDC sendASDCNotification
2022-06-06T10:25:58.077Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar
2022-06-06T10:25:58.077Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:25:58.078Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:25:58.080Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:25:58.080Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511158077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:25:58.180Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:25:58.181Z||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-06-06T10:25:58.182Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:25:58.205Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:25:58.206Z||pool-184-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:25:59.081Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca67e9f6-af81-477b-ab40-0e2738e254d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:25:59.093Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca67e9f6-af81-477b-ab40-0e2738e254d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:25:59.095Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:25:59.095Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:25:59.095Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:25:59.096Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:26:10.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:26:10.448Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:26:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:26:10.502Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:10.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:26:10.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510984106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:26:10.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:26:10.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:26:10.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510993215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:26:10.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:26:10.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:26:10.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510995976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:26:10.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:26:10.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:26:10.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510996990,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:26:10.514Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ca67e9f6-af81-477b-ab40-0e2738e254d3
2022-06-06T10:26:10.514Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca67e9f6-af81-477b-ab40-0e2738e254d3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:26:29.096Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca67e9f6-af81-477b-ab40-0e2738e254d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:26:29.112Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca67e9f6-af81-477b-ab40-0e2738e254d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:26:29.115Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:26:29.115Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:26:29.115Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:26:29.116Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:26:29.116Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:26:29.116Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:26:29.116Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|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-06-06T10:26:29.122Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:26:59.123Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ca67e9f6-af81-477b-ab40-0e2738e254d3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:26:59.131Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ca67e9f6-af81-477b-ab40-0e2738e254d3 and serviceModelVersionId: b7f5efa3-2e68-4311-b6f7-e38a8ba6826e
2022-06-06T10:26:59.132Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a1296ec4-30dc-46cd-a40c-33ffb01dd7eb
2022-06-06T10:26:59.133Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e?depth=0
2022-06-06T10:26:59.138Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:26:59.173Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-06T10:26:59.175Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e?depth=0|INFO|500||Invoke
2022-06-06T10:26:59.194Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:26:59.234Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:26:59.235Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-10:26:59:202-40311], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:26:59 GMT], Content-Type=[application/json]}
2022-06-06T10:26:59.236Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||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/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e","ERR.5.4.6114"]}}}

2022-06-06T10:26:59.242Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ca67e9f6-af81-477b-ab40-0e2738e254d3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e) (ec=ERR.5.4.6114)
2022-06-06T10:26:59.242Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ca67e9f6-af81-477b-ab40-0e2738e254d3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e) (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-06-06T10:26:59.242Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ca67e9f6-af81-477b-ab40-0e2738e254d3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e) (ec=ERR.5.4.6114)
2022-06-06T10:26:59.242Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ca67e9f6-af81-477b-ab40-0e2738e254d3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e) (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-06-06T10:26:59.248Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|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-06-06T10:26:59.248Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ca67e9f6-af81-477b-ab40-0e2738e254d3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ca67e9f6-af81-477b-ab40-0e2738e254d3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e) (ec=ERR.5.4.6114)
2022-06-06T10:26:59.248Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:26:59.249Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:59.251Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:59.251Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511219248,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dca67e9f6-af81-477b-ab40-0e2738e254d3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:26:59.351Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:26:59.352Z||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-06-06T10:26:59.353Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:26:59.372Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:59.373Z||pool-185-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:27:00.267Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:27:00.267Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:27:00.267Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:09.817Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:09.818Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:27:09.818Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:27:09.818Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:10.447Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:27:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:27:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:10.488Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:10.489Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:10.489Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8db295b-3e95-4254-8b7a-1bd310e771d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511140965,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df8db295b-3e95-4254-8b7a-1bd310e771d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c149552-4eca-4b85-a9cb-cbbce331bfd7/model-vers/model-ver/4182b0ae-d5f1-4541-9af1-c3f081cecb68) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:27:10.490Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:10.490Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:10.490Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:10.490Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:10.491Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:10.491Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:10.491Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:10.491Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:10.491Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:10.491Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:10.491Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:10.491Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:10.492Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:10.492Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:10.492Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:10.492Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:10.492Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:10.492Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/resourceInstances/pnfc0cd200945ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:10.492Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:10.492Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:10.493Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:10.493Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:10.493Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:10.493Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511141984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:27:10.493Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:10.493Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:10.493Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511156001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:10.493Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:10.494Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:10.494Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511158077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJu47ou73gervjzhydmz9/1.0/artifacts/service-DemoPnfJu47ou73gervjzhydmz9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:27:10.494Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:12.979Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:12.980Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:27:12.980Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3005af9-e626-48f2-b2dc-af7bf906f4d7","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f","serviceDescription":"service","serviceInvariantUUID":"30c55147-9022-4c12-a9f3-1a88a7a506c6","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ffd95437-9c5e-44f7-a284-3c8a2bb1e772","resourceInvariantUUID":"395eb171-7777-479f-acc0-7d444c1eedb0","resourceCustomizationUUID":"2585112f-404b-4871-9ed7-39432504912f","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":"OTc4MjMwM2I5N2I3OThhY2ZkOWZkMDA3OTIxZjNhNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c9a7c8f-d921-48f1-953b-ec4f13cfcac6","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":"NzVkNThmMGY0MTg2MWMxMzgwZWYxZjI0OGRjMGYwOWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"718c53a2-6cf4-4f0e-bbb0-f4eff89ec4a5","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":"0dd5c863-e794-4531-8b93-0dd4731ae9a5","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":"9a40c3ba-e95c-4dc1-9ed6-88a6dd9a7693","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":"d6776d92-4d60-45ea-a5c0-90478d48444d","artifactVersion":"2","generatedFromUUID":"4e01db66-f145-4a77-a2ac-3eeb3d67387c"},{"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":"e1242122-0620-434e-9076-d2ab99a4103e","artifactVersion":"2","generatedFromUUID":"0dd5c863-e794-4531-8b93-0dd4731ae9a5"},{"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":"4e01db66-f145-4a77-a2ac-3eeb3d67387c","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":"b624d01f-32df-4189-90a8-e8f257b58da8","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":"N2Y3MzBhZmYxNDMxYmQ5ODE1ZDRjNWQ2NjY3OTYyOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70c3cc96-c165-43e6-aec1-26256c6a03df","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTJiYmM2YWI0YTBjODUxOTRmNzY3MWUxY2U4YWU2MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"81fea4d7-c8b8-40f5-be99-47913c763b93","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:27:12.982Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:27:12.982Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:12.984Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:12.984Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:13.085Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:13.085Z||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-06-06T10:27:13.086Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:13.111Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:13.112Z||pool-186-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:13.985Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:27:13.986Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:13.988Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:13.988Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:27:14.088Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:14.089Z||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-06-06T10:27:14.089Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:14.106Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:14.107Z||pool-187-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:14.988Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:27:14.989Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:14.992Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:14.992Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:27:15.093Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:15.094Z||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-06-06T10:27:15.094Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:15.113Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:15.114Z||pool-188-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:15.993Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:27:15.994Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:15.996Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:15.996Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:16.096Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:16.097Z||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-06-06T10:27:16.097Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:16.116Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:16.116Z||pool-189-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:16.997Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:27:16.998Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:17.001Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:17.001Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-06T10:27:17.101Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:17.102Z||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-06-06T10:27:17.102Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:17.119Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:17.119Z||pool-190-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:18.001Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:27:18.002Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:18.005Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:18.005Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-06T10:27:18.106Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:18.107Z||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-06-06T10:27:18.107Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:18.141Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:18.142Z||pool-191-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:27:19.006Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:27:19.007Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:19.009Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:19.009Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-06T10:27:19.110Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:27:19.111Z||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-06-06T10:27:19.111Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:19.143Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:19.144Z||pool-192-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:20.010Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:27:20.011Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:20.013Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:20.013Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:20.114Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:27:20.115Z||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-06-06T10:27:20.115Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:20.143Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:20.144Z||pool-193-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:27:21.014Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:27:21.015Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:21.019Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:21.019Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:21.118Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:27:21.120Z||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-06-06T10:27:21.120Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:21.146Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:21.147Z||pool-194-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:22.019Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:27:22.020Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:22.022Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:22.022Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:27:22.122Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:22.123Z||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-06-06T10:27:22.124Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:22.159Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:22.160Z||pool-195-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:23.023Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "30c55147-9022-4c12-a9f3-1a88a7a506c6",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2585112f-404b-4871-9ed7-39432504912f",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ffd95437-9c5e-44f7-a284-3c8a2bb1e772",
      "resourceInvariantUUID": "395eb171-7777-479f-acc0-7d444c1eedb0",
      "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": "NzVkNThmMGY0MTg2MWMxMzgwZWYxZjI0OGRjMGYwOWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "718c53a2-6cf4-4f0e-bbb0-f4eff89ec4a5",
          "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": "0dd5c863-e794-4531-8b93-0dd4731ae9a5",
          "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": "e1242122-0620-434e-9076-d2ab99a4103e",
            "generatedFromUUID": "0dd5c863-e794-4531-8b93-0dd4731ae9a5"
          },
          "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": "d6776d92-4d60-45ea-a5c0-90478d48444d",
          "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": "e1242122-0620-434e-9076-d2ab99a4103e",
          "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": "4e01db66-f145-4a77-a2ac-3eeb3d67387c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTJiYmM2YWI0YTBjODUxOTRmNzY3MWUxY2U4YWU2MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "81fea4d7-c8b8-40f5-be99-47913c763b93"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:27:23.024Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:27:23.024Z|ca67e9f6-af81-477b-ab40-0e2738e254d3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f ASDC
2022-06-06T10:27:23.024Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e3005af9-e626-48f2-b2dc-af7bf906f4d7
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f
ServiceInvariantUUID:30c55147-9022-4c12-a9f3-1a88a7a506c6
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:81fea4d7-c8b8-40f5-be99-47913c763b93
ArtifactChecksum:OTJiYmM2YWI0YTBjODUxOTRmNzY3MWUxY2U4YWU2MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2585112f-404b-4871-9ed7-39432504912f
ResourceInvariantUUID:395eb171-7777-479f-acc0-7d444c1eedb0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:ffd95437-9c5e-44f7-a284-3c8a2bb1e772
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:718c53a2-6cf4-4f0e-bbb0-f4eff89ec4a5
ArtifactChecksum:NzVkNThmMGY0MTg2MWMxMzgwZWYxZjI0OGRjMGYwOWY=
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:0dd5c863-e794-4531-8b93-0dd4731ae9a5
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:e1242122-0620-434e-9076-d2ab99a4103e
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:d6776d92-4d60-45ea-a5c0-90478d48444d
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:e1242122-0620-434e-9076-d2ab99a4103e
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:4e01db66-f145-4a77-a2ac-3eeb3d67387c
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T10:27:23.024Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:27:23.064Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:27:23.065Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:27:23.066Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:27:23.066Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 81fea4d7-c8b8-40f5-be99-47913c763b93 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-06T10:27:23.066Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:27:23.066Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:25.042Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:27:25.049Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 81fea4d7-c8b8-40f5-be99-47913c763b93 158205
2022-06-06T10:27:25.049Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:25.049Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:25.049Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:27:25.050Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:25.051Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:25.052Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511245049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:25.152Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:25.153Z||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-06-06T10:27:25.153Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:25.171Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:25.172Z||pool-196-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:26.052Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:27:26.053Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:27:26.054Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 81fea4d7-c8b8-40f5-be99-47913c763b93, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T10:27:26.054Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-06T10:27:26.055Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T10:27:26.055Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T10:27:26.221Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9498172743192136463/Definitions/service-BasicCnfMacro-template.yml
2022-06-06T10:27:27.358Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:27:27.359Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:27:27.359Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T10:27:27.359Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-06T10:27:27.359Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:27.359Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:27.359Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:27.359Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:27.360Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:27:27.360Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:27.360Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:27.360Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T10:27:27.360Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:27:27.360Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:27.360Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:27.361Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:27.361Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T10:27:27.361Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:27:27.361Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:27.361Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:27.361Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:27.361Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:27.361Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-06T10:27:27.362Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-06T10:27:27.362Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-06T10:27:27.362Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:27:27.362Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:27.362Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:27.362Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:27.362Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T10:27:27.362Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:27:27.363Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:27.363Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T10:27:27.363Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:27:27.363Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:27.363Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T10:27:27.363Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:27:27.363Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:27.364Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T10:27:27.364Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:27:27.364Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:27.364Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-06T10:27:27.364Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-06T10:27:27.364Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4d55e64a-fceb-4a21-b22f-67fc299144ab
2022-06-06T10:27:27.364Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:27.364Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:27.365Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:27.365Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:27.365Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:27.365Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:27.365Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:27.365Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:27.365Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f
Model Version:NULL
Model InvariantUuid:30c55147-9022-4c12-a9f3-1a88a7a506c6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:7e841f92-1665-40d7-bbc5-c28951d51d42
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:395eb171-7777-479f-acc0-7d444c1eedb0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2585112f-404b-4871-9ed7-39432504912f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0c30f043-53b1-4ab0-aea7-40090b272e9c
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:0d87d7c1-d629-49a1-aa1b-faa0648fa178
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:4aacb7cc-a07e-4044-b0ec-d713d571c36d
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:7f5098b5-b4bd-4881-a316-bd4c6443a2b2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4d55e64a-fceb-4a21-b22f-67fc299144ab
ModelInvariantUuid:27a50cb3-6ddb-4635-b43a-f0bd6520fa79
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:fbdc9223-dd23-47af-a3bb-8ccecef92ae9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:19725b53-b76b-48a8-ad63-94e3544a16e6
ModelInvariantUuid:4edf7eeb-5619-4a7e-b49c-41527571e923
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a3546afe-21d8-4339-b1ff-a500bc7f49a2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:27:27.372Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ffd95437-9c5e-44f7-a284-3c8a2bb1e772
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:27:27.375Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-06-06T10:27:27.375Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ffd95437-9c5e-44f7-a284-3c8a2bb1e772
2022-06-06T10:27:27.375Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 718c53a2-6cf4-4f0e-bbb0-f4eff89ec4a5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-06T10:27:27.375Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:27:27.375Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:28.528Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:27:28.528Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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 718c53a2-6cf4-4f0e-bbb0-f4eff89ec4a5 1565
2022-06-06T10:27:28.529Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:28.529Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:28.529Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:27:28.529Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:28.531Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:28.532Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511248529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:28.631Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:27:28.632Z||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-06-06T10:27:28.633Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:28.650Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:28.652Z||pool-197-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:29.532Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4aacb7cc-a07e-4044-b0ec-d713d571c36d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7f5098b5-b4bd-4881-a316-bd4c6443a2b2",
    "vfModuleModelCustomizationUUID": "4406d011-3fba-4662-b948-1e886c8edb60",
    "isBase": true,
    "artifacts": [
      "0dd5c863-e794-4531-8b93-0dd4731ae9a5",
      "e1242122-0620-434e-9076-d2ab99a4103e"
    ],
    "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": "0c30f043-53b1-4ab0-aea7-40090b272e9c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0d87d7c1-d629-49a1-aa1b-faa0648fa178",
    "vfModuleModelCustomizationUUID": "8eed6771-c85d-4d8b-bee5-247233d417a6",
    "isBase": false,
    "artifacts": [
      "4e01db66-f145-4a77-a2ac-3eeb3d67387c"
    ],
    "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-06-06T10:27:29.537Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f5098b5-b4bd-4881-a316-bd4c6443a2b2
VfModuleModelInvariantUUID:4aacb7cc-a07e-4044-b0ec-d713d571c36d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0dd5c863-e794-4531-8b93-0dd4731ae9a5
,
e1242122-0620-434e-9076-d2ab99a4103e

}
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:0d87d7c1-d629-49a1-aa1b-faa0648fa178
VfModuleModelInvariantUUID:0c30f043-53b1-4ab0-aea7-40090b272e9c
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e01db66-f145-4a77-a2ac-3eeb3d67387c

}
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-06-06T10:27:29.539Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4aacb7cc-a07e-4044-b0ec-d713d571c36d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7f5098b5-b4bd-4881-a316-bd4c6443a2b2",
    "vfModuleModelCustomizationUUID": "4406d011-3fba-4662-b948-1e886c8edb60",
    "isBase": true,
    "artifacts": [
      "0dd5c863-e794-4531-8b93-0dd4731ae9a5",
      "e1242122-0620-434e-9076-d2ab99a4103e"
    ],
    "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": "0c30f043-53b1-4ab0-aea7-40090b272e9c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0d87d7c1-d629-49a1-aa1b-faa0648fa178",
    "vfModuleModelCustomizationUUID": "8eed6771-c85d-4d8b-bee5-247233d417a6",
    "isBase": false,
    "artifacts": [
      "4e01db66-f145-4a77-a2ac-3eeb3d67387c"
    ],
    "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-06-06T10:27:29.540Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f5098b5-b4bd-4881-a316-bd4c6443a2b2
VfModuleModelInvariantUUID:4aacb7cc-a07e-4044-b0ec-d713d571c36d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0dd5c863-e794-4531-8b93-0dd4731ae9a5
,
e1242122-0620-434e-9076-d2ab99a4103e

}
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:0d87d7c1-d629-49a1-aa1b-faa0648fa178
VfModuleModelInvariantUUID:0c30f043-53b1-4ab0-aea7-40090b272e9c
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e01db66-f145-4a77-a2ac-3eeb3d67387c

}
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-06-06T10:27:29.540Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0dd5c863-e794-4531-8b93-0dd4731ae9a5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-06T10:27:29.540Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:27:29.540Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:30.237Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:27:30.237Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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 0dd5c863-e794-4531-8b93-0dd4731ae9a5 914
2022-06-06T10:27:30.238Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:30.238Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:30.238Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:27:30.238Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:30.241Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:30.241Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511250238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:30.341Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:30.342Z||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-06-06T10:27:30.342Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:30.362Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:30.363Z||pool-198-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:31.242Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6776d92-4d60-45ea-a5c0-90478d48444d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-06T10:27:31.243Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:27:31.243Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:31.847Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:27:31.847Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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 d6776d92-4d60-45ea-a5c0-90478d48444d 12
2022-06-06T10:27:31.848Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:31.848Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:31.848Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:27:31.848Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:31.850Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:31.850Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511251848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:31.951Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:31.952Z||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-06-06T10:27:31.952Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:31.969Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:31.970Z||pool-199-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:32.851Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e1242122-0620-434e-9076-d2ab99a4103e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-06T10:27:32.852Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:27:32.854Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:33.334Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:27:33.335Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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 e1242122-0620-434e-9076-d2ab99a4103e 96
2022-06-06T10:27:33.335Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:33.335Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:33.335Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:27:33.336Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:33.338Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:33.338Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511253335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:33.438Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:33.439Z||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-06-06T10:27:33.439Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:33.461Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:33.462Z||pool-200-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:34.339Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4e01db66-f145-4a77-a2ac-3eeb3d67387c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-06T10:27:34.340Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:27:34.340Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:35.181Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:27:35.182Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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 4e01db66-f145-4a77-a2ac-3eeb3d67387c 20206
2022-06-06T10:27:35.183Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:35.183Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:35.183Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:27:35.183Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:35.187Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:35.187Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511255183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:35.287Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:35.288Z||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-06-06T10:27:35.288Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:35.316Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:35.317Z||pool-201-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:36.194Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f
2022-06-06T10:27:36.194Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 ffd95437-9c5e-44f7-a284-3c8a2bb1e772 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-06-06T10:27:36.203Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@853f528, org.onap.sdc.toscaparser.api.parameters.Input@4997495c, org.onap.sdc.toscaparser.api.parameters.Input@5267c4cf, org.onap.sdc.toscaparser.api.parameters.Input@20cf2645, org.onap.sdc.toscaparser.api.parameters.Input@37a26dc1]
2022-06-06T10:27:36.205Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:36.205Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:36.205Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:27:36.205Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 2585112f-404b-4871-9ed7-39432504912f
2022-06-06T10:27:36.205Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2585112f-404b-4871-9ed7-39432504912f matches Tosca VF Customization UUID: 2585112f-404b-4871-9ed7-39432504912f
2022-06-06T10:27:36.205Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 2585112f-404b-4871-9ed7-39432504912f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T10:27:36.207Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:36.207Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:36.208Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 2585112f-404b-4871-9ed7-39432504912f: {\"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-06-06T10:27:36.208Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71051c6d
2022-06-06T10:27:36.208Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:36.208Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:36.208Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8eed6771-c85d-4d8b-bee5-247233d417a6
2022-06-06T10:27:36.208Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8eed6771-c85d-4d8b-bee5-247233d417a6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T10:27:36.210Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:36.210Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T10:27:36.211Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:27:36.211Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:36.211Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T10:27:36.211Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:27:36.212Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:36.212Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T10:27:36.212Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2585112f-404b-4871-9ed7-39432504912f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:27:36.213Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:36.213Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:36.213Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f: basic_cnf_macro
2022-06-06T10:27:36.214Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:36.214Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:36.214Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:36.214Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:36.214Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:36.214Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:36.214Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:36.214Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:36.215Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:27:36.215Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:36.215Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:36.250Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro ffd95437-9c5e-44f7-a284-3c8a2bb1e772 2 ASDC deployResourceStructure
2022-06-06T10:27:36.250Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:36.250Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:36.251Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:27:36.251Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:36.253Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:36.253Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511256250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:27:36.353Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:36.354Z||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-06-06T10:27:36.354Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:36.376Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:36.377Z||pool-202-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:27:37.254Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:37.254Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:37.254Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:27:37.255Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:37.256Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:37.256Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511257254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:27:37.357Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:37.358Z||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-06-06T10:27:37.358Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:37.377Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:37.378Z||pool-203-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:38.258Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:38.258Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:38.258Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T10:27:38.259Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:38.262Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:38.262Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511258258,
  "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-06-06T10:27:38.362Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:38.363Z||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-06-06T10:27:38.363Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:38.407Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:38.407Z||pool-204-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:39.263Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:39.263Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:39.263Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:27:39.264Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:39.266Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:39.266Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511259263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:27:39.366Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:39.367Z||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-06-06T10:27:39.367Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:39.403Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:39.403Z||pool-205-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:27:40.267Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:40.267Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:40.268Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T10:27:40.268Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:40.270Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:40.270Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511260267,
  "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-06-06T10:27:40.370Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:40.371Z||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-06-06T10:27:40.371Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:40.395Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:40.395Z||pool-206-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:41.271Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:41.271Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:27:41.271Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:27:41.272Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:41.274Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:41.274Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511261271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:27:41.374Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:27:41.375Z||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-06-06T10:27:41.375Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:27:41.420Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:41.421Z||pool-207-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:27:42.275Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3005af9-e626-48f2-b2dc-af7bf906f4d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:27:42.287Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3005af9-e626-48f2-b2dc-af7bf906f4d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:27:42.289Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:27:42.290Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:27:42.290Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:28:10.447Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:28:10.449Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:28:10.449Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:28:10.615Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:28:10.616Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:28:10.616Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca67e9f6-af81-477b-ab40-0e2738e254d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511219248,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dca67e9f6-af81-477b-ab40-0e2738e254d3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a1296ec4-30dc-46cd-a40c-33ffb01dd7eb/model-vers/model-ver/b7f5efa3-2e68-4311-b6f7-e38a8ba6826e) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:28:10.617Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:28:12.290Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3005af9-e626-48f2-b2dc-af7bf906f4d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:28:12.303Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3005af9-e626-48f2-b2dc-af7bf906f4d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:28:12.305Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:28:12.305Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:28:12.305Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:28:42.305Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3005af9-e626-48f2-b2dc-af7bf906f4d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:28:42.317Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3005af9-e626-48f2-b2dc-af7bf906f4d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:28:42.319Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:28:42.319Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:28:42.319Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:29:10.447Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:29:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:29:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:29:10.477Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:10.497Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.497Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.498Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.498Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.498Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "cds",
  "timestamp": 1654511222630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.498Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.498Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.498Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511224106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.498Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.498Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.498Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511226937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.498Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "policy-id",
  "timestamp": 1654511224070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "cds",
  "timestamp": 1654511222630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511224106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511226937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "policy-id",
  "timestamp": 1654511224070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "aai-ml",
  "timestamp": 1654511234775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "cds",
  "timestamp": 1654511222630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511224106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.501Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.501Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "policy-id",
  "timestamp": 1654511224070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.501Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.501Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.501Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511226937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.501Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.501Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.501Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "aai-ml",
  "timestamp": 1654511234775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.501Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.501Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.501Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.501Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.501Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.501Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "cds",
  "timestamp": 1654511222630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.502Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.502Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.502Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511224106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.502Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.502Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.502Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "policy-id",
  "timestamp": 1654511224070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.502Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.502Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.502Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511226937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.503Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.503Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.503Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "aai-ml",
  "timestamp": 1654511234775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.503Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.503Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.503Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.503Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.503Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.503Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "cds",
  "timestamp": 1654511222630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.504Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.504Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.504Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511224106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.504Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.504Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.504Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511226937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.504Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.504Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.504Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "policy-id",
  "timestamp": 1654511224070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.505Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.505Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.505Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "aai-ml",
  "timestamp": 1654511234775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.505Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.505Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.505Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.505Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.505Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.505Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "cds",
  "timestamp": 1654511222630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.505Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.505Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.505Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511224106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511226937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "policy-id",
  "timestamp": 1654511224070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "aai-ml",
  "timestamp": 1654511234775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "cds",
  "timestamp": 1654511222630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.506Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511224106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "policy-id",
  "timestamp": 1654511224070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511226937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "aai-ml",
  "timestamp": 1654511234775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "cds",
  "timestamp": 1654511222630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.507Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511224106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "policy-id",
  "timestamp": 1654511224070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511226937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511239706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "aai-ml",
  "timestamp": 1654511234775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.508Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "cds",
  "timestamp": 1654511222630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511224106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511226937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "policy-id",
  "timestamp": 1654511224070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511239706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "aai-ml",
  "timestamp": 1654511234775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511229818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "cds",
  "timestamp": 1654511222630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511224106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "policy-id",
  "timestamp": 1654511224070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511226937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511239706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "aai-ml",
  "timestamp": 1654511234775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511239706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "aai-ml",
  "timestamp": 1654511234775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511239706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511244188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511245700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "cds",
  "timestamp": 1654511244361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511245049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "policy-id",
  "timestamp": 1654511245729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511239706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "clamp",
  "timestamp": 1654511245223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.514Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.514Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.514Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "policy-id",
  "timestamp": 1654511246736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:29:10.514Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.514Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.514Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "aai-ml",
  "timestamp": 1654511246835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.514Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.514Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.514Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511239706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.515Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.515Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.515Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "clamp",
  "timestamp": 1654511245223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.515Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.515Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.515Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511246243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.516Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.516Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.516Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "policy-id",
  "timestamp": 1654511247740,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:29:10.526Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3005af9-e626-48f2-b2dc-af7bf906f4d7
2022-06-06T10:29:10.527Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3005af9-e626-48f2-b2dc-af7bf906f4d7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:29:10.535Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.536Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511239706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.536Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.536Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.536Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "cds",
  "timestamp": 1654511246992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:29:10.542Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3005af9-e626-48f2-b2dc-af7bf906f4d7
2022-06-06T10:29:10.542Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3005af9-e626-48f2-b2dc-af7bf906f4d7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:29:10.550Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.550Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "clamp",
  "timestamp": 1654511245223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.551Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.551Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.551Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511239706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.551Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.551Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.552Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511248529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.552Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.552Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.552Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511249290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:29:10.552Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.552Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.553Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "clamp",
  "timestamp": 1654511245223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.553Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.553Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.553Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511248346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.553Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.553Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.553Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511239706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.553Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.554Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.554Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511250296,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:29:10.560Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3005af9-e626-48f2-b2dc-af7bf906f4d7
2022-06-06T10:29:10.560Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3005af9-e626-48f2-b2dc-af7bf906f4d7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:29:10.569Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.569Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "clamp",
  "timestamp": 1654511245223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.569Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.569Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.570Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511250238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.570Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.570Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.570Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511249950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.571Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.571Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.571Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "clamp",
  "timestamp": 1654511245223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.571Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.572Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.572Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511251018,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:29:10.577Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3005af9-e626-48f2-b2dc-af7bf906f4d7
2022-06-06T10:29:10.577Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3005af9-e626-48f2-b2dc-af7bf906f4d7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T10:29:10.584Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.584Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511251848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.584Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.584Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.584Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "clamp",
  "timestamp": 1654511245223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.584Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.585Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.585Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511252021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:29:10.585Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.585Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.585Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "clamp",
  "timestamp": 1654511245223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.585Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.585Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.585Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "aai-ml",
  "timestamp": 1654511253904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:29:10.585Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.585Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.585Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511253335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.586Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.586Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.586Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "clamp",
  "timestamp": 1654511245223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.586Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.586Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.586Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "aai-ml",
  "timestamp": 1654511254909,
  "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-06-06T10:29:10.591Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e3005af9-e626-48f2-b2dc-af7bf906f4d7
2022-06-06T10:29:10.591Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3005af9-e626-48f2-b2dc-af7bf906f4d7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:29:10.600Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.600Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "clamp",
  "timestamp": 1654511245223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.600Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.600Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.600Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511255183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.600Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.600Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.600Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511256250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:29:10.601Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.601Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.601Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511257254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:29:10.601Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.601Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.601Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511258258,
  "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-06-06T10:29:10.601Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.601Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.601Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511253027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.601Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.601Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.601Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511254106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.602Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.602Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.602Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "cds",
  "timestamp": 1654511257550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.602Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.602Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.602Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511259263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:29:10.602Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.602Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.602Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511253027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.602Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.602Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.602Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511254106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.603Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.604Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.604Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "cds",
  "timestamp": 1654511257550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.604Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.604Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.604Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511260267,
  "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-06-06T10:29:10.604Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.604Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.604Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511259706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.604Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.604Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.604Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511253027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.605Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.605Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.605Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511254106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.605Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.605Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.605Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "cds",
  "timestamp": 1654511257550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.605Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.605Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.605Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511261271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:29:10.605Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.605Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.605Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511259706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.606Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.606Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.606Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511253027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.606Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.606Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.606Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511254106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.606Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.606Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.606Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "cds",
  "timestamp": 1654511257550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.606Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.606Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.606Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511259706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.607Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.607Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.607Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511253027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.607Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.607Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.607Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "cds",
  "timestamp": 1654511257550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.607Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.607Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.607Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511254106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.607Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.607Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.607Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511259706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.608Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.608Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.608Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "clamp",
  "timestamp": 1654511263559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.608Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.608Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.608Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511253027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.608Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.608Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.608Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "cds",
  "timestamp": 1654511257550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.608Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.608Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.609Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511254106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.609Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.609Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.609Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "policy-id",
  "timestamp": 1654511264071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.609Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.609Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.609Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511259706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.609Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.609Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.609Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "aai-ml",
  "timestamp": 1654511264775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.610Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.610Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.610Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511253027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.610Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.610Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.610Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "cds",
  "timestamp": 1654511257550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.610Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.610Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.610Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511254106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.610Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.610Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.610Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "policy-id",
  "timestamp": 1654511264071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.610Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.611Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.611Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511259706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.611Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.611Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.611Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "aai-ml",
  "timestamp": 1654511264775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.611Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.611Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.611Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511253027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.611Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.611Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.611Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "cds",
  "timestamp": 1654511257550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.611Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.612Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.612Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511254106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.612Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.612Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.612Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "policy-id",
  "timestamp": 1654511264071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.612Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.612Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.612Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511259706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.612Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.612Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.612Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "aai-ml",
  "timestamp": 1654511264775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.612Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.613Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.613Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "policy-id",
  "timestamp": 1654511264071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.613Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.613Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.613Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511259706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.613Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.613Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.613Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "clamp",
  "timestamp": 1654511267727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:29:10.613Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.613Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.613Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "aai-ml",
  "timestamp": 1654511264775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.613Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.613Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.614Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "policy-id",
  "timestamp": 1654511264071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.614Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.614Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.614Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511267551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.614Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.614Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.614Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "cds",
  "timestamp": 1654511267653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.614Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.614Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.614Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511269302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.614Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.615Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.615Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "clamp",
  "timestamp": 1654511268731,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:29:10.620Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3005af9-e626-48f2-b2dc-af7bf906f4d7
2022-06-06T10:29:10.621Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3005af9-e626-48f2-b2dc-af7bf906f4d7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:29:10.629Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.629Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "aai-ml",
  "timestamp": 1654511264775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.629Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.630Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.630Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "policy-id",
  "timestamp": 1654511264071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.630Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.630Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.630Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "cds",
  "timestamp": 1654511268900,
  "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-06-06T10:29:10.648Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58fde01a-e1e1-46a3-b6af-df7255c93df1
2022-06-06T10:29:10.648Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58fde01a-e1e1-46a3-b6af-df7255c93df1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:29:10.658Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.658Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "aai-ml",
  "timestamp": 1654511264775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.658Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.658Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.659Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511269441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.659Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.659Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.659Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "policy-id",
  "timestamp": 1654511264071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.659Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.659Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.659Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "aai-ml",
  "timestamp": 1654511264775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.660Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.660Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.660Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "policy-id",
  "timestamp": 1654511264071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.660Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.660Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.660Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "aai-ml",
  "timestamp": 1654511264775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.660Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.660Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.660Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511271151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.660Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.660Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.661Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511273281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:29:10.661Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.661Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.661Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "policy-id",
  "timestamp": 1654511273479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.661Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.661Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.661Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511272174,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:29:10.666Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58fde01a-e1e1-46a3-b6af-df7255c93df1
2022-06-06T10:29:10.666Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58fde01a-e1e1-46a3-b6af-df7255c93df1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:29:10.676Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.677Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "aai-ml",
  "timestamp": 1654511274099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.677Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.677Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.677Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511274289,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:29:10.682Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58fde01a-e1e1-46a3-b6af-df7255c93df1
2022-06-06T10:29:10.683Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58fde01a-e1e1-46a3-b6af-df7255c93df1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:29:10.691Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.692Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "policy-id",
  "timestamp": 1654511274483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:29:10.692Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.692Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.692Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511273177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:29:10.693Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.693Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.693Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "policy-id",
  "timestamp": 1654511275487,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:29:10.698Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58fde01a-e1e1-46a3-b6af-df7255c93df1
2022-06-06T10:29:10.698Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58fde01a-e1e1-46a3-b6af-df7255c93df1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T10:29:10.704Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.705Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "clamp",
  "timestamp": 1654511275223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.705Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.705Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.705Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "clamp",
  "timestamp": 1654511275223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.706Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.706Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.706Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "clamp",
  "timestamp": 1654511275223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.706Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.707Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.707Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "clamp",
  "timestamp": 1654511275223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.707Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.708Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.708Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "clamp",
  "timestamp": 1654511275223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.708Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.708Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.708Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "clamp",
  "timestamp": 1654511275223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.708Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.708Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.708Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "aai-ml",
  "timestamp": 1654511281837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:29:10.708Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:10.708Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.708Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "clamp",
  "timestamp": 1654511275223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:10.709Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.709Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.709Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "aai-ml",
  "timestamp": 1654511282842,
  "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-06-06T10:29:10.713Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 58fde01a-e1e1-46a3-b6af-df7255c93df1
2022-06-06T10:29:10.713Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58fde01a-e1e1-46a3-b6af-df7255c93df1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:29:10.721Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.721Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "clamp",
  "timestamp": 1654511275223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:29:10.722Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:29:10.722Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:29:10.722Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "clamp",
  "timestamp": 1654511288186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:10.722Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:29:12.320Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3005af9-e626-48f2-b2dc-af7bf906f4d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:29:12.333Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3005af9-e626-48f2-b2dc-af7bf906f4d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:29:12.336Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:29:12.336Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:29:12.336Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:29:12.336Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:29:12.336Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:29:12.336Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:29:12.341Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:29:42.341Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3005af9-e626-48f2-b2dc-af7bf906f4d7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:29:42.350Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3005af9-e626-48f2-b2dc-af7bf906f4d7 and serviceModelVersionId: 9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f
2022-06-06T10:29:42.350Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30c55147-9022-4c12-a9f3-1a88a7a506c6
2022-06-06T10:29:42.351Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f?depth=0
2022-06-06T10:29:42.357Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:29:42.388Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-06T10:29:42.389Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f?depth=0|INFO|500||Invoke
2022-06-06T10:29:42.407Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:29:42.437Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:29:42.438Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220606-10:29:42:415-37796], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:29:42 GMT], Content-Type=[application/json]}
2022-06-06T10:29:42.439Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||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/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f","ERR.5.4.6114"]}}}

2022-06-06T10:29:42.443Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=e3005af9-e626-48f2-b2dc-af7bf906f4d7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f) (ec=ERR.5.4.6114)
2022-06-06T10:29:42.444Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e3005af9-e626-48f2-b2dc-af7bf906f4d7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f) (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-06-06T10:29:42.444Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e3005af9-e626-48f2-b2dc-af7bf906f4d7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f) (ec=ERR.5.4.6114)
2022-06-06T10:29:42.444Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=e3005af9-e626-48f2-b2dc-af7bf906f4d7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f) (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-06-06T10:29:42.451Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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-06-06T10:29:42.451Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3005af9-e626-48f2-b2dc-af7bf906f4d7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e3005af9-e626-48f2-b2dc-af7bf906f4d7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f) (ec=ERR.5.4.6114)
2022-06-06T10:29:42.451Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:29:42.451Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:29:42.453Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:29:42.453Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511382451,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de3005af9-e626-48f2-b2dc-af7bf906f4d7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:29:42.553Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:29:42.554Z||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-06-06T10:29:42.554Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:29:42.601Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:42.601Z||pool-208-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:29:43.467Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:29:43.468Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:29:43.468Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:29:47.930Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:47.932Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:29:47.932Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"58fde01a-e1e1-46a3-b6af-df7255c93df1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f4d7e26b-39ea-4360-a1bb-890558ce079f","serviceDescription":"service","serviceInvariantUUID":"7cc6fdad-2bab-4056-bd82-92e3d5d8c5de","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"21b3084e-ac83-4755-984e-2f028d3d9ecb","resourceInvariantUUID":"a20d34df-f743-4489-887b-3a67b0fed99b","resourceCustomizationUUID":"42d7f070-4cea-44df-ae62-09164d931461","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":"YjM1ODBmNzc1MDc5ZTY5ODVmMGViZDI4ZTlmNDk0MTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee96a763-f75c-4ed0-920a-706620b0123f","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":"NDg3ZGRhZDNiYzljNGU3NWZjNDJhMDgwNjJkZTNjZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fcf68238-f3fe-4db9-8912-a7596bf00c39","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":"3b21ac86-01cb-45d5-a953-11ebb6cc4535","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":"1ad918e1-5fb8-4773-9f3d-95f54cd13d00","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":"5f873b19-54b1-4f83-bfd2-5680cde935c2","artifactVersion":"2","generatedFromUUID":"3b21ac86-01cb-45d5-a953-11ebb6cc4535"},{"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":"ZTVmZDEzODM4YTExMDI4YTQ3Zjk4MmFlMTkxNzBlMjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3649db25-776e-4aeb-a98f-c734d1ff2e41","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":"MjU5ZjFjNzI2YzAyY2I5OGVmOTllZDA1MGE1YTEzYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80efdb3d-53de-4ba8-a21f-d33ce93c1a39","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjAxYzAzOTUzMThlNDFjZjFlYjJlMWFlNmIyOGYwMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee081d56-ec0e-4dc3-9131-b427c2428d33","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:29:47.936Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:29:47.936Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:29:47.938Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:29:47.938Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:48.039Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:29:48.040Z||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-06-06T10:29:48.040Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:29:48.058Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:48.058Z||pool-209-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:29:48.939Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:29:48.940Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:29:48.942Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:29:48.942Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:29:49.043Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:29:49.044Z||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-06-06T10:29:49.044Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:29:49.061Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:49.061Z||pool-210-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:29:49.943Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:29:49.944Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:29:49.946Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:29:49.946Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:29:50.046Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:29:50.047Z||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-06-06T10:29:50.048Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:29:50.064Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:50.065Z||pool-211-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:29:50.946Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:29:50.947Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:29:50.950Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:29:50.950Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:51.050Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:29:51.051Z||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-06-06T10:29:51.051Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:29:51.069Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:51.070Z||pool-212-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:29:51.950Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:29:51.951Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:29:51.954Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:29:51.954Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T10:29:52.054Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:29:52.055Z||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-06-06T10:29:52.055Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:29:52.090Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:52.091Z||pool-213-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:29:52.954Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:29:52.955Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:29:52.957Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:29:52.957Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:53.058Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:29:53.059Z||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-06-06T10:29:53.059Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:29:53.078Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:53.078Z||pool-214-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:29:53.958Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:29:53.959Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:29:53.961Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:29:53.961Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:29:54.062Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:29:54.063Z||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-06-06T10:29:54.063Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:29:54.082Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:54.083Z||pool-215-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:29:54.962Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:29:54.963Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:29:54.965Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:29:54.965Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:29:55.065Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:29:55.066Z||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-06-06T10:29:55.066Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:29:55.091Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:55.091Z||pool-216-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:29:55.966Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f4d7e26b-39ea-4360-a1bb-890558ce079f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7cc6fdad-2bab-4056-bd82-92e3d5d8c5de",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "42d7f070-4cea-44df-ae62-09164d931461",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "21b3084e-ac83-4755-984e-2f028d3d9ecb",
      "resourceInvariantUUID": "a20d34df-f743-4489-887b-3a67b0fed99b",
      "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": "NDg3ZGRhZDNiYzljNGU3NWZjNDJhMDgwNjJkZTNjZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fcf68238-f3fe-4db9-8912-a7596bf00c39",
          "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": "3b21ac86-01cb-45d5-a953-11ebb6cc4535",
          "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": "5f873b19-54b1-4f83-bfd2-5680cde935c2",
            "generatedFromUUID": "3b21ac86-01cb-45d5-a953-11ebb6cc4535"
          },
          "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": "5f873b19-54b1-4f83-bfd2-5680cde935c2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MjAxYzAzOTUzMThlNDFjZjFlYjJlMWFlNmIyOGYwMjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ee081d56-ec0e-4dc3-9131-b427c2428d33"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:29:55.966Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:29:55.967Z|e3005af9-e626-48f2-b2dc-af7bf906f4d7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f4d7e26b-39ea-4360-a1bb-890558ce079f ASDC
2022-06-06T10:29:55.967Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:58fde01a-e1e1-46a3-b6af-df7255c93df1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f4d7e26b-39ea-4360-a1bb-890558ce079f
ServiceInvariantUUID:7cc6fdad-2bab-4056-bd82-92e3d5d8c5de
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:ee081d56-ec0e-4dc3-9131-b427c2428d33
ArtifactChecksum:MjAxYzAzOTUzMThlNDFjZjFlYjJlMWFlNmIyOGYwMjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:42d7f070-4cea-44df-ae62-09164d931461
ResourceInvariantUUID:a20d34df-f743-4489-887b-3a67b0fed99b
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:21b3084e-ac83-4755-984e-2f028d3d9ecb
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:fcf68238-f3fe-4db9-8912-a7596bf00c39
ArtifactChecksum:NDg3ZGRhZDNiYzljNGU3NWZjNDJhMDgwNjJkZTNjZDE=
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:3b21ac86-01cb-45d5-a953-11ebb6cc4535
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:5f873b19-54b1-4f83-bfd2-5680cde935c2
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:5f873b19-54b1-4f83-bfd2-5680cde935c2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T10:29:55.968Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f4d7e26b-39ea-4360-a1bb-890558ce079f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:29:56.000Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:29:56.000Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:29:56.001Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:29:56.001Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ee081d56-ec0e-4dc3-9131-b427c2428d33 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-06T10:29:56.001Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:29:56.001Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:56.571Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:29:56.575Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ee081d56-ec0e-4dc3-9131-b427c2428d33 78808
2022-06-06T10:29:56.576Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:56.576Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:56.576Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:29:56.577Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:29:56.579Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:29:56.579Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511396576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:56.679Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:29:56.680Z||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-06-06T10:29:56.680Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:29:56.700Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:56.701Z||pool-217-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:29:57.580Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:29:57.581Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:29:57.582Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ee081d56-ec0e-4dc3-9131-b427c2428d33, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T10:29:57.582Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-06T10:29:57.583Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T10:29:57.583Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T10:29:57.737Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1980303416841536309/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-06T10:29:58.844Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:29:58.844Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:29:58.844Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T10:29:58.844Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T10:29:58.845Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.845Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.845Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.845Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.845Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.845Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.845Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.845Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.845Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.845Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:29:58.845Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:29:58.846Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.846Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:29:58.846Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:29:58.846Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:29:58.846Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:29:58.846Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.846Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:29:58.847Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:29:58.847Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:29:58.847Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:29:58.847Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.847Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:29:58.847Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-06T10:29:58.847Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-06T10:29:58.848Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-06T10:29:58.848Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-06T10:29:58.848Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T10:29:58.848Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:29:58.848Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:29:58.848Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.848Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:29:58.848Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:29:58.849Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:29:58.849Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:29:58.849Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:29:58.849Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:29:58.849Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:29:58.849Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:29:58.849Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:29:58.850Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:29:58.850Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-06T10:29:58.850Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T10:29:58.850Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T10:29:58.850Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ea7c4e64-a7ea-4fbe-9c54-213574b473cb
2022-06-06T10:29:58.850Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:29:58.850Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.850Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:29:58.851Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.851Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:29:58.851Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.851Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:29:58.851Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:58.851Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f4d7e26b-39ea-4360-a1bb-890558ce079f
Model Version:NULL
Model InvariantUuid:7cc6fdad-2bab-4056-bd82-92e3d5d8c5de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f5df5849-e32d-417f-bc00-2a1bd214fe9c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a20d34df-f743-4489-887b-3a67b0fed99b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:42d7f070-4cea-44df-ae62-09164d931461
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b32ca249-2016-4104-97cc-4e832dccee86
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:cdd17f85-4c89-4eff-8106-383fd7f38e34
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ea7c4e64-a7ea-4fbe-9c54-213574b473cb
ModelInvariantUuid:f1986d97-634d-401b-8cf0-cf0c8027980d
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:79f68760-357e-47fc-bbe2-5b2267ec708a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8263d3f9-44cb-462d-96b0-91cc59755305
ModelInvariantUuid:9c090b87-c7c8-4475-ad5b-0c7b7ef7998d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:8bf3edf5-9a2d-448f-83cc-dcfd18ef6dd8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:29:58.858Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 21b3084e-ac83-4755-984e-2f028d3d9ecb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:29:58.861Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-06-06T10:29:58.861Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 21b3084e-ac83-4755-984e-2f028d3d9ecb
2022-06-06T10:29:58.862Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fcf68238-f3fe-4db9-8912-a7596bf00c39 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-06T10:29:58.862Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:29:58.862Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:59.224Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:29:59.224Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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 fcf68238-f3fe-4db9-8912-a7596bf00c39 792
2022-06-06T10:29:59.225Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:59.225Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:29:59.225Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:29:59.225Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:29:59.227Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:29:59.227Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511399224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:29:59.327Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:29:59.328Z||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-06-06T10:29:59.328Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:29:59.351Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:59.352Z||pool-218-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:00.227Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b32ca249-2016-4104-97cc-4e832dccee86",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cdd17f85-4c89-4eff-8106-383fd7f38e34",
    "vfModuleModelCustomizationUUID": "2b68d540-105e-4ab2-b00d-7e3afdd74aad",
    "isBase": true,
    "artifacts": [
      "3b21ac86-01cb-45d5-a953-11ebb6cc4535",
      "5f873b19-54b1-4f83-bfd2-5680cde935c2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T10:30:00.232Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cdd17f85-4c89-4eff-8106-383fd7f38e34
VfModuleModelInvariantUUID:b32ca249-2016-4104-97cc-4e832dccee86
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b21ac86-01cb-45d5-a953-11ebb6cc4535
,
5f873b19-54b1-4f83-bfd2-5680cde935c2

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

isBase:true


}

2022-06-06T10:30:00.235Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b32ca249-2016-4104-97cc-4e832dccee86",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cdd17f85-4c89-4eff-8106-383fd7f38e34",
    "vfModuleModelCustomizationUUID": "2b68d540-105e-4ab2-b00d-7e3afdd74aad",
    "isBase": true,
    "artifacts": [
      "3b21ac86-01cb-45d5-a953-11ebb6cc4535",
      "5f873b19-54b1-4f83-bfd2-5680cde935c2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T10:30:00.236Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cdd17f85-4c89-4eff-8106-383fd7f38e34
VfModuleModelInvariantUUID:b32ca249-2016-4104-97cc-4e832dccee86
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b21ac86-01cb-45d5-a953-11ebb6cc4535
,
5f873b19-54b1-4f83-bfd2-5680cde935c2

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

isBase:true


}

2022-06-06T10:30:00.236Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3b21ac86-01cb-45d5-a953-11ebb6cc4535 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-06T10:30:00.236Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:30:00.236Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:00.632Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:30:00.632Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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 3b21ac86-01cb-45d5-a953-11ebb6cc4535 5033
2022-06-06T10:30:00.633Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:00.633Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:00.633Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:30:00.634Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:00.636Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:00.636Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511400633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:30:00.736Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:30:00.737Z||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-06-06T10:30:00.737Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:00.757Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:00.757Z||pool-219-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:01.637Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5f873b19-54b1-4f83-bfd2-5680cde935c2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-06T10:30:01.638Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:30:01.638Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:02.036Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:30:02.037Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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 5f873b19-54b1-4f83-bfd2-5680cde935c2 903
2022-06-06T10:30:02.038Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:02.038Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:02.038Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:30:02.039Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:02.041Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:02.041Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511402038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:30:02.141Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:30:02.142Z||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-06-06T10:30:02.142Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:02.160Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:02.160Z||pool-220-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:03.042Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f4d7e26b-39ea-4360-a1bb-890558ce079f
2022-06-06T10:30:03.043Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 21b3084e-ac83-4755-984e-2f028d3d9ecb ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:30:03.058Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3096b399, org.onap.sdc.toscaparser.api.parameters.Input@1da951f2, org.onap.sdc.toscaparser.api.parameters.Input@7ffc9190, org.onap.sdc.toscaparser.api.parameters.Input@1da93ed1, org.onap.sdc.toscaparser.api.parameters.Input@18a64c86]
2022-06-06T10:30:03.060Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:03.061Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:03.061Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:30:03.061Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 42d7f070-4cea-44df-ae62-09164d931461
2022-06-06T10:30:03.061Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42d7f070-4cea-44df-ae62-09164d931461 matches Tosca VF Customization UUID: 42d7f070-4cea-44df-ae62-09164d931461
2022-06-06T10:30:03.061Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 42d7f070-4cea-44df-ae62-09164d931461  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T10:30:03.064Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:03.064Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:03.065Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 42d7f070-4cea-44df-ae62-09164d931461: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-06-06T10:30:03.065Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37232a
2022-06-06T10:30:03.065Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:03.066Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:03.066Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2b68d540-105e-4ab2-b00d-7e3afdd74aad
2022-06-06T10:30:03.066Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2b68d540-105e-4ab2-b00d-7e3afdd74aad
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T10:30:03.068Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:03.069Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:30:03.069Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:30:03.069Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:03.069Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:30:03.070Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:30:03.070Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:03.070Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-06T10:30:03.070Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T10:30:03.071Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T10:30:03.071Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ea7c4e64-a7ea-4fbe-9c54-213574b473cb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:30:03.073Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:03.074Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:30:03.074Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:30:03.074Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:03.074Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:30:03.075Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=42d7f070-4cea-44df-ae62-09164d931461
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:30:03.076Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:03.077Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:03.077Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f4d7e26b-39ea-4360-a1bb-890558ce079f: basic_vm_macro
2022-06-06T10:30:03.077Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:03.077Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:03.077Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:03.078Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:03.078Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:03.078Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:03.079Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:03.079Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:03.079Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:03.079Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:03.080Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:03.168Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 21b3084e-ac83-4755-984e-2f028d3d9ecb 1 ASDC deployResourceStructure
2022-06-06T10:30:03.169Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:03.169Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:03.170Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:30:03.170Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:03.171Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:03.172Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511403169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:30:03.272Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:30:03.273Z||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-06-06T10:30:03.273Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:03.305Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:03.306Z||pool-221-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:04.173Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:04.173Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:04.173Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:30:04.174Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:04.176Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:04.176Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511404172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:30:04.276Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:30:04.277Z||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-06-06T10:30:04.278Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:04.296Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:04.296Z||pool-222-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:05.178Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:05.178Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:05.178Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:30:05.179Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:05.181Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:05.181Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511405177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:30:05.282Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:30:05.282Z||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-06-06T10:30:05.283Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:05.300Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:05.301Z||pool-223-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:06.182Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:06.183Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:06.184Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:30:06.185Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:06.187Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:06.188Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511406182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:30:06.288Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:30:06.289Z||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-06-06T10:30:06.289Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:06.306Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:06.307Z||pool-224-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:07.189Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58fde01a-e1e1-46a3-b6af-df7255c93df1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:30:07.198Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58fde01a-e1e1-46a3-b6af-df7255c93df1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:30:07.201Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:30:07.201Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:30:07.201Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:30:07.201Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:30:07.202Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:30:07.202Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:07.206Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:30:10.447Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:30:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:30:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:10.493Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:10.494Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:30:10.494Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "clamp",
  "timestamp": 1654511290567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:30:10.495Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:30:37.208Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58fde01a-e1e1-46a3-b6af-df7255c93df1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:30:37.217Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58fde01a-e1e1-46a3-b6af-df7255c93df1 and serviceModelVersionId: f4d7e26b-39ea-4360-a1bb-890558ce079f
2022-06-06T10:30:37.218Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7cc6fdad-2bab-4056-bd82-92e3d5d8c5de
2022-06-06T10:30:37.218Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f?depth=0
2022-06-06T10:30:37.223Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:30:37.270Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f?depth=0|INFO|500||Invoke
2022-06-06T10:30:37.271Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[58fde01a-e1e1-46a3-b6af-df7255c93df1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6cc6d28c-1c33-4a96-be78-33f4382b86bb], X-ECOMP-RequestID=[58fde01a-e1e1-46a3-b6af-df7255c93df1], X-TransactionId=[], X-ONAP-RequestID=[58fde01a-e1e1-46a3-b6af-df7255c93df1], Content-Type=[application/merge-patch+json]}
2022-06-06T10:30:37.289Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:30:37.338Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f?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/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-10:30:37:297-63599], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:30:37 GMT], Content-Type=[application/json]}
2022-06-06T10:30:37.339Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f?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/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f","ERR.5.4.6114"]}}}

2022-06-06T10:30:37.341Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:30:37.346Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=58fde01a-e1e1-46a3-b6af-df7255c93df1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f) (ec=ERR.5.4.6114)
2022-06-06T10:30:37.348Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=58fde01a-e1e1-46a3-b6af-df7255c93df1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f) (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-06-06T10:30:37.349Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=58fde01a-e1e1-46a3-b6af-df7255c93df1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f) (ec=ERR.5.4.6114)
2022-06-06T10:30:37.349Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=58fde01a-e1e1-46a3-b6af-df7255c93df1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f) (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-06-06T10:30:37.356Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|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-06-06T10:30:37.357Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58fde01a-e1e1-46a3-b6af-df7255c93df1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=58fde01a-e1e1-46a3-b6af-df7255c93df1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f) (ec=ERR.5.4.6114)
2022-06-06T10:30:37.357Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:30:37.357Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:37.360Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:37.360Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511437357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d58fde01a-e1e1-46a3-b6af-df7255c93df1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:30:37.460Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:30:37.461Z||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-06-06T10:30:37.461Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:37.492Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:37.493Z||pool-225-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:30:38.376Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:30:38.376Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3fab1be9-7397-402d-ab3d-6f494be01fdb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"495855c8-5107-409e-b03a-a5398e9eba96","serviceDescription":"service","serviceInvariantUUID":"a0b2de1b-230f-4a6c-992c-a6263286ec12","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b09ff6c5-cf19-40a2-9e4e-458090489bcc","resourceInvariantUUID":"4f844b96-b839-488e-b0bf-ed92f0f96958","resourceCustomizationUUID":"738d6e89-74d7-4355-9367-b4177cc53081","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZDZkY2IxOTM0NmJjMTBjZjY3OGM5ZWI2MWRiMzBlMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f28b13c-fa1d-4c29-aa33-0fc4467b287b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"92a04654-26f8-4108-adab-d1c4016c232e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"58580648-fd26-4184-9c35-c1070589b2d7","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MjBlYTgyOWNlODlhY2Y0NDc4Mzc2ZjA0MDVhZDY3Mzc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4bc8b32b-4d69-4740-be41-b75e218c2a9d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f671f54a-8817-446c-9acb-f5724be17cab","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"290ddc7d-8b5a-4272-aa07-b98ae5d3e113","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a15fe734-04b0-45fd-ace2-af147fa554ab","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NmMxOWFhNzIwYzI5ZDIxZTEyZTRiOTgyMWZiMTUxNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4550afc8-8c45-4efe-ad64-3916461b519c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDdiOTU2MTQ5ZGUzZGUyN2Y5MmQ5NGM5YjgzNTdkNjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e26aa7bd-61de-4a88-a115-47ba13cdfa7e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:30:38.378Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:30:38.378Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:38.380Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:38.380Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:30:38.481Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:30:38.482Z||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-06-06T10:30:38.482Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:38.500Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:38.500Z||pool-226-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:30:39.381Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:30:39.382Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:39.385Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:39.385Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:30:39.486Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:30:39.487Z||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-06-06T10:30:39.487Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:39.504Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:39.505Z||pool-227-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:30:40.386Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:30:40.387Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:40.389Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:40.389Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:30:40.489Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:30:40.490Z||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-06-06T10:30:40.490Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:40.513Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:40.513Z||pool-228-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:41.390Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:30:41.391Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:41.394Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:41.394Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:30:41.494Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:30:41.495Z||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-06-06T10:30:41.495Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:41.514Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:41.515Z||pool-229-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:42.394Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:30:42.395Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:42.398Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:42.398Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:30:42.498Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:30:42.499Z||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-06-06T10:30:42.499Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:42.519Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:42.520Z||pool-230-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:43.398Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:30:43.399Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:43.402Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:43.402Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:30:43.503Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:30:43.504Z||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-06-06T10:30:43.504Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:43.520Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:43.521Z||pool-231-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:44.404Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:30:44.404Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:44.407Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:44.407Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:30:44.507Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:30:44.508Z||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-06-06T10:30:44.508Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:44.536Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:44.537Z||pool-232-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:45.408Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:30:45.409Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:45.411Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:45.411Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:30:45.512Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:30:45.513Z||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-06-06T10:30:45.513Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:45.537Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:45.538Z||pool-233-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:46.412Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:30:46.413Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:46.415Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:46.415Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:30:46.515Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:30:46.516Z||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-06-06T10:30:46.516Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:46.548Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:46.549Z||pool-234-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:47.417Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "495855c8-5107-409e-b03a-a5398e9eba96",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a0b2de1b-230f-4a6c-992c-a6263286ec12",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "738d6e89-74d7-4355-9367-b4177cc53081",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b09ff6c5-cf19-40a2-9e4e-458090489bcc",
      "resourceInvariantUUID": "4f844b96-b839-488e-b0bf-ed92f0f96958",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "MDdiOTU2MTQ5ZGUzZGUyN2Y5MmQ5NGM5YjgzNTdkNjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e26aa7bd-61de-4a88-a115-47ba13cdfa7e"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:30:47.417Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:30:47.417Z|58fde01a-e1e1-46a3-b6af-df7255c93df1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 495855c8-5107-409e-b03a-a5398e9eba96 ASDC
2022-06-06T10:30:47.418Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3fab1be9-7397-402d-ab3d-6f494be01fdb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:495855c8-5107-409e-b03a-a5398e9eba96
ServiceInvariantUUID:a0b2de1b-230f-4a6c-992c-a6263286ec12
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:e26aa7bd-61de-4a88-a115-47ba13cdfa7e
ArtifactChecksum:MDdiOTU2MTQ5ZGUzZGUyN2Y5MmQ5NGM5YjgzNTdkNjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:738d6e89-74d7-4355-9367-b4177cc53081
ResourceInvariantUUID:4f844b96-b839-488e-b0bf-ed92f0f96958
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:b09ff6c5-cf19-40a2-9e4e-458090489bcc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-06T10:30:47.418Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 495855c8-5107-409e-b03a-a5398e9eba96 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:30:47.462Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:30:47.462Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:30:47.462Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:30:47.463Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e26aa7bd-61de-4a88-a115-47ba13cdfa7e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T10:30:47.463Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:30:47.463Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T10:30:48.136Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:30:48.142Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e26aa7bd-61de-4a88-a115-47ba13cdfa7e 105664
2022-06-06T10:30:48.142Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-06T10:30:48.142Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T10:30:48.142Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:30:48.142Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:48.145Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:48.145Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511448142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:30:48.245Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:30:48.246Z||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-06-06T10:30:48.246Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:48.267Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:48.268Z||pool-235-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:49.145Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:30:49.147Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:30:49.147Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e26aa7bd-61de-4a88-a115-47ba13cdfa7e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T10:30:49.147Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-06T10:30:49.148Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T10:30:49.148Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T10:30:49.268Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12797073779989704376/Definitions/service-TestPnfMacro-template.yml
2022-06-06T10:30:50.196Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:30:50.197Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:30:50.197Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T10:30:50.197Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T10:30:50.197Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|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-TestPnfMacro-csar.csar
2022-06-06T10:30:50.197Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|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-TestPnfMacro-csar.csar
2022-06-06T10:30:50.198Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T10:30:50.198Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|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-TestPnfMacro-csar.csar
2022-06-06T10:30:50.198Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|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-TestPnfMacro-csar.csar
2022-06-06T10:30:50.198Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|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-TestPnfMacro-csar.csar
2022-06-06T10:30:50.198Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|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-TestPnfMacro-csar.csar
2022-06-06T10:30:50.198Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:30:50.199Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:50.199Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:30:50.199Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-06T10:30:50.199Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:30:50.199Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:30:50.200Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:50.200Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:30:50.200Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-06T10:30:50.200Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:30:50.200Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:30:50.200Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:50.201Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:30:50.201Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:50.201Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:30:50.201Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:50.201Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:30:50.201Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:50.202Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:30:50.202Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:50.202Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:30:50.202Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:495855c8-5107-409e-b03a-a5398e9eba96
Model Version:NULL
Model InvariantUuid:a0b2de1b-230f-4a6c-992c-a6263286ec12
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:30:50.211Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: b09ff6c5-cf19-40a2-9e4e-458090489bcc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:30:50.214Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-06-06T10:30:50.214Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b09ff6c5-cf19-40a2-9e4e-458090489bcc
2022-06-06T10:30:50.214Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 495855c8-5107-409e-b03a-a5398e9eba96
2022-06-06T10:30:50.214Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 495855c8-5107-409e-b03a-a5398e9eba96
2022-06-06T10:30:50.214Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 b09ff6c5-cf19-40a2-9e4e-458090489bcc ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:30:50.219Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76444aae, org.onap.sdc.toscaparser.api.parameters.Input@10c6d752, org.onap.sdc.toscaparser.api.parameters.Input@291a1a5a, org.onap.sdc.toscaparser.api.parameters.Input@52fc353e, org.onap.sdc.toscaparser.api.parameters.Input@6b914f5]
2022-06-06T10:30:50.220Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:50.220Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:30:50.220Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 495855c8-5107-409e-b03a-a5398e9eba96: test-pnf
2022-06-06T10:30:50.221Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||Processing PNF resource: b09ff6c5-cf19-40a2-9e4e-458090489bcc
2022-06-06T10:30:50.221Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:30:50.221Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:30:50.221Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||Resource customization UUID: 738d6e89-74d7-4355-9367-b4177cc53081 is the same as notified resource customizationUUID: 738d6e89-74d7-4355-9367-b4177cc53081
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-06T10:30:50.257Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf b09ff6c5-cf19-40a2-9e4e-458090489bcc 0 ASDC deployResourceStructure
2022-06-06T10:30:50.257Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-06T10:30:50.257Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T10:30:50.257Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:30:50.258Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:30:50.260Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:30:50.260Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511450257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:30:50.361Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:30:50.362Z||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-06-06T10:30:50.362Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:30:50.391Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:50.392Z||pool-236-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:30:51.261Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fab1be9-7397-402d-ab3d-6f494be01fdb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:30:51.273Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fab1be9-7397-402d-ab3d-6f494be01fdb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:30:51.275Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:30:51.275Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:30:51.276Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:31:10.447Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:31:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:31:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:31:10.490Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:31:10.492Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.492Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "clamp",
  "timestamp": 1654511291572,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:31:10.499Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58fde01a-e1e1-46a3-b6af-df7255c93df1
2022-06-06T10:31:10.500Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58fde01a-e1e1-46a3-b6af-df7255c93df1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:31:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "clamp",
  "timestamp": 1654511335224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.509Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "clamp",
  "timestamp": 1654511335224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511339706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.510Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "clamp",
  "timestamp": 1654511335224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511339706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "clamp",
  "timestamp": 1654511335224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.511Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511339706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "clamp",
  "timestamp": 1654511335224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.512Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511339706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "cds",
  "timestamp": 1654511342629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.513Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511344106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.514Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.514Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.514Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "policy-id",
  "timestamp": 1654511344071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.514Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.514Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.515Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "clamp",
  "timestamp": 1654511335224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.515Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.515Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.515Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511339706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.515Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.515Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.515Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "cds",
  "timestamp": 1654511342629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.516Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.516Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.516Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511344106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.516Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.516Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.516Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "policy-id",
  "timestamp": 1654511344071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.517Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.517Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.517Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "clamp",
  "timestamp": 1654511335224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.517Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.517Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.517Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511339706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.517Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.517Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.518Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "cds",
  "timestamp": 1654511342629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.518Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.518Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.518Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511344106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.518Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.518Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.518Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "policy-id",
  "timestamp": 1654511344071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.519Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.519Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.519Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "clamp",
  "timestamp": 1654511335224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.519Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.519Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.519Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511339706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:31:10.519Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.519Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.520Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "cds",
  "timestamp": 1654511342629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.520Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.520Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.520Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511344106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.520Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.520Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.520Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "policy-id",
  "timestamp": 1654511344071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.521Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.521Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.521Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "clamp",
  "timestamp": 1654511335224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:31:10.521Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.521Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.521Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511339706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.521Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.522Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.522Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "cds",
  "timestamp": 1654511342629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.522Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.522Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.522Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511344106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.522Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.522Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.522Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "policy-id",
  "timestamp": 1654511344071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.523Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.523Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.523Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511346937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.523Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.523Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.523Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511339706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.523Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.524Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.524Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "cds",
  "timestamp": 1654511342629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.524Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.524Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.524Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511344106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.524Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.524Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.524Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "policy-id",
  "timestamp": 1654511344071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.525Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.525Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.525Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511346937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.525Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.525Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.525Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "cds",
  "timestamp": 1654511342629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.525Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.526Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.526Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511344106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.533Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.533Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.533Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "policy-id",
  "timestamp": 1654511344071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.533Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:10.534Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:31:10.534Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511346937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:31:10.534Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:31:21.276Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fab1be9-7397-402d-ab3d-6f494be01fdb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:31:21.290Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fab1be9-7397-402d-ab3d-6f494be01fdb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:31:21.293Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:31:21.293Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:31:21.293Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:31:51.294Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fab1be9-7397-402d-ab3d-6f494be01fdb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:31:51.311Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fab1be9-7397-402d-ab3d-6f494be01fdb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:31:51.314Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:31:51.314Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:31:51.314Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:32:10.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:32:10.449Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:32:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:32:10.497Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:32:10.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "cds",
  "timestamp": 1654511342629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511344106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "policy-id",
  "timestamp": 1654511344071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511346937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511351654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:32:10.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "cds",
  "timestamp": 1654511342629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:32:10.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511344106,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:32:10.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "policy-id",
  "timestamp": 1654511344071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:32:10.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511346937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511352673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:32:10.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511346937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "clamp",
  "timestamp": 1654511353573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:32:10.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511353676,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:32:10.510Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3fab1be9-7397-402d-ab3d-6f494be01fdb
2022-06-06T10:32:10.511Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fab1be9-7397-402d-ab3d-6f494be01fdb and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:32:10.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "cds",
  "timestamp": 1654511353048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:32:10.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "policy-id",
  "timestamp": 1654511354388,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:32:10.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511354689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:32:10.522Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511346937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "policy-id",
  "timestamp": 1654511355393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:32:10.523Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "aai-ml",
  "timestamp": 1654511354775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "cds",
  "timestamp": 1654511354277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:32:10.529Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3fab1be9-7397-402d-ab3d-6f494be01fdb
2022-06-06T10:32:10.529Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fab1be9-7397-402d-ab3d-6f494be01fdb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:32:10.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511346937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "aai-ml",
  "timestamp": 1654511354775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "policy-id",
  "timestamp": 1654511356395,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:32:10.546Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fab1be9-7397-402d-ab3d-6f494be01fdb
2022-06-06T10:32:10.546Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fab1be9-7397-402d-ab3d-6f494be01fdb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:32:10.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511346937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:32:10.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "clamp",
  "timestamp": 1654511356575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:32:10.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511357467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:32:10.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "aai-ml",
  "timestamp": 1654511354775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "clamp",
  "timestamp": 1654511357579,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:32:10.562Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3fab1be9-7397-402d-ab3d-6f494be01fdb
2022-06-06T10:32:10.563Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fab1be9-7397-402d-ab3d-6f494be01fdb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:32:10.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511358478,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:32:10.576Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3fab1be9-7397-402d-ab3d-6f494be01fdb
2022-06-06T10:32:10.576Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fab1be9-7397-402d-ab3d-6f494be01fdb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:32:10.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "aai-ml",
  "timestamp": 1654511354775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "aai-ml",
  "timestamp": 1654511354775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "aai-ml",
  "timestamp": 1654511354775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "aai-ml",
  "timestamp": 1654511354775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "aai-ml",
  "timestamp": 1654511354775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "aai-ml",
  "timestamp": 1654511354775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:32:10.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "aai-ml",
  "timestamp": 1654511365733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:32:10.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "aai-ml",
  "timestamp": 1654511371411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:32:10.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "aai-ml",
  "timestamp": 1654511372416,
  "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-06-06T10:32:10.596Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3fab1be9-7397-402d-ab3d-6f494be01fdb
2022-06-06T10:32:10.596Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fab1be9-7397-402d-ab3d-6f494be01fdb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:32:10.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3005af9-e626-48f2-b2dc-af7bf906f4d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511382451,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de3005af9-e626-48f2-b2dc-af7bf906f4d7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30c55147-9022-4c12-a9f3-1a88a7a506c6/model-vers/model-ver/9ca10cf4-048d-448e-afc3-8c3c7ca2fb3f) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:32:10.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:32:10.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:32:10.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T10:32:10.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:10.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:32:10.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:32:10.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511396576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:32:10.609Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511399224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:32:10.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511400633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:32:10.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511402038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:32:10.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511403169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:32:10.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511404172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:32:10.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511405177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:32:10.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:10.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:32:10.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511406182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:32:10.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:32:21.314Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fab1be9-7397-402d-ab3d-6f494be01fdb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:32:21.335Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fab1be9-7397-402d-ab3d-6f494be01fdb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:32:21.337Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:32:21.338Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:32:21.338Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:32:21.338Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:32:21.338Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:32:21.338Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:32:21.338Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|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-06-06T10:32:21.346Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:32:51.347Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3fab1be9-7397-402d-ab3d-6f494be01fdb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:32:51.355Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3fab1be9-7397-402d-ab3d-6f494be01fdb and serviceModelVersionId: 495855c8-5107-409e-b03a-a5398e9eba96
2022-06-06T10:32:51.355Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0b2de1b-230f-4a6c-992c-a6263286ec12
2022-06-06T10:32:51.358Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96?depth=0
2022-06-06T10:32:51.366Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:32:51.433Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96?depth=0|INFO|500||Invoke
2022-06-06T10:32:51.434Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3fab1be9-7397-402d-ab3d-6f494be01fdb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bdb81f0d-0ccc-4f4b-a94b-d92ba1fbf028], X-ECOMP-RequestID=[3fab1be9-7397-402d-ab3d-6f494be01fdb], X-TransactionId=[], X-ONAP-RequestID=[3fab1be9-7397-402d-ab3d-6f494be01fdb], Content-Type=[application/merge-patch+json]}
2022-06-06T10:32:51.465Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:32:51.538Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96?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/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-10:32:51:473-33269], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:32:51 GMT], Content-Type=[application/json]}
2022-06-06T10:32:51.539Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96?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/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96","ERR.5.4.6114"]}}}

2022-06-06T10:32:51.540Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:32:51.554Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=3fab1be9-7397-402d-ab3d-6f494be01fdb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96) (ec=ERR.5.4.6114)
2022-06-06T10:32:51.555Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3fab1be9-7397-402d-ab3d-6f494be01fdb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96) (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-06-06T10:32:51.555Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3fab1be9-7397-402d-ab3d-6f494be01fdb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96) (ec=ERR.5.4.6114)
2022-06-06T10:32:51.555Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=3fab1be9-7397-402d-ab3d-6f494be01fdb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96) (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-06-06T10:32:51.563Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|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-06-06T10:32:51.563Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3fab1be9-7397-402d-ab3d-6f494be01fdb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3fab1be9-7397-402d-ab3d-6f494be01fdb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96) (ec=ERR.5.4.6114)
2022-06-06T10:32:51.563Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:32:51.564Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:32:51.567Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:32:51.568Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511571563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d3fab1be9-7397-402d-ab3d-6f494be01fdb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:32:51.668Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:32:51.669Z||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-06-06T10:32:51.669Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:32:51.695Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:32:51.695Z||pool-237-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:32:52.582Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:32:52.584Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:32:52.584Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:32:57.036Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:32:57.037Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:32:57.037Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1","serviceName":"Demo_pNF_EZAQBOQBeZ3EE8dgfD4c","serviceVersion":"1.0","serviceUUID":"02ef7808-878a-4c02-a614-f52a5ef41add","serviceDescription":"catalog service description","serviceInvariantUUID":"94008eb2-0369-46de-8bf0-9e08aa81fc02","resources":[{"resourceInstanceName":"pNF 667ded02-4c53 0","resourceName":"pNF 667ded02-4c53","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"606eb3ef-6d33-4894-8c5e-6ad62cf6dbc0","resourceInvariantUUID":"ed2a6b9b-b925-4494-94ae-15250c2dbb8a","resourceCustomizationUUID":"23c8dc6a-a2ac-4a0d-92d2-e33fdb8797c1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vf-license-model.xml","artifactChecksum":"ZmZkNzVjODM4MGY5Y2E5OTQ1ZDdhZDEzYTkxYWM3NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"020ee941-212c-4494-984e-fc184a5908b1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/pNF.csar","artifactChecksum":"NjdhMDI4NzczYjFhN2IxNjFkM2EyNDI0ZmVjZjc4ZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"849140c6-2bca-4bba-985c-b43f7d6e7a56","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfddd68b-b1b8-4af7-8623-ec7b5fcada77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vendor-license-model.xml","artifactChecksum":"ZWJmMWQyZjhjOWQwYWZmMWI0MzllN2Q0YjkwMzU1MzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"626f59ff-8d61-44b4-9cfa-4421419e136a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de5d3cb9-0879-49f4-9892-103eed01f162","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d2009dd-e507-4607-9491-9b603cc8d5dc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEzaqboqbez3ee8dgfd4c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-template.yml","artifactChecksum":"MjE0MWVhMDIwYWIxNzZiMmNhNzkyYzVhMGE1ZjgxNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e4aac4b4-b1df-4ad8-9234-fe7cbaedfa01","artifactVersion":"1"},{"artifactName":"service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar","artifactChecksum":"ZGZjMzZmMWJjNzExNzUxZDU1NmM3NzU5NWEyYzc3ZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9a58098a-0aa1-4d04-a092-ead49deb45ac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:32:57.039Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:32:57.040Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:32:57.042Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:32:57.042Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:57.142Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:32:57.143Z||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-06-06T10:32:57.144Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:32:57.161Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:32:57.161Z||pool-238-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:32:58.043Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:32:58.044Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:32:58.047Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:32:58.047Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:58.148Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:32:58.148Z||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-06-06T10:32:58.149Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:32:58.191Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:32:58.192Z||pool-239-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:32:59.048Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:32:59.049Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:32:59.053Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:32:59.053Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:32:59.153Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:32:59.154Z||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-06-06T10:32:59.154Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:32:59.180Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:32:59.181Z||pool-240-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:33:00.054Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:33:00.054Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:33:00.056Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:33:00.057Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:33:00.157Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:33:00.158Z||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-06-06T10:33:00.158Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:33:00.186Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:33:00.187Z||pool-241-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:33:01.058Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:33:01.059Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:33:01.061Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:33:01.062Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:33:01.162Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:33:01.163Z||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-06-06T10:33:01.163Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:33:01.179Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:33:01.180Z||pool-242-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:33:02.062Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:33:02.063Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:33:02.065Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:33:02.065Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:33:02.165Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:33:02.166Z||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-06-06T10:33:02.166Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:33:02.181Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:33:02.181Z||pool-243-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:33:03.065Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:33:03.066Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:33:03.069Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:33:03.070Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:33:03.170Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:33:03.171Z||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-06-06T10:33:03.171Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:33:03.188Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:33:03.188Z||pool-244-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:33:04.070Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:33:04.070Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:33:04.073Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:33:04.073Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:33:04.173Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:33:04.174Z||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-06-06T10:33:04.174Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:33:04.196Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:33:04.197Z||pool-245-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:33:05.074Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "serviceName": "Demo_pNF_EZAQBOQBeZ3EE8dgfD4c",
  "serviceVersion": "1.0",
  "serviceUUID": "02ef7808-878a-4c02-a614-f52a5ef41add",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "94008eb2-0369-46de-8bf0-9e08aa81fc02",
  "resources": [
    {
      "resourceInstanceName": "pNF 667ded02-4c53 0",
      "resourceCustomizationUUID": "23c8dc6a-a2ac-4a0d-92d2-e33fdb8797c1",
      "resourceName": "pNF 667ded02-4c53",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "606eb3ef-6d33-4894-8c5e-6ad62cf6dbc0",
      "resourceInvariantUUID": "ed2a6b9b-b925-4494-94ae-15250c2dbb8a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
      "artifactChecksum": "ZGZjMzZmMWJjNzExNzUxZDU1NmM3NzU5NWEyYzc3ZWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9a58098a-0aa1-4d04-a092-ead49deb45ac"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:33:05.074Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:33:05.074Z|3fab1be9-7397-402d-ab3d-6f494be01fdb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 02ef7808-878a-4c02-a614-f52a5ef41add ASDC
2022-06-06T10:33:05.075Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
ServiceName:Demo_pNF_EZAQBOQBeZ3EE8dgfD4c
ServiceVersion:1.0
ServiceUUID:02ef7808-878a-4c02-a614-f52a5ef41add
ServiceInvariantUUID:94008eb2-0369-46de-8bf0-9e08aa81fc02
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
ArtifactUUID:9a58098a-0aa1-4d04-a092-ead49deb45ac
ArtifactChecksum:ZGZjMzZmMWJjNzExNzUxZDU1NmM3NzU5NWEyYzc3ZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 667ded02-4c53 0
ResourceCustomizationUUID:23c8dc6a-a2ac-4a0d-92d2-e33fdb8797c1
ResourceInvariantUUID:ed2a6b9b-b925-4494-94ae-15250c2dbb8a
ResourceName:pNF 667ded02-4c53
ResourceType:PNF
ResourceUUID:606eb3ef-6d33-4894-8c5e-6ad62cf6dbc0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-06T10:33:05.075Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02ef7808-878a-4c02-a614-f52a5ef41add ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:33:05.102Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:33:05.103Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:33:05.103Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:33:05.103Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9a58098a-0aa1-4d04-a092-ead49deb45ac from URL: /sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:05.103Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:33:05.104Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:06.429Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:33:06.433Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar 9a58098a-0aa1-4d04-a092-ead49deb45ac 82655
2022-06-06T10:33:06.433Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar ASDC sendASDCNotification
2022-06-06T10:33:06.433Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:06.433Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:33:06.434Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:33:06.436Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:33:06.436Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511586433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:33:06.536Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:33:06.537Z||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-06-06T10:33:06.538Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:33:06.564Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:33:06.565Z||pool-246-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:33:07.438Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:33:07.440Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:33:07.441Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9a58098a-0aa1-4d04-a092-ead49deb45ac, URL: /sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar to file: /app/ASDC/1/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:07.441Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:07.442Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:07.442Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:07.611Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12346227990333314489/Definitions/service-DemoPnfEzaqboqbez3ee8dgfd4c-template.yml
2022-06-06T10:33:08.361Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:33:08.362Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:33:08.362Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:08.362Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T10:33:08.362Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:08.362Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:08.362Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:08.362Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:08.362Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:08.362Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:08.362Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 667ded02-4c53 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-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:08.363Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:33:08.363Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:33:08.363Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_EZAQBOQBeZ3EE8dgfD4c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:33:08.363Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Node template pNF 667ded02-4c53 0 is matching search criteria
2022-06-06T10:33:08.363Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:33:08.363Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 667ded02-4c53 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:33:08.364Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:33:08.364Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_EZAQBOQBeZ3EE8dgfD4c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:33:08.364Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Node template pNF 667ded02-4c53 0 is matching search criteria
2022-06-06T10:33:08.364Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:33:08.364Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 667ded02-4c53 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:33:08.364Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:33:08.364Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_EZAQBOQBeZ3EE8dgfD4c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:33:08.364Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:33:08.364Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_EZAQBOQBeZ3EE8dgfD4c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:33:08.365Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:33:08.365Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_EZAQBOQBeZ3EE8dgfD4c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:33:08.365Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:33:08.365Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_EZAQBOQBeZ3EE8dgfD4c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:33:08.365Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:33:08.365Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_EZAQBOQBeZ3EE8dgfD4c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:33:08.365Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_EZAQBOQBeZ3EE8dgfD4c
Description:catalog service description
Model UUID:02ef7808-878a-4c02-a614-f52a5ef41add
Model Version:NULL
Model InvariantUuid:94008eb2-0369-46de-8bf0-9e08aa81fc02
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:33:08.372Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 606eb3ef-6d33-4894-8c5e-6ad62cf6dbc0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:33:08.375Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||pNF 667ded02-4c53 0
2022-06-06T10:33:08.376Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 606eb3ef-6d33-4894-8c5e-6ad62cf6dbc0
2022-06-06T10:33:08.376Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 02ef7808-878a-4c02-a614-f52a5ef41add
2022-06-06T10:33:08.376Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 02ef7808-878a-4c02-a614-f52a5ef41add
2022-06-06T10:33:08.376Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 667ded02-4c53 0 606eb3ef-6d33-4894-8c5e-6ad62cf6dbc0 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:33:08.380Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2315dce0, org.onap.sdc.toscaparser.api.parameters.Input@5a61fbec, org.onap.sdc.toscaparser.api.parameters.Input@3c9554d4, org.onap.sdc.toscaparser.api.parameters.Input@39556300, org.onap.sdc.toscaparser.api.parameters.Input@34aa4a16]
2022-06-06T10:33:08.380Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:33:08.381Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_EZAQBOQBeZ3EE8dgfD4c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:33:08.381Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 02ef7808-878a-4c02-a614-f52a5ef41add: pNF 667ded02-4c53
2022-06-06T10:33:08.381Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||Processing PNF resource: 606eb3ef-6d33-4894-8c5e-6ad62cf6dbc0
2022-06-06T10:33:08.381Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:33:08.381Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_EZAQBOQBeZ3EE8dgfD4c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:33:08.381Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||Resource customization UUID: 23c8dc6a-a2ac-4a0d-92d2-e33fdb8797c1 is the same as notified resource customizationUUID: 23c8dc6a-a2ac-4a0d-92d2-e33fdb8797c1
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-06T10:33:08.412Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 667ded02-4c53 606eb3ef-6d33-4894-8c5e-6ad62cf6dbc0 0 ASDC deployResourceStructure
2022-06-06T10:33:08.412Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar ASDC sendASDCNotification
2022-06-06T10:33:08.412Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar
2022-06-06T10:33:08.412Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:33:08.413Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:33:08.414Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:33:08.415Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511588412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:33:08.515Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:33:08.516Z||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-06-06T10:33:08.516Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:33:08.542Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:33:08.542Z||pool-247-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:33:09.416Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:33:09.428Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:33:09.430Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:33:09.430Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:33:09.431Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:33:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:33:10.448Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:33:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:33:10.484Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:33:10.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:33:10.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58fde01a-e1e1-46a3-b6af-df7255c93df1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511437357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d58fde01a-e1e1-46a3-b6af-df7255c93df1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7cc6fdad-2bab-4056-bd82-92e3d5d8c5de/model-vers/model-ver/f4d7e26b-39ea-4360-a1bb-890558ce079f) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:33:10.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:33:10.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:33:10.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:33:10.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:33:10.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:33:10.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:33:10.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:33:10.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:33:10.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:33:10.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:33:10.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:33:10.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:33:10.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:33:10.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:33:10.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:33:10.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:33:10.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:33:10.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:33:10.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:33:10.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:33:10.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:33:10.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:33:10.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:33:10.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:33:10.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:33:10.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:33:10.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511383467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:33:10.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:33:10.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:33:10.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511448142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:33:10.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:33:10.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:33:10.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511450257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:33:10.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:33:39.431Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:33:39.444Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:33:39.446Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:33:39.446Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:33:39.446Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:34:09.446Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:34:09.459Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:34:09.460Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:34:09.461Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:34:09.461Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:34:10.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:34:10.449Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:34:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:34:10.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:34:10.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511466937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "aai-ml",
  "timestamp": 1654511474775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511466937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "aai-ml",
  "timestamp": 1654511474775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511466937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "aai-ml",
  "timestamp": 1654511474775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511466937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "aai-ml",
  "timestamp": 1654511474775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511466937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "aai-ml",
  "timestamp": 1654511474775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "cds",
  "timestamp": 1654511477630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511466937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "aai-ml",
  "timestamp": 1654511474775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "cds",
  "timestamp": 1654511477630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511479706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511466937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "aai-ml",
  "timestamp": 1654511474775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "cds",
  "timestamp": 1654511477630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511479706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511466937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:34:10.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "aai-ml",
  "timestamp": 1654511474775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:34:10.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "cds",
  "timestamp": 1654511477630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511479706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "cds",
  "timestamp": 1654511477630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511479706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "aai-ml",
  "timestamp": 1654511484531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:34:10.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:10.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "cds",
  "timestamp": 1654511477630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "policy-id",
  "timestamp": 1654511484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511479706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "cds",
  "timestamp": 1654511477630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "policy-id",
  "timestamp": 1654511484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511479706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:34:10.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "clamp",
  "timestamp": 1654511485223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "cds",
  "timestamp": 1654511477630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:34:10.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "policy-id",
  "timestamp": 1654511484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511479706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "clamp",
  "timestamp": 1654511485223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "policy-id",
  "timestamp": 1654511484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511479706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "cds",
  "timestamp": 1654511487034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:34:10.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:10.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "clamp",
  "timestamp": 1654511485223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "policy-id",
  "timestamp": 1654511484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "cds",
  "timestamp": 1654511488039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:34:10.519Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
2022-06-06T10:34:10.519Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:34:10.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511488753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:34:10.529Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:10.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "aai-ml",
  "timestamp": 1654511489402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:34:10.529Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:10.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "clamp",
  "timestamp": 1654511485223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "policy-id",
  "timestamp": 1654511484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "aai-ml",
  "timestamp": 1654511490405,
  "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-06-06T10:34:10.535Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
2022-06-06T10:34:10.535Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:34:10.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511489776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:34:10.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:10.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "clamp",
  "timestamp": 1654511485223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "policy-id",
  "timestamp": 1654511484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511490779,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:34:10.550Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
2022-06-06T10:34:10.550Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:34:10.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "clamp",
  "timestamp": 1654511485223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "policy-id",
  "timestamp": 1654511484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:34:10.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "clamp",
  "timestamp": 1654511485223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "policy-id",
  "timestamp": 1654511493303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:34:10.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:10.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "clamp",
  "timestamp": 1654511485223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:34:10.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "policy-id",
  "timestamp": 1654511494308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:34:10.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:10.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511494106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "policy-id",
  "timestamp": 1654511495313,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:34:10.569Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
2022-06-06T10:34:10.569Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:34:10.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511494106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511494106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "clamp",
  "timestamp": 1654511496604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:34:10.580Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:10.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511494106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511494106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "clamp",
  "timestamp": 1654511498612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:34:10.581Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:10.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511494106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "clamp",
  "timestamp": 1654511499616,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:34:10.588Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
2022-06-06T10:34:10.588Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:34:10.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511494106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:10.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511494106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:34:10.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:10.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511503705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:34:10.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:10.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511506487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:34:10.597Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:10.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:34:10.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511507492,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:34:10.602Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
2022-06-06T10:34:10.602Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:34:39.461Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:34:39.474Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:34:39.477Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:34:39.478Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:34:39.478Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:34:39.478Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:34:39.478Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:34:39.478Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:34:39.478Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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-06-06T10:34:39.483Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:35:09.484Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:35:09.492Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 and serviceModelVersionId: 02ef7808-878a-4c02-a614-f52a5ef41add
2022-06-06T10:35:09.492Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94008eb2-0369-46de-8bf0-9e08aa81fc02
2022-06-06T10:35:09.493Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add?depth=0
2022-06-06T10:35:09.500Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:35:09.532Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-06T10:35:09.533Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add?depth=0|INFO|500||Invoke
2022-06-06T10:35:09.554Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:35:09.638Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:35:09.638Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-10:35:09:563-7818], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:35:09 GMT], Content-Type=[application/json]}
2022-06-06T10:35:09.640Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||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/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add","ERR.5.4.6114"]}}}

2022-06-06T10:35:09.644Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add) (ec=ERR.5.4.6114)
2022-06-06T10:35:09.644Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add) (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-06-06T10:35:09.644Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add) (ec=ERR.5.4.6114)
2022-06-06T10:35:09.644Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add) (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-06-06T10:35:09.650Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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-06-06T10:35:09.650Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add) (ec=ERR.5.4.6114)
2022-06-06T10:35:09.650Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:35:09.650Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:35:09.684Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:35:09.684Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511709650,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:35:09.753Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 68 ms
2022-06-06T10:35:09.753Z||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-06-06T10:35:09.753Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:35:09.774Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:35:09.774Z||pool-248-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:35:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:35:10.448Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:35:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:35:10.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:35:10.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:35:10.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fab1be9-7397-402d-ab3d-6f494be01fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511571563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d3fab1be9-7397-402d-ab3d-6f494be01fdb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a0b2de1b-230f-4a6c-992c-a6263286ec12/model-vers/model-ver/495855c8-5107-409e-b03a-a5398e9eba96) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:35:10.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:35:10.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:35:10.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:35:10.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:35:10.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:35:10.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:35:10.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:35:10.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:35:10.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:35:10.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:35:10.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:35:10.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:35:10.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:35:10.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:35:10.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:35:10.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:35:10.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:35:10.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/resourceInstances/pnf667ded024c530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:35:10.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:35:10.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:35:10.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:35:10.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:35:10.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:35:10.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511572582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:35:10.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:35:10.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:35:10.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511586433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:35:10.496Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:35:10.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:35:10.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511588412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEzaqboqbez3ee8dgfd4c/1.0/artifacts/service-DemoPnfEzaqboqbez3ee8dgfd4c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:35:10.497Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:35:10.710Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:35:10.711Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:35:10.711Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:35:21.037Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:35:21.038Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:35:21.038Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:35:21.039Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:35:30.588Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:35:30.589Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:35:30.589Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:35:30.589Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:35:40.137Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:35:40.138Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:35:40.138Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:35:40.139Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:35:49.701Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:35:49.702Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:35:49.702Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:35:49.703Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:35:59.250Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:35:59.250Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:35:59.251Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:35:59.251Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:36:08.814Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:08.815Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:36:08.815Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:36:08.815Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:36:10.447Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:36:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:36:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:36:10.993Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:10.993Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:36:10.993Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511709650,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94008eb2-0369-46de-8bf0-9e08aa81fc02/model-vers/model-ver/02ef7808-878a-4c02-a614-f52a5ef41add) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:36:10.994Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:36:18.400Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:18.401Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:36:18.402Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:36:18.402Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:36:27.945Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:27.946Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:36:27.946Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:36:27.946Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:36:37.491Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:10.444Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:37:10.445Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:37:10.445Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:37:10.448Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:37:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:11.083Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:11.084Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.085Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1d6bd44f-c9ca-40bf-88dc-24a06736fde1","serviceName":"vFW 2022-06-06 10-32-12","serviceVersion":"1.0","serviceUUID":"4544cf1a-de20-4bd5-a6fa-5beb6bd1c237","serviceDescription":"catalog service description","serviceInvariantUUID":"86a11388-a4f7-49c8-8714-76a699b0fea2","resources":[{"resourceInstanceName":"vFW d1cb16df-36c2 0","resourceName":"vFW d1cb16df-36c2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"983441a7-7d6f-4fde-aee1-4eeb272f03dd","resourceInvariantUUID":"2bc07825-0a12-4a33-ba87-a63981c5cd3b","resourceCustomizationUUID":"c2181d14-8bf8-475b-80d2-14398c3d7a75","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vf-license-model.xml","artifactChecksum":"NjBkZDY5OWU5YjBjYmI3OWZlZjhjMmQ5YzJmZjc1M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17117c2a-ac94-45b4-97fe-809df64aca86","artifactVersion":"1"},{"artifactName":"vfwd1cb16df36c20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json","artifactChecksum":"ZjdlOTFhODgyMWVmOWY4ZDliYTMzOTZjMGQzYzJkNGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bed3bf37-9574-456c-8fa7-8e1c0632ac62","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f9e141a0-d6ff-4540-8229-1be19864aedf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vendor-license-model.xml","artifactChecksum":"ZTY2YjQ3NDBmYzZkMDMxZDExY2UyNDQwMDQwYjNhZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3c4f4e9c-9440-487b-8052-19e97aee320d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fd38e474-23aa-4d49-a460-a632ae23bc95","artifactVersion":"2","generatedFromUUID":"f9e141a0-d6ff-4540-8229-1be19864aedf"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220606103212-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-template.yml","artifactChecksum":"MTFmZjVkMmM5OTg4YTE3NGZlMDFmOTUxZDkwOWQwNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"073a718c-2ef9-485b-910a-8c8014529370","artifactVersion":"1"},{"artifactName":"service-Vfw20220606103212-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar","artifactChecksum":"YjRiYTdhZDdiMmZmZDhhOTc3NWQ1NTc0N2M1ZWI2MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dad8da86-9830-4a3e-a636-495217b9431a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:37:11.087Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:37:11.087Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:11.091Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:11.091Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511830444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.109Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:11.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "clamp",
  "timestamp": 1654511815223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511819706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "clamp",
  "timestamp": 1654511815223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:37:11.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511819706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "clamp",
  "timestamp": 1654511815223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511819706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "clamp",
  "timestamp": 1654511815223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511819706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "cds",
  "timestamp": 1654511822629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511824106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "policy-id",
  "timestamp": 1654511824070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "clamp",
  "timestamp": 1654511815223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511819706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "cds",
  "timestamp": 1654511822629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511824106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "policy-id",
  "timestamp": 1654511824070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "clamp",
  "timestamp": 1654511815223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511819706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "cds",
  "timestamp": 1654511822629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511824106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "policy-id",
  "timestamp": 1654511824070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:37:11.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "clamp",
  "timestamp": 1654511815223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:37:11.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511819706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "cds",
  "timestamp": 1654511822629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511824106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "policy-id",
  "timestamp": 1654511824070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "cds",
  "timestamp": 1654511822629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511824106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "policy-id",
  "timestamp": 1654511824070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511826938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "cds",
  "timestamp": 1654511822629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511824106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "policy-id",
  "timestamp": 1654511824070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:11.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511826938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:37:11.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "cds",
  "timestamp": 1654511822629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:37:11.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511824106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:37:11.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "policy-id",
  "timestamp": 1654511824070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:37:11.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:37:11.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511826938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:37:11.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:11.191Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:37:11.192Z||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-06-06T10:37:11.192Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:11.208Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:11.209Z||pool-249-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:37:12.092Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:37:12.093Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:12.095Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:12.095Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511830444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:37:12.195Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:37:12.196Z||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-06-06T10:37:12.197Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:12.215Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:12.215Z||pool-250-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:37:13.096Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:37:13.097Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:13.101Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:13.101Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511830444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:37:13.200Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-06T10:37:13.201Z||pool-251-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:37:13.201Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:13.226Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:13.227Z||pool-251-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:37:14.101Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:37:14.102Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:14.105Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:14.106Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511830444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:14.208Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-06T10:37:14.209Z||pool-252-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:37:14.209Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:14.243Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:14.244Z||pool-252-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:37:15.107Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:37:15.108Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:15.110Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:15.110Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511830444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:37:15.210Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:37:15.211Z||pool-253-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:37:15.211Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:15.240Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:15.241Z||pool-253-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:37:16.111Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:37:16.111Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:16.113Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:16.114Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511830444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:16.214Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:37:16.215Z||pool-254-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:37:16.215Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:16.266Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:16.267Z||pool-254-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:37:17.114Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:37:17.116Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:17.118Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:17.119Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511830444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:37:17.219Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:37:17.220Z||pool-255-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:37:17.220Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:17.244Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:17.245Z||pool-255-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:37:18.120Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "serviceName": "vFW 2022-06-06 10-32-12",
  "serviceVersion": "1.0",
  "serviceUUID": "4544cf1a-de20-4bd5-a6fa-5beb6bd1c237",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86a11388-a4f7-49c8-8714-76a699b0fea2",
  "resources": [
    {
      "resourceInstanceName": "vFW d1cb16df-36c2 0",
      "resourceCustomizationUUID": "c2181d14-8bf8-475b-80d2-14398c3d7a75",
      "resourceName": "vFW d1cb16df-36c2",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "983441a7-7d6f-4fde-aee1-4eeb272f03dd",
      "resourceInvariantUUID": "2bc07825-0a12-4a33-ba87-a63981c5cd3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd1cb16df36c20_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
          "artifactChecksum": "ZjdlOTFhODgyMWVmOWY4ZDliYTMzOTZjMGQzYzJkNGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bed3bf37-9574-456c-8fa7-8e1c0632ac62",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f9e141a0-d6ff-4540-8229-1be19864aedf",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fd38e474-23aa-4d49-a460-a632ae23bc95",
            "generatedFromUUID": "f9e141a0-d6ff-4540-8229-1be19864aedf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fd38e474-23aa-4d49-a460-a632ae23bc95",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220606103212-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
      "artifactChecksum": "YjRiYTdhZDdiMmZmZDhhOTc3NWQ1NTc0N2M1ZWI2MmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dad8da86-9830-4a3e-a636-495217b9431a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:37:18.120Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:37:18.120Z|6c5fd0dd-98cb-4e54-8d1d-7d4461ca12a1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4544cf1a-de20-4bd5-a6fa-5beb6bd1c237 ASDC
2022-06-06T10:37:18.121Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1d6bd44f-c9ca-40bf-88dc-24a06736fde1
ServiceName:vFW 2022-06-06 10-32-12
ServiceVersion:1.0
ServiceUUID:4544cf1a-de20-4bd5-a6fa-5beb6bd1c237
ServiceInvariantUUID:86a11388-a4f7-49c8-8714-76a699b0fea2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220606103212-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar
ArtifactUUID:dad8da86-9830-4a3e-a636-495217b9431a
ArtifactChecksum:YjRiYTdhZDdiMmZmZDhhOTc3NWQ1NTc0N2M1ZWI2MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d1cb16df-36c2 0
ResourceCustomizationUUID:c2181d14-8bf8-475b-80d2-14398c3d7a75
ResourceInvariantUUID:2bc07825-0a12-4a33-ba87-a63981c5cd3b
ResourceName:vFW d1cb16df-36c2
ResourceType:VF
ResourceUUID:983441a7-7d6f-4fde-aee1-4eeb272f03dd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd1cb16df36c20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json
ArtifactUUID:bed3bf37-9574-456c-8fa7-8e1c0632ac62
ArtifactChecksum:ZjdlOTFhODgyMWVmOWY4ZDliYTMzOTZjMGQzYzJkNGE=
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/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml
ArtifactUUID:f9e141a0-d6ff-4540-8229-1be19864aedf
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/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env
ArtifactUUID:fd38e474-23aa-4d49-a460-a632ae23bc95
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/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env
ArtifactUUID:fd38e474-23aa-4d49-a460-a632ae23bc95
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T10:37:18.121Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4544cf1a-de20-4bd5-a6fa-5beb6bd1c237 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:37:18.150Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:37:18.151Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:37:18.151Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:37:18.151Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dad8da86-9830-4a3e-a636-495217b9431a from URL: /sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar
2022-06-06T10:37:18.151Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:37:18.151Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar
2022-06-06T10:37:19.041Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:37:19.046Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar dad8da86-9830-4a3e-a636-495217b9431a 98985
2022-06-06T10:37:19.046Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar ASDC sendASDCNotification
2022-06-06T10:37:19.046Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar
2022-06-06T10:37:19.046Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:37:19.047Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:19.050Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:19.050Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511839046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:37:19.151Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:37:19.151Z||pool-256-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:37:19.152Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:19.168Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:19.169Z||pool-256-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:37:20.051Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:37:20.052Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:37:20.053Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dad8da86-9830-4a3e-a636-495217b9431a, URL: /sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar to file: /app/ASDC/1/service-Vfw20220606103212-csar.csar
2022-06-06T10:37:20.054Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220606103212-csar.csar
2022-06-06T10:37:20.054Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220606103212-csar.csar
2022-06-06T10:37:20.055Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220606103212-csar.csar
2022-06-06T10:37:20.326Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16240860544198482587/Definitions/service-Vfw20220606103212-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-06T10:37:22.824Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:37:22.825Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:37:22.825Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220606103212-csar.csar
2022-06-06T10:37:22.825Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-06T10:37:22.825Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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-Vfw20220606103212-csar.csar
2022-06-06T10:37:22.826Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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-Vfw20220606103212-csar.csar
2022-06-06T10:37:22.826Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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-Vfw20220606103212-csar.csar
2022-06-06T10:37:22.826Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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-Vfw20220606103212-csar.csar
2022-06-06T10:37:22.826Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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-Vfw20220606103212-csar.csar
2022-06-06T10:37:22.827Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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-Vfw20220606103212-csar.csar
2022-06-06T10:37:22.827Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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-Vfw20220606103212-csar.csar
2022-06-06T10:37:22.827Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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-Vfw20220606103212-csar.csar
2022-06-06T10:37:22.828Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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-Vfw20220606103212-csar.csar
2022-06-06T10:37:22.828Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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-Vfw20220606103212-csar.csar
2022-06-06T10:37:22.828Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d1cb16df-36c2 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-Vfw20220606103212-csar.csar
2022-06-06T10:37:22.828Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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-Vfw20220606103212-csar.csar
2022-06-06T10:37:22.829Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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-Vfw20220606103212-csar.csar
2022-06-06T10:37:22.829Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:37:22.830Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.830Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:22.830Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is matching search criteria
2022-06-06T10:37:22.831Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:37:22.831Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d1cb16df-36c2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:37:22.832Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.832Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:22.833Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is matching search criteria
2022-06-06T10:37:22.833Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:37:22.833Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d1cb16df-36c2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:37:22.834Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.834Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:22.834Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.835Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is not matching search criteria
2022-06-06T10:37:22.835Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:37:22.835Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:37:22.835Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:37:22.836Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:22.836Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:37:22.836Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:37:22.837Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:37:22.837Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:37:22.837Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:37:22.837Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:37:22.838Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:22.838Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:37:22.838Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:22.838Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:37:22.839Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:37:22.839Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:37:22.839Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.840Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:37:22.840Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.840Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is matching search criteria
2022-06-06T10:37:22.841Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d1cb16df-36c2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:37:22.841Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.841Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is matching search criteria
2022-06-06T10:37:22.842Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d1cb16df-36c2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:37:22.842Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.842Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is matching search criteria
2022-06-06T10:37:22.842Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d1cb16df-36c2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:37:22.843Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.843Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is not matching search criteria
2022-06-06T10:37:22.843Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:37:22.844Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T10:37:22.844Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:37:22.844Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:37:22.845Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:37:22.845Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:37:22.845Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:22.845Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:37:22.846Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:22.846Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:37:22.846Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:37:22.846Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ec519ee7-ba45-4a29-8f69-6948b9301d5e
2022-06-06T10:37:22.847Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.847Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is not matching search criteria
2022-06-06T10:37:22.847Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:37:22.847Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:37:22.847Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:37:22.848Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:22.848Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:37:22.848Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:37:22.848Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:37:22.849Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T10:37:22.849Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:37:22.849Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:22.849Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:37:22.850Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:37:22.850Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=be52ae05-2cf9-46d5-9d4b-d4f9839ca4e8
2022-06-06T10:37:22.850Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.851Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is not matching search criteria
2022-06-06T10:37:22.851Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:37:22.851Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:37:22.851Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:37:22.852Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:22.852Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:37:22.852Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:37:22.853Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:37:22.853Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:37:22.853Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:37:22.853Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:37:22.854Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:22.854Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T10:37:22.854Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3908dd90-4391-477b-a7f3-b46d41bf034d
2022-06-06T10:37:22.854Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.855Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:22.855Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.855Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:22.855Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.856Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:22.856Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:22.856Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:22.857Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-06 10-32-12
Description:catalog service description
Model UUID:4544cf1a-de20-4bd5-a6fa-5beb6bd1c237
Model Version:NULL
Model InvariantUuid:86a11388-a4f7-49c8-8714-76a699b0fea2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d1cb16df-36c2
Model UUID:78d7144f-5a2e-436a-b410-6e2fe4443ff6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bc07825-0a12-4a33-ba87-a63981c5cd3b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c2181d14-8bf8-475b-80d2-14398c3d7a75
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d7d7c1a5-cc34-41ba-afa1-9949c2493d2d
ModelName:VfwD1cb16df36c2..base_vfw..module-0
ModelUuid:e127f9d4-f35a-47b3-8c70-1be3aaaf5cb9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ec519ee7-ba45-4a29-8f69-6948b9301d5e
ModelInvariantUuid:31ab015c-f8d4-4c9c-aa01-793ad89f374c
ModelName:vFW d1cb16df-36c2-nodes.vfwCvfc
ModelUuid:fcf42ef0-dba4-4ca7-a70d-34b6fbe5c217
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4a25bcb6-94db-4856-b6c1-4aa96c0847f5
ModelInvariantUuid:c72ca1d1-a8f0-433f-9009-11bc3d715286
ModelName:VfwD1cb16df36c2.compute.nodes.heat.vfw
ModelUuid:900dfaae-3a06-4d8e-b0a8-b19c3c3f4c48
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:be52ae05-2cf9-46d5-9d4b-d4f9839ca4e8
ModelInvariantUuid:e720cd3f-40b1-40cb-8676-8c353d838d86
ModelName:vFW d1cb16df-36c2-nodes.vsnCvfc
ModelUuid:73b6bf17-69f6-4d22-9fe4-1a9c53d26aec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:11dd07cb-f29d-47c1-bc88-a4c59e06ae26
ModelInvariantUuid:b71b8755-6706-4a03-9b0a-6bdc3c74011f
ModelName:VfwD1cb16df36c2.compute.nodes.heat.vsn
ModelUuid:d9913e16-e356-4c9b-aab8-35dfdf8e49b4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3908dd90-4391-477b-a7f3-b46d41bf034d
ModelInvariantUuid:53e5e128-2624-4854-bd12-9ef5a584afb0
ModelName:vFW d1cb16df-36c2-nodes.vpgCvfc
ModelUuid:7016f76a-efd8-4a50-a762-5c4035accf4d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:bb464343-f2f8-4f02-a760-986624947cda
ModelInvariantUuid:947dca8c-4deb-4f42-8c57-f9d565847300
ModelName:VfwD1cb16df36c2.compute.nodes.heat.vpg
ModelUuid:656778a9-7268-4704-a3f9-aadb16a4ff4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:37:22.865Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 983441a7-7d6f-4fde-aee1-4eeb272f03dd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:37:22.869Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||vFW d1cb16df-36c2 0
2022-06-06T10:37:22.869Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 983441a7-7d6f-4fde-aee1-4eeb272f03dd
2022-06-06T10:37:22.869Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bed3bf37-9574-456c-8fa7-8e1c0632ac62 from URL: /sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json
2022-06-06T10:37:22.870Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:37:22.870Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json
2022-06-06T10:37:23.930Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:37:23.931Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json bed3bf37-9574-456c-8fa7-8e1c0632ac62 785
2022-06-06T10:37:23.932Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json ASDC sendASDCNotification
2022-06-06T10:37:23.932Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json
2022-06-06T10:37:23.932Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:37:23.932Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:23.934Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:23.935Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511843932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:37:24.035Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:37:24.036Z||pool-257-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:37:24.036Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:24.052Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:24.052Z||pool-257-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:37:24.935Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD1cb16df36c2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d7d7c1a5-cc34-41ba-afa1-9949c2493d2d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e127f9d4-f35a-47b3-8c70-1be3aaaf5cb9",
    "vfModuleModelCustomizationUUID": "5f64441c-9d81-4677-99ba-5929580520c5",
    "isBase": true,
    "artifacts": [
      "f9e141a0-d6ff-4540-8229-1be19864aedf",
      "fd38e474-23aa-4d49-a460-a632ae23bc95"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T10:37:24.940Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD1cb16df36c2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e127f9d4-f35a-47b3-8c70-1be3aaaf5cb9
VfModuleModelInvariantUUID:d7d7c1a5-cc34-41ba-afa1-9949c2493d2d
VfModuleModelDescription:NULL
Artifacts UUID List:{
f9e141a0-d6ff-4540-8229-1be19864aedf
,
fd38e474-23aa-4d49-a460-a632ae23bc95

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

isBase:true


}

2022-06-06T10:37:24.942Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD1cb16df36c2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d7d7c1a5-cc34-41ba-afa1-9949c2493d2d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e127f9d4-f35a-47b3-8c70-1be3aaaf5cb9",
    "vfModuleModelCustomizationUUID": "5f64441c-9d81-4677-99ba-5929580520c5",
    "isBase": true,
    "artifacts": [
      "f9e141a0-d6ff-4540-8229-1be19864aedf",
      "fd38e474-23aa-4d49-a460-a632ae23bc95"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T10:37:24.942Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD1cb16df36c2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e127f9d4-f35a-47b3-8c70-1be3aaaf5cb9
VfModuleModelInvariantUUID:d7d7c1a5-cc34-41ba-afa1-9949c2493d2d
VfModuleModelDescription:NULL
Artifacts UUID List:{
f9e141a0-d6ff-4540-8229-1be19864aedf
,
fd38e474-23aa-4d49-a460-a632ae23bc95

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

isBase:true


}

2022-06-06T10:37:24.942Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f9e141a0-d6ff-4540-8229-1be19864aedf from URL: /sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml
2022-06-06T10:37:24.943Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:37:24.943Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml
2022-06-06T10:37:26.139Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:37:26.140Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml f9e141a0-d6ff-4540-8229-1be19864aedf 20368
2022-06-06T10:37:26.141Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T10:37:26.141Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml
2022-06-06T10:37:26.141Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:37:26.142Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:26.145Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:26.146Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511846141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:37:26.246Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:37:26.248Z||pool-258-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:37:26.248Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:26.264Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:26.265Z||pool-258-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:37:27.146Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fd38e474-23aa-4d49-a460-a632ae23bc95 from URL: /sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env
2022-06-06T10:37:27.147Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:37:27.148Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env
2022-06-06T10:37:27.642Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:37:27.643Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env fd38e474-23aa-4d49-a460-a632ae23bc95 2098
2022-06-06T10:37:27.644Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T10:37:27.644Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env
2022-06-06T10:37:27.645Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:37:27.646Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:27.649Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:27.650Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511847644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:37:27.750Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:37:27.751Z||pool-259-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:37:27.751Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:27.769Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:27.769Z||pool-259-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:37:28.651Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4544cf1a-de20-4bd5-a6fa-5beb6bd1c237
2022-06-06T10:37:28.651Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d1cb16df-36c2 0 983441a7-7d6f-4fde-aee1-4eeb272f03dd ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:37:28.668Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e44756f, org.onap.sdc.toscaparser.api.parameters.Input@adfc1cd, org.onap.sdc.toscaparser.api.parameters.Input@320c94ac, org.onap.sdc.toscaparser.api.parameters.Input@3b017631, org.onap.sdc.toscaparser.api.parameters.Input@56039333]
2022-06-06T10:37:28.670Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.670Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:28.671Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:37:28.671Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c2181d14-8bf8-475b-80d2-14398c3d7a75
2022-06-06T10:37:28.671Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c2181d14-8bf8-475b-80d2-14398c3d7a75 matches Tosca VF Customization UUID: c2181d14-8bf8-475b-80d2-14398c3d7a75
2022-06-06T10:37:28.671Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c2181d14-8bf8-475b-80d2-14398c3d7a75  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T10:37:28.673Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.673Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:28.674Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c2181d14-8bf8-475b-80d2-14398c3d7a75: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-06T10:37:28.674Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4459f8cf
2022-06-06T10:37:28.674Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.675Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:37:28.675Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5f64441c-9d81-4677-99ba-5929580520c5
2022-06-06T10:37:28.675Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5f64441c-9d81-4677-99ba-5929580520c5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T10:37:28.678Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.678Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is matching search criteria
2022-06-06T10:37:28.678Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d1cb16df-36c2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:37:28.679Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.679Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is matching search criteria
2022-06-06T10:37:28.679Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d1cb16df-36c2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:37:28.680Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.681Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is not matching search criteria
2022-06-06T10:37:28.681Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:37:28.681Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T10:37:28.682Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:37:28.682Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:37:28.682Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:37:28.682Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:37:28.682Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:28.683Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:37:28.683Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:28.683Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:37:28.683Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:37:28.683Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ec519ee7-ba45-4a29-8f69-6948b9301d5e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:37:28.691Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.692Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is matching search criteria
2022-06-06T10:37:28.692Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d1cb16df-36c2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:37:28.693Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.693Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is not matching search criteria
2022-06-06T10:37:28.693Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:37:28.693Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:37:28.693Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:37:28.693Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:28.693Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:37:28.694Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:37:28.694Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:37:28.694Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T10:37:28.694Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:37:28.694Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:28.694Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:37:28.694Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:37:28.694Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=be52ae05-2cf9-46d5-9d4b-d4f9839ca4e8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:37:28.697Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.698Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is matching search criteria
2022-06-06T10:37:28.698Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d1cb16df-36c2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:37:28.698Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.699Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is not matching search criteria
2022-06-06T10:37:28.699Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:37:28.699Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:37:28.699Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:37:28.699Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:28.699Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:37:28.700Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:37:28.700Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:37:28.700Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:37:28.700Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:37:28.701Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:37:28.701Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:37:28.701Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T10:37:28.701Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3908dd90-4391-477b-a7f3-b46d41bf034d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T10:37:28.704Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.704Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is matching search criteria
2022-06-06T10:37:28.704Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d1cb16df-36c2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:37:28.705Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.705Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Node template vFW d1cb16df-36c2 0 is matching search criteria
2022-06-06T10:37:28.705Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d1cb16df-36c2 0] matching following query criteria: sdcType=VF, customizationUUID=c2181d14-8bf8-475b-80d2-14398c3d7a75
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:37:28.707Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.707Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:28.708Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4544cf1a-de20-4bd5-a6fa-5beb6bd1c237: vFW d1cb16df-36c2
2022-06-06T10:37:28.708Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.708Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:28.708Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.708Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:28.708Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.709Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:28.709Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.709Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:28.709Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:37:28.709Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-06 10-32-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:37:28.709Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-06 10-32-12 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:37:28.864Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d1cb16df-36c2 983441a7-7d6f-4fde-aee1-4eeb272f03dd 1 ASDC deployResourceStructure
2022-06-06T10:37:28.864Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json ASDC sendASDCNotification
2022-06-06T10:37:28.865Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json
2022-06-06T10:37:28.865Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:37:28.865Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:28.868Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:28.868Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511848864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:37:28.968Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:37:28.969Z||pool-260-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:37:28.969Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:28.987Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:28.987Z||pool-260-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:37:29.869Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T10:37:29.869Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml
2022-06-06T10:37:29.870Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:37:29.870Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:29.884Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:29.884Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511849869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:37:29.972Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-06-06T10:37:29.973Z||pool-261-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:37:29.973Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:30.005Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:30.006Z||pool-261-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:37:30.885Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T10:37:30.886Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env
2022-06-06T10:37:30.886Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:37:30.886Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:30.888Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:30.889Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511850885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:37:30.989Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:37:30.990Z||pool-262-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:37:30.990Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:31.006Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:31.007Z||pool-262-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:37:31.889Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar ASDC sendASDCNotification
2022-06-06T10:37:31.890Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar
2022-06-06T10:37:31.890Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:37:31.891Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:31.893Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:31.893Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511851889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:37:31.994Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:37:31.995Z||pool-263-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:37:31.995Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:37:32.011Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:32.012Z||pool-263-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:37:32.895Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:37:32.906Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:37:32.907Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:37:32.908Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:37:32.908Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:38:02.908Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:38:02.923Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:38:02.926Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:38:02.926Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:38:02.926Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:38:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:38:10.448Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:38:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:38:10.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:10.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:38:10.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511830444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:10.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:32.927Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:38:32.938Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:38:32.939Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:38:32.939Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:38:32.939Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:39:02.940Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:39:02.951Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:39:02.953Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:39:02.953Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:39:02.953Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:39:10.447Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:39:10.448Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:39:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:39:10.981Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:10.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:10.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511826938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:39:10.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:10.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:10.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "cds",
  "timestamp": 1654511830838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:10.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:10.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:10.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511832489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:10.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:10.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:10.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "policy-id",
  "timestamp": 1654511832396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:10.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:10.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:10.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511830444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:39:10.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:10.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:10.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511826938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:39:10.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:10.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:10.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "cds",
  "timestamp": 1654511831844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:39:10.993Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
2022-06-06T10:39:10.993Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d6bd44f-c9ca-40bf-88dc-24a06736fde1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:39:11.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "policy-id",
  "timestamp": 1654511833401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:39:11.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511830444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:39:11.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:11.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511826938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:39:11.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:11.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "clamp",
  "timestamp": 1654511833660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:11.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "policy-id",
  "timestamp": 1654511834405,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:39:11.007Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
2022-06-06T10:39:11.008Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d6bd44f-c9ca-40bf-88dc-24a06736fde1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:39:11.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511830444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:39:11.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:11.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511826938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:39:11.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:11.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "aai-ml",
  "timestamp": 1654511834775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:39:11.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:11.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511830444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:39:11.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:11.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "aai-ml",
  "timestamp": 1654511834775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:39:11.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:11.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511830444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:39:11.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:11.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511835720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:11.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "clamp",
  "timestamp": 1654511836661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:39:11.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "aai-ml",
  "timestamp": 1654511834775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:39:11.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:11.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511830444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:39:11.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:11.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511838297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:39:11.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "clamp",
  "timestamp": 1654511837664,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:39:11.022Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
2022-06-06T10:39:11.022Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d6bd44f-c9ca-40bf-88dc-24a06736fde1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:39:11.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "aai-ml",
  "timestamp": 1654511834775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:39:11.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:11.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511839302,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:39:11.034Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
2022-06-06T10:39:11.034Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d6bd44f-c9ca-40bf-88dc-24a06736fde1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:39:11.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511837923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:11.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "aai-ml",
  "timestamp": 1654511834775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:39:11.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:11.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511839046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:11.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "aai-ml",
  "timestamp": 1654511834775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:39:11.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:11.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511839763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:11.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "aai-ml",
  "timestamp": 1654511834775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:39:11.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:11.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511840789,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:39:11.049Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
2022-06-06T10:39:11.049Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d6bd44f-c9ca-40bf-88dc-24a06736fde1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T10:39:11.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "aai-ml",
  "timestamp": 1654511842802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:11.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511841792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:39:11.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511843932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:11.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511846141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:11.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511847644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:11.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511848864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/vfwd1cb16df36c20_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:39:11.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511849869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:39:11.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511850885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/resourceInstances/vfwd1cb16df36c20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:39:11.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511851889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:39:11.057Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "aai-ml",
  "timestamp": 1654511853499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606103212/1.0/artifacts/service-Vfw20220606103212-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:39:11.057Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:39:11.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:39:11.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "aai-ml",
  "timestamp": 1654511854503,
  "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-06-06T10:39:11.062Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
2022-06-06T10:39:11.062Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d6bd44f-c9ca-40bf-88dc-24a06736fde1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:39:32.954Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:39:32.966Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d6bd44f-c9ca-40bf-88dc-24a06736fde1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:39:32.968Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:39:32.968Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:39:32.968Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:39:32.968Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:39:32.968Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:39:32.968Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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-06-06T10:39:32.973Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:40:02.973Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d6bd44f-c9ca-40bf-88dc-24a06736fde1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:40:02.979Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d6bd44f-c9ca-40bf-88dc-24a06736fde1 and serviceModelVersionId: 4544cf1a-de20-4bd5-a6fa-5beb6bd1c237
2022-06-06T10:40:02.979Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86a11388-a4f7-49c8-8714-76a699b0fea2
2022-06-06T10:40:02.981Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237?depth=0
2022-06-06T10:40:02.989Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:40:03.029Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237?depth=0|INFO|500||Invoke
2022-06-06T10:40:03.030Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1d6bd44f-c9ca-40bf-88dc-24a06736fde1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89972db3-337c-4cee-acf4-3867b2cc978e], X-ECOMP-RequestID=[1d6bd44f-c9ca-40bf-88dc-24a06736fde1], X-TransactionId=[], X-ONAP-RequestID=[1d6bd44f-c9ca-40bf-88dc-24a06736fde1], Content-Type=[application/merge-patch+json]}
2022-06-06T10:40:03.055Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:40:03.274Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237?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/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220606-10:40:03:064-70711], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:40:03 GMT], Content-Type=[application/json]}
2022-06-06T10:40:03.276Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237?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/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237","ERR.5.4.6114"]}}}

2022-06-06T10:40:03.277Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:40:03.283Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1d6bd44f-c9ca-40bf-88dc-24a06736fde1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237) (ec=ERR.5.4.6114)
2022-06-06T10:40:03.283Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1d6bd44f-c9ca-40bf-88dc-24a06736fde1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237) (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-06-06T10:40:03.284Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1d6bd44f-c9ca-40bf-88dc-24a06736fde1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237) (ec=ERR.5.4.6114)
2022-06-06T10:40:03.284Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1d6bd44f-c9ca-40bf-88dc-24a06736fde1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237) (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-06-06T10:40:03.290Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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-06-06T10:40:03.290Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d6bd44f-c9ca-40bf-88dc-24a06736fde1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1d6bd44f-c9ca-40bf-88dc-24a06736fde1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237) (ec=ERR.5.4.6114)
2022-06-06T10:40:03.291Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:40:03.291Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:40:03.294Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:40:03.294Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512003290,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1d6bd44f-c9ca-40bf-88dc-24a06736fde1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:40:03.394Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:40:03.395Z||pool-264-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:40:03.395Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:40:03.415Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:40:03.415Z||pool-264-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:40:04.308Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:40:04.308Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:40:04.308Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:40:10.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:40:10.448Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:40:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:40:11.088Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:40:11.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:40:11.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d6bd44f-c9ca-40bf-88dc-24a06736fde1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512003290,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1d6bd44f-c9ca-40bf-88dc-24a06736fde1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86a11388-a4f7-49c8-8714-76a699b0fea2/model-vers/model-ver/4544cf1a-de20-4bd5-a6fa-5beb6bd1c237) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:40:11.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:40:14.641Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:40:14.641Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:40:14.642Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:40:14.642Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:40:24.189Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:40:24.190Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:40:24.190Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:40:24.190Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:40:33.737Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:41:10.444Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:41:10.445Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:41:10.446Z|f377eff5-2413-40ac-9375-0f0147802e73|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:41:10.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:41:10.449Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:41:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:41:20.001Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:41:20.007Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:42:10.444Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:42:10.446Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:42:10.446Z|f377eff5-2413-40ac-9375-0f0147802e73|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:42:10.447Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:42:10.447Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:42:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:42:20.007Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:42:20.020Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:10.444Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:43:10.445Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:43:10.445Z|f377eff5-2413-40ac-9375-0f0147802e73|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:43:10.447Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:43:10.447Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:43:10.447Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:43:11.100Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:11.101Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.102Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"10954c03-098e-4108-90a3-0c004d256bd6","serviceName":"Demo_pNF_wot6DdHHrKiws4n0tpAY","serviceVersion":"1.0","serviceUUID":"5bb2a9c2-c340-476d-a979-b0df554644ed","serviceDescription":"catalog service description","serviceInvariantUUID":"cea15ce7-6559-4b1e-8783-93f8f73d5b95","resources":[{"resourceInstanceName":"pNF 5aaac85c-791c 0","resourceName":"pNF 5aaac85c-791c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"37c50ed1-cfc1-41ce-ab2f-d7f0164b14f0","resourceInvariantUUID":"49442449-acf1-419f-94f0-11c40411ac9a","resourceCustomizationUUID":"6d936638-92dc-4911-a30e-20ca7dd93a6b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vf-license-model.xml","artifactChecksum":"ODQzNDllNzZlNGQxZjhhMDc1ZjE4NzU3ZGQ2YmFiYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"85aaef03-ca3c-44f3-81f5-6e7f42d18136","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/pNF.csar","artifactChecksum":"NjdhMDI4NzczYjFhN2IxNjFkM2EyNDI0ZmVjZjc4ZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59060da3-6d29-413d-af0f-bf824d74cbca","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a243dd9-52e4-4f9d-bc9e-d5e16d907a8d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjliNjE2ZTZjYmQ3ZmMyZmY1MGFlNzgwZTI1OWJlNDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"efc129f1-a7e9-4a68-a483-7fac38a3eeb5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"82709daa-6cc5-48e5-95a0-7eaf40b1c75c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"362c2581-0a1d-4389-bf98-04d4aaf17e9e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWot6ddhhrkiws4n0tpay-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-template.yml","artifactChecksum":"ZTFjODJhOWUzMDRmZjUyMGY3NmY4ZDU1ZDAyY2Y5ZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9bb211f2-2140-46b7-ad42-9fb222e86dd1","artifactVersion":"1"},{"artifactName":"service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar","artifactChecksum":"ZmUyNjA0YmYyODcwM2Q4MTMxZjVlZmUyM2M5YTQ1NzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"599193e9-8cb8-4127-ad8c-530236defb78","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:43:11.104Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:43:11.105Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:43:11.107Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:43:11.108Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.111Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:11.113Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.113Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512159706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.113Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.114Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.114Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "cds",
  "timestamp": 1654512152629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.114Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.114Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.114Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512154106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.114Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.115Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.115Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "cds",
  "timestamp": 1654512152629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.115Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.115Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.115Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512154106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.115Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.115Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.116Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512159706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.116Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.116Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.116Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512159706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.116Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.116Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.116Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "cds",
  "timestamp": 1654512152629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.116Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.117Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.117Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512154106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.117Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.117Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.117Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "policy-id",
  "timestamp": 1654512164072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.117Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.117Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.118Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512159706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.118Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.118Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.118Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "cds",
  "timestamp": 1654512152629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.118Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.118Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.118Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512154106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.119Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.119Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.119Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "aai-ml",
  "timestamp": 1654512164775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.119Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.119Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.119Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "policy-id",
  "timestamp": 1654512164072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.119Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.120Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.120Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512159706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.120Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.120Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.120Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "cds",
  "timestamp": 1654512152629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.120Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.120Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.120Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512154106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.121Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.121Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.121Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "aai-ml",
  "timestamp": 1654512164775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.121Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.121Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.121Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "policy-id",
  "timestamp": 1654512164072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.121Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.122Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.122Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512159706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:43:11.122Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.122Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.122Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "cds",
  "timestamp": 1654512152629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.122Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.122Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.123Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512154106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.123Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.123Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.123Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "aai-ml",
  "timestamp": 1654512164775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.123Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.123Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.123Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "policy-id",
  "timestamp": 1654512164072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.124Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.124Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.124Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512159706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.124Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.124Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.124Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "cds",
  "timestamp": 1654512152629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.124Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.125Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.125Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512154106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.125Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.125Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.125Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "aai-ml",
  "timestamp": 1654512164775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.125Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.125Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.126Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "policy-id",
  "timestamp": 1654512164072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.126Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.126Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.126Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512166937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.126Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.126Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.126Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512159706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.126Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.127Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.127Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "cds",
  "timestamp": 1654512152629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:43:11.127Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.127Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.127Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512154106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:43:11.127Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.127Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.128Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "aai-ml",
  "timestamp": 1654512164775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.128Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.128Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.128Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "policy-id",
  "timestamp": 1654512164072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.128Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.128Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.128Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512166937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.129Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.129Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.129Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "aai-ml",
  "timestamp": 1654512164775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.129Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.129Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.129Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "policy-id",
  "timestamp": 1654512164072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.129Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.129Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.130Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "cds",
  "timestamp": 1654512169417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:43:11.130Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:43:11.130Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.130Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512170143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:43:11.130Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:43:11.130Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.130Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512170990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:43:11.131Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:43:11.131Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.131Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512166937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.131Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.131Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.131Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "aai-ml",
  "timestamp": 1654512164775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.131Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.132Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.132Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "policy-id",
  "timestamp": 1654512164072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:43:11.132Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.132Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.132Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "cds",
  "timestamp": 1654512170428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:43:11.150Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10954c03-098e-4108-90a3-0c004d256bd6
2022-06-06T10:43:11.150Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10954c03-098e-4108-90a3-0c004d256bd6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:43:11.158Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.158Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512171159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:43:11.159Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:43:11.159Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.159Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512166937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.159Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.159Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.160Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "aai-ml",
  "timestamp": 1654512164775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:43:11.160Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.160Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.160Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512172161,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:43:11.165Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 10954c03-098e-4108-90a3-0c004d256bd6
2022-06-06T10:43:11.166Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10954c03-098e-4108-90a3-0c004d256bd6 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:43:11.174Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.174Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512166937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.174Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.175Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.175Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "policy-id",
  "timestamp": 1654512173393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:43:11.175Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:43:11.175Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.175Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512173784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:43:11.176Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:43:11.176Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.176Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "aai-ml",
  "timestamp": 1654512174005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:43:11.176Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:43:11.177Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.177Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512166937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.177Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.177Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.177Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "policy-id",
  "timestamp": 1654512174398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:43:11.178Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:43:11.178Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.178Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512174793,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:43:11.183Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10954c03-098e-4108-90a3-0c004d256bd6
2022-06-06T10:43:11.183Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10954c03-098e-4108-90a3-0c004d256bd6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:43:11.191Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.191Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512166937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.192Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.192Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.192Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "policy-id",
  "timestamp": 1654512175403,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:43:11.197Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10954c03-098e-4108-90a3-0c004d256bd6
2022-06-06T10:43:11.197Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10954c03-098e-4108-90a3-0c004d256bd6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:43:11.205Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.205Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512166937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:43:11.206Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.206Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.206Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "clamp",
  "timestamp": 1654512175223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.207Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.207Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.207Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "clamp",
  "timestamp": 1654512175223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.208Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:43:11.208Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.208Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.209Z||pool-265-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:43:11.209Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:43:11.209Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "clamp",
  "timestamp": 1654512175223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.209Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.209Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.210Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "clamp",
  "timestamp": 1654512175223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.210Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.210Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.212Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "aai-ml",
  "timestamp": 1654512179596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:43:11.212Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:43:11.212Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.212Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "clamp",
  "timestamp": 1654512175223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.212Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.212Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.212Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "aai-ml",
  "timestamp": 1654512180601,
  "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-06-06T10:43:11.221Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 10954c03-098e-4108-90a3-0c004d256bd6
2022-06-06T10:43:11.221Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10954c03-098e-4108-90a3-0c004d256bd6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:43:11.230Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.230Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "clamp",
  "timestamp": 1654512175223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.230Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.231Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.231Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "clamp",
  "timestamp": 1654512175223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:11.231Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.231Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:43:11.231Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "clamp",
  "timestamp": 1654512175223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:43:11.231Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:43:11.242Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:11.242Z||pool-265-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:43:12.108Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:43:12.109Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:43:12.112Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:43:12.112Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:12.212Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:43:12.213Z||pool-266-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:43:12.213Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:43:12.235Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:12.235Z||pool-266-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:43:13.112Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:43:13.113Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:43:13.115Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:43:13.116Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:13.216Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:43:13.217Z||pool-267-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:43:13.217Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:43:13.254Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:13.254Z||pool-267-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:43:14.116Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:43:14.117Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:43:14.119Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:43:14.119Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:14.220Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:43:14.221Z||pool-268-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:43:14.221Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:43:14.238Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:14.239Z||pool-268-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:43:15.120Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:43:15.120Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:43:15.123Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:43:15.123Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:15.224Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:43:15.225Z||pool-269-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:43:15.225Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:43:15.242Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:15.242Z||pool-269-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:43:16.124Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:43:16.125Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:43:16.128Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:43:16.128Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:16.228Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:43:16.229Z||pool-270-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:43:16.229Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:43:16.250Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:16.250Z||pool-270-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:43:17.128Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:43:17.129Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:43:17.131Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:43:17.131Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:43:17.231Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:43:17.233Z||pool-271-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:43:17.233Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:43:17.250Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:17.250Z||pool-271-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:43:18.131Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:43:18.133Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:43:18.135Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:43:18.135Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:43:18.235Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:43:18.236Z||pool-272-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:43:18.236Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:43:18.256Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:18.256Z||pool-272-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:43:19.136Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "serviceName": "Demo_pNF_wot6DdHHrKiws4n0tpAY",
  "serviceVersion": "1.0",
  "serviceUUID": "5bb2a9c2-c340-476d-a979-b0df554644ed",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cea15ce7-6559-4b1e-8783-93f8f73d5b95",
  "resources": [
    {
      "resourceInstanceName": "pNF 5aaac85c-791c 0",
      "resourceCustomizationUUID": "6d936638-92dc-4911-a30e-20ca7dd93a6b",
      "resourceName": "pNF 5aaac85c-791c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "37c50ed1-cfc1-41ce-ab2f-d7f0164b14f0",
      "resourceInvariantUUID": "49442449-acf1-419f-94f0-11c40411ac9a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
      "artifactChecksum": "ZmUyNjA0YmYyODcwM2Q4MTMxZjVlZmUyM2M5YTQ1NzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "599193e9-8cb8-4127-ad8c-530236defb78"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:43:19.137Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:43:19.137Z|f377eff5-2413-40ac-9375-0f0147802e73|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5bb2a9c2-c340-476d-a979-b0df554644ed ASDC
2022-06-06T10:43:19.137Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:10954c03-098e-4108-90a3-0c004d256bd6
ServiceName:Demo_pNF_wot6DdHHrKiws4n0tpAY
ServiceVersion:1.0
ServiceUUID:5bb2a9c2-c340-476d-a979-b0df554644ed
ServiceInvariantUUID:cea15ce7-6559-4b1e-8783-93f8f73d5b95
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
ArtifactUUID:599193e9-8cb8-4127-ad8c-530236defb78
ArtifactChecksum:ZmUyNjA0YmYyODcwM2Q4MTMxZjVlZmUyM2M5YTQ1NzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5aaac85c-791c 0
ResourceCustomizationUUID:6d936638-92dc-4911-a30e-20ca7dd93a6b
ResourceInvariantUUID:49442449-acf1-419f-94f0-11c40411ac9a
ResourceName:pNF 5aaac85c-791c
ResourceType:PNF
ResourceUUID:37c50ed1-cfc1-41ce-ab2f-d7f0164b14f0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-06T10:43:19.137Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5bb2a9c2-c340-476d-a979-b0df554644ed ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:43:19.169Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:43:19.169Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T10:43:19.170Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T10:43:19.170Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 599193e9-8cb8-4127-ad8c-530236defb78 from URL: /sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:19.170Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T10:43:19.171Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:19.576Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T10:43:19.580Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar 599193e9-8cb8-4127-ad8c-530236defb78 82648
2022-06-06T10:43:19.580Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar ASDC sendASDCNotification
2022-06-06T10:43:19.580Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:19.581Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:43:19.581Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:43:19.583Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:43:19.583Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512199580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:43:19.683Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:43:19.685Z||pool-273-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:43:19.685Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:43:19.705Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:19.706Z||pool-273-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:43:20.584Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:43:20.585Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T10:43:20.585Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 599193e9-8cb8-4127-ad8c-530236defb78, URL: /sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar to file: /app/ASDC/1/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:20.586Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:20.586Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:20.587Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:20.791Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7900379663238266318/Definitions/service-DemoPnfWot6ddhhrkiws4n0tpay-template.yml
2022-06-06T10:43:21.659Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:43:21.660Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-06T10:43:21.660Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:21.660Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T10:43:21.660Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:21.660Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:21.660Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5aaac85c-791c 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-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:21.661Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:21.661Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:21.661Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:21.661Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:21.661Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-06T10:43:21.661Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:43:21.661Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wot6DdHHrKiws4n0tpAY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:43:21.661Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Node template pNF 5aaac85c-791c 0 is matching search criteria
2022-06-06T10:43:21.662Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-06T10:43:21.662Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 5aaac85c-791c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:43:21.662Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:43:21.662Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wot6DdHHrKiws4n0tpAY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:43:21.662Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Node template pNF 5aaac85c-791c 0 is matching search criteria
2022-06-06T10:43:21.663Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-06T10:43:21.663Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 5aaac85c-791c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:43:21.663Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:43:21.663Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wot6DdHHrKiws4n0tpAY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:43:21.663Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:43:21.663Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wot6DdHHrKiws4n0tpAY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:43:21.663Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:43:21.663Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wot6DdHHrKiws4n0tpAY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:43:21.664Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:43:21.664Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wot6DdHHrKiws4n0tpAY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:43:21.664Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:43:21.664Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wot6DdHHrKiws4n0tpAY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:43:21.664Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_wot6DdHHrKiws4n0tpAY
Description:catalog service description
Model UUID:5bb2a9c2-c340-476d-a979-b0df554644ed
Model Version:NULL
Model InvariantUuid:cea15ce7-6559-4b1e-8783-93f8f73d5b95
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T10:43:21.672Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 37c50ed1-cfc1-41ce-ab2f-d7f0164b14f0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:43:21.676Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||pNF 5aaac85c-791c 0
2022-06-06T10:43:21.676Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 37c50ed1-cfc1-41ce-ab2f-d7f0164b14f0
2022-06-06T10:43:21.676Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 5bb2a9c2-c340-476d-a979-b0df554644ed
2022-06-06T10:43:21.676Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5bb2a9c2-c340-476d-a979-b0df554644ed
2022-06-06T10:43:21.677Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5aaac85c-791c 0 37c50ed1-cfc1-41ce-ab2f-d7f0164b14f0 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:43:21.681Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b56fedc, org.onap.sdc.toscaparser.api.parameters.Input@14abf3df, org.onap.sdc.toscaparser.api.parameters.Input@5050ba4e, org.onap.sdc.toscaparser.api.parameters.Input@1f594fbc, org.onap.sdc.toscaparser.api.parameters.Input@365f295]
2022-06-06T10:43:21.681Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:43:21.681Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wot6DdHHrKiws4n0tpAY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:43:21.682Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5bb2a9c2-c340-476d-a979-b0df554644ed: pNF 5aaac85c-791c
2022-06-06T10:43:21.682Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||Processing PNF resource: 37c50ed1-cfc1-41ce-ab2f-d7f0164b14f0
2022-06-06T10:43:21.682Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:43:21.682Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_wot6DdHHrKiws4n0tpAY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:43:21.682Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||Resource customization UUID: 6d936638-92dc-4911-a30e-20ca7dd93a6b is the same as notified resource customizationUUID: 6d936638-92dc-4911-a30e-20ca7dd93a6b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-06T10:43:21.720Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5aaac85c-791c 37c50ed1-cfc1-41ce-ab2f-d7f0164b14f0 0 ASDC deployResourceStructure
2022-06-06T10:43:21.720Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar ASDC sendASDCNotification
2022-06-06T10:43:21.721Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar
2022-06-06T10:43:21.721Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:43:21.721Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:43:21.723Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:43:21.723Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512201720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:43:21.823Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:43:21.824Z||pool-274-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:43:21.824Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:43:21.845Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:21.846Z||pool-274-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:43:22.723Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10954c03-098e-4108-90a3-0c004d256bd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:43:22.741Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10954c03-098e-4108-90a3-0c004d256bd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T10:43:22.743Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:43:22.743Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:43:22.744Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:43:22.744Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:43:22.744Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:43:22.744Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:43:22.744Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:43:22.748Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:43:52.748Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10954c03-098e-4108-90a3-0c004d256bd6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T10:43:52.754Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10954c03-098e-4108-90a3-0c004d256bd6 and serviceModelVersionId: 5bb2a9c2-c340-476d-a979-b0df554644ed
2022-06-06T10:43:52.754Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cea15ce7-6559-4b1e-8783-93f8f73d5b95
2022-06-06T10:43:52.755Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed?depth=0
2022-06-06T10:43:52.759Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:43:52.791Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed?depth=0|INFO|500||Invoke
2022-06-06T10:43:52.792Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10954c03-098e-4108-90a3-0c004d256bd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5aa160e4-2025-4035-8b2b-8ef51376b20c], X-ECOMP-RequestID=[10954c03-098e-4108-90a3-0c004d256bd6], X-TransactionId=[], X-ONAP-RequestID=[10954c03-098e-4108-90a3-0c004d256bd6], Content-Type=[application/merge-patch+json]}
2022-06-06T10:43:52.815Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:43:52.846Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed?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/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220606-10:43:52:823-81462], Content-Length=[495], Date=[Mon, 06 Jun 2022 10:43:52 GMT], Content-Type=[application/json]}
2022-06-06T10:43:52.848Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed?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/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed","ERR.5.4.6114"]}}}

2022-06-06T10:43:52.848Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed?depth=0|INFO|404|Not Found|InvokeReturn
2022-06-06T10:43:52.853Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=10954c03-098e-4108-90a3-0c004d256bd6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed) (ec=ERR.5.4.6114)
2022-06-06T10:43:52.854Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=10954c03-098e-4108-90a3-0c004d256bd6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed) (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-06-06T10:43:52.854Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=10954c03-098e-4108-90a3-0c004d256bd6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed) (ec=ERR.5.4.6114)
2022-06-06T10:43:52.855Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=10954c03-098e-4108-90a3-0c004d256bd6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed) (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-06-06T10:43:52.861Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T10:43:52.862Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10954c03-098e-4108-90a3-0c004d256bd6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=10954c03-098e-4108-90a3-0c004d256bd6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed) (ec=ERR.5.4.6114)
2022-06-06T10:43:52.862Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-06T10:43:52.862Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:43:52.865Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:43:52.865Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512232862,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d10954c03-098e-4108-90a3-0c004d256bd6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:43:52.965Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:43:52.966Z||pool-275-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T10:43:52.966Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fNaxWAH27aj2i7Ui) ...
2022-06-06T10:43:52.989Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:52.989Z||pool-275-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T10:44:10.444Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:44:10.445Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:44:10.445Z|10954c03-098e-4108-90a3-0c004d256bd6|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:44:10.447Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:44:10.448Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:44:10.448Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:44:10.589Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:44:10.590Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:44:10.590Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:44:10.591Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:44:20.003Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:45:10.444Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:45:10.444Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:45:10.444Z|10954c03-098e-4108-90a3-0c004d256bd6|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:45:10.447Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:45:10.448Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:45:10.448Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:45:11.008Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:45:11.008Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:45:11.008Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:45:11.009Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:45:11.009Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:45:11.009Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "clamp",
  "timestamp": 1654512192723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:45:11.009Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:45:11.009Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:45:11.010Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:45:11.010Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:45:11.010Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:45:11.010Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:45:11.010Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:45:11.010Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:45:11.010Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "clamp",
  "timestamp": 1654512194733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:45:11.010Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:45:11.010Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:45:11.010Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:45:11.010Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:45:11.011Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:45:11.011Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "clamp",
  "timestamp": 1654512195737,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:45:11.019Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10954c03-098e-4108-90a3-0c004d256bd6
2022-06-06T10:45:11.019Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10954c03-098e-4108-90a3-0c004d256bd6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:45:11.027Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:45:11.027Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/resourceInstances/pnf5aaac85c791c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:45:11.028Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:45:11.028Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:45:11.028Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:45:11.028Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:45:11.028Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:45:11.028Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512190444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:45:11.028Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:45:11.028Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:45:11.028Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512199580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:45:11.029Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:45:11.029Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:45:11.029Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512201720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWot6ddhhrkiws4n0tpay/1.0/artifacts/service-DemoPnfWot6ddhhrkiws4n0tpay-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:45:11.029Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:45:11.029Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:45:11.029Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10954c03-098e-4108-90a3-0c004d256bd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512232862,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d10954c03-098e-4108-90a3-0c004d256bd6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cea15ce7-6559-4b1e-8783-93f8f73d5b95/model-vers/model-ver/5bb2a9c2-c340-476d-a979-b0df554644ed) (ec\u003dERR.5.4.6114)"
}
2022-06-06T10:45:11.029Z|1d6bd44f-c9ca-40bf-88dc-24a06736fde1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:45:20.011Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:46:10.444Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:46:10.445Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:46:10.445Z|10954c03-098e-4108-90a3-0c004d256bd6|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:46:10.447Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:46:10.449Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:46:10.449Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:46:20.000Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:46:20.003Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:47:10.444Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:47:10.445Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:47:10.445Z|10954c03-098e-4108-90a3-0c004d256bd6|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:47:10.447Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:47:10.448Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:47:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:47:20.007Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:47:20.014Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:48:10.444Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:48:10.446Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:48:10.446Z|10954c03-098e-4108-90a3-0c004d256bd6|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:48:10.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:48:10.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:48:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:48:20.003Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:48:20.004Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:49:10.444Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:49:10.445Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:49:10.445Z|10954c03-098e-4108-90a3-0c004d256bd6|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:49:10.447Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:49:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:49:10.448Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:49:20.005Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:49:20.009Z|2e2d43a4-c179-4815-9e3c-7cec5fdf4362|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:50:10.444Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:50:10.445Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:50:10.445Z|10954c03-098e-4108-90a3-0c004d256bd6|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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:50:10.447Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:50:10.448Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:50:10.448Z||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 fNaxWAH27aj2i7Ui) ...
2022-06-06T10:50:20.020Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:50:20.024Z|10954c03-098e-4108-90a3-0c004d256bd6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK