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)

2021-09-07T02:46:46.608Z||main|||||INFO|500||The following profiles are active: basic
2021-09-07T02:46:55.607Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-07T02:46:55.628Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-07T02:46:55.715Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-07T02:46:57.844Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-07T02:46:57.997Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-07T02:46:58.342Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-07T02:46:58.349Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-07T02:46:58.425Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-07T02:46:58.541Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-07T02:46:58.905Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-07T02:46:59.723Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-07T02:47:01.503Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-07T02:47:01.548Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-07T02:47:02.079Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-07T02:47:02.270Z||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.
2021-09-07T02:47:03.320Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-07T02:47:04.301Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-07T02:47:04.318Z||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$$e4a59924.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)
2021-09-07T02:47:04.318Z||main|||||WARN|500||The sdc end point is not alive
2021-09-07T02:47:06.999Z||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
2021-09-07T02:47:09.543Z||main|||||WARN|500||---
2021-09-07T02:47:09.544Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-07T02:47:09.544Z||main|||||WARN|500||---
2021-09-07T02:47:10.027Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-07T02:47:14.078Z||main|||||INFO|500||Started Application in 31.497 seconds (JVM running for 32.559)
2021-09-07T02:47:14.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-07T02:47:14.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-07T02:47:14.102Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-07T02:47:14.128Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-07T02:47:14.204Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c94dd309-7624-44cf-96e5-96b4a4a05531 url= /sdc/v1/artifactTypes
2021-09-07T02:47:14.205Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-07T02:47:15.300Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.21.143] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$dc819dc6.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
2021-09-07T02:47:15.304Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5cd20517
2021-09-07T02:47:15.305Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-07T02:47:15.314Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-07T02:47:15.316Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-07T02:47:15.318Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$dc819dc6.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
2021-09-07T02:48:04.072Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-07T02:48:04.072Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-07T02:48:04.072Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-07T02:48:04.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-07T02:48:04.085Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7c97c9a2-3eb6-469c-ad1e-3103ee8f39e3 url= /sdc/v1/artifactTypes
2021-09-07T02:48:04.085Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-07T02:48:05.123Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.21.143] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$dc819dc6.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
2021-09-07T02:48:05.124Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@438cb4e0
2021-09-07T02:48:05.124Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-07T02:48:05.124Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-07T02:48:05.124Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-07T02:48:05.125Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$dc819dc6.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
2021-09-07T02:48:54.071Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-07T02:48:54.072Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-07T02:48:54.072Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-07T02:48:54.074Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-07T02:48:54.078Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de4a9166-e3a4-4e28-b543-e27509c868fb url= /sdc/v1/artifactTypes
2021-09-07T02:48:54.079Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-07T02:48:55.107Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.21.143] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$dc819dc6.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
2021-09-07T02:48:55.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c3ca0ce
2021-09-07T02:48:55.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-07T02:48:55.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-07T02:48:55.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-07T02:48:55.109Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$dc819dc6.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
2021-09-07T02:49:44.071Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-07T02:49:44.072Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-07T02:49:44.072Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-07T02:49:44.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-07T02:49:44.081Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8eec99ae-0072-48e8-bc17-42a30f25aec7 url= /sdc/v1/artifactTypes
2021-09-07T02:49:44.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-07T02:49:45.123Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.21.143] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:49:45.124Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7183fa53
2021-09-07T02:49:45.124Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-07T02:49:45.125Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-07T02:49:45.125Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-07T02:49:45.126Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:50:34.072Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-07T02:50:34.073Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-07T02:50:34.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-07T02:50:34.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-07T02:50:34.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 27ad0cc6-acc5-47df-bf72-84876ec517c4 url= /sdc/v1/artifactTypes
2021-09-07T02:50:34.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-07T02:50:35.107Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.21.143] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:50:35.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ec4277a
2021-09-07T02:50:35.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-07T02:50:35.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-07T02:50:35.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-07T02:50:35.109Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:51:24.071Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-07T02:51:24.072Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-07T02:51:24.072Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-07T02:51:24.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-07T02:51:24.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd0c6390-55e3-40a0-ae0c-a6d1d9d86e4e url= /sdc/v1/artifactTypes
2021-09-07T02:51:24.079Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-07T02:51:25.091Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.21.143] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:51:25.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ec9bc04
2021-09-07T02:51:25.092Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-07T02:51:25.092Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-07T02:51:25.092Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-07T02:51:25.093Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:52:14.071Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-07T02:52:14.072Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-07T02:52:14.072Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-07T02:52:14.074Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-07T02:52:14.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8f76945c-2b70-4932-8f36-f89af579d5fc url= /sdc/v1/artifactTypes
2021-09-07T02:52:14.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-07T02:52:15.107Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.21.143] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:52:15.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@655f1a3d
2021-09-07T02:52:15.107Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-07T02:52:15.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-07T02:52:15.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-07T02:52:15.108Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:53:04.071Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-07T02:53:04.072Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-07T02:53:04.072Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-07T02:53:04.074Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-07T02:53:04.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d35bca21-f3f5-43cc-a723-7bb2b6353a4f url= /sdc/v1/artifactTypes
2021-09-07T02:53:04.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-07T02:53:05.123Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.21.143] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:53:05.123Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b89b0c7
2021-09-07T02:53:05.124Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-07T02:53:05.124Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-07T02:53:05.124Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-07T02:53:05.125Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:53:54.071Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-07T02:53:54.072Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-07T02:53:54.072Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-07T02:53:54.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-07T02:53:54.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fb3c55c6-e764-4c64-ab05-293742b43e87 url= /sdc/v1/artifactTypes
2021-09-07T02:53:54.079Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-07T02:53:55.107Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.21.143] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:53:55.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15489408
2021-09-07T02:53:55.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-07T02:53:55.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-07T02:53:55.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-07T02:53:55.109Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:54:44.072Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-07T02:54:44.072Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-07T02:54:44.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-07T02:54:44.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-07T02:54:44.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= da47d2ba-e7e1-4d17-8fdb-b813cbe94a48 url= /sdc/v1/artifactTypes
2021-09-07T02:54:44.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-07T02:54:45.095Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.21.143] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:54:45.095Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6180d19c
2021-09-07T02:54:45.095Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-07T02:54:45.096Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-07T02:54:45.096Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-07T02:54:45.096Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:55:34.071Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-07T02:55:34.072Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-07T02:55:34.072Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-07T02:55:34.074Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-07T02:55:34.078Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d6afc15-9a06-4f9d-829a-d620d514a05a url= /sdc/v1/artifactTypes
2021-09-07T02:55:34.078Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-07T02:55:35.107Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.21.143] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:55:35.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18db1222
2021-09-07T02:55:35.107Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-07T02:55:35.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-07T02:55:35.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-07T02:55:35.108Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:56:24.071Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-07T02:56:24.072Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-07T02:56:24.072Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-07T02:56:24.074Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-07T02:56:24.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e6edc65d-7546-45f3-849f-f50b75d5ad54 url= /sdc/v1/artifactTypes
2021-09-07T02:56:24.079Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-07T02:56:25.123Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.21.143] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:56:25.123Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c79575
2021-09-07T02:56:25.124Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-07T02:56:25.124Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-07T02:56:25.124Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-07T02:56:25.125Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$dc819dc6.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
2021-09-07T02:57:14.071Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-07T02:57:14.072Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-07T02:57:14.072Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-07T02:57:14.074Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-07T02:57:14.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 907c4b5c-7177-4ef3-9dcf-1f223ade5fbc url= /sdc/v1/artifactTypes
2021-09-07T02:57:14.079Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-07T02:57:14.237Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-07T02:57:14.244Z||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
2021-09-07T02:57:14.264Z||scheduling-1|||||DEBUG|500||create keys
2021-09-07T02:57:14.270Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-07T02:57:14.296Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T02:57:14.310Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a0c298fa-a901-489c-8d91-d109a4fd71c7 url= /sdc/v1/registerForDistribution
2021-09-07T02:57:14.420Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a0c298fa-a901-489c-8d91-d109a4fd71c7 url= /sdc/v1/registerForDistribution
2021-09-07T02:57:14.420Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-07T02:57:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T02:57:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T02:57:14.436Z||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.
2021-09-07T02:57:14.436Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T02:57:14.436Z||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.
2021-09-07T02:57:14.436Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T02:57:14.437Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-07T02:57:18.138Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-07T02:57:24.630Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T02:57:24.630Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T02:58:14.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T02:58:14.430Z||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.
2021-09-07T02:58:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T02:58:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T02:58:14.432Z||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.
2021-09-07T02:58:14.433Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T02:58:23.972Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T02:58:23.973Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T02:59:14.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T02:59:14.430Z||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.
2021-09-07T02:59:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T02:59:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T02:59:14.432Z||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.
2021-09-07T02:59:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T02:59:23.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T02:59:23.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:00:14.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:00:14.430Z||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.
2021-09-07T03:00:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:00:14.431Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:00:14.432Z||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.
2021-09-07T03:00:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:00:23.972Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:00:23.972Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:01:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:01:14.430Z||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.
2021-09-07T03:01:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:01:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:01:14.432Z||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.
2021-09-07T03:01:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:01:23.978Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:01:23.978Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:02:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:02:14.430Z||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.
2021-09-07T03:02:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:02:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:02:14.431Z||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.
2021-09-07T03:02:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:02:23.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:02:23.969Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:03:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:03:14.430Z||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.
2021-09-07T03:03:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:03:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:03:14.431Z||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.
2021-09-07T03:03:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:03:23.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:03:23.975Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:04:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:04:14.430Z||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.
2021-09-07T03:04:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:04:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:04:14.432Z||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.
2021-09-07T03:04:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:04:23.970Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:04:23.971Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:05:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:05:14.430Z||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.
2021-09-07T03:05:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:05:14.431Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:05:14.431Z||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.
2021-09-07T03:05:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:05:23.971Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:05:23.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:06:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:06:14.431Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:06:14.431Z||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.
2021-09-07T03:06:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:06:14.432Z||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.
2021-09-07T03:06:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:06:23.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:06:23.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:07:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:07:14.431Z||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.
2021-09-07T03:07:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:07:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:07:14.431Z||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.
2021-09-07T03:07:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:07:23.973Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:07:23.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:08:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:08:14.430Z||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.
2021-09-07T03:08:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:08:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:08:14.431Z||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.
2021-09-07T03:08:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:08:23.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:08:23.970Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:09:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:09:14.430Z||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.
2021-09-07T03:09:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:09:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:09:14.431Z||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.
2021-09-07T03:09:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:09:23.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:09:23.989Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:10:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:10:14.430Z||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.
2021-09-07T03:10:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:10:14.431Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:10:14.431Z||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.
2021-09-07T03:10:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:10:23.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:10:23.971Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:11:14.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:11:14.430Z||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.
2021-09-07T03:11:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:11:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:11:14.432Z||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.
2021-09-07T03:11:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:11:23.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:11:23.972Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:12:14.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:12:14.430Z||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.
2021-09-07T03:12:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:12:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:12:14.431Z||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.
2021-09-07T03:12:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:12:23.967Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:12:23.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:13:14.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:13:14.430Z||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.
2021-09-07T03:13:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:13:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:13:14.432Z||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.
2021-09-07T03:13:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:13:23.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:13:23.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:14:14.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:14:14.430Z||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.
2021-09-07T03:14:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:14:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:14:14.431Z||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.
2021-09-07T03:14:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:14:23.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:14:23.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:15:14.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:15:14.430Z||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.
2021-09-07T03:15:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:15:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:15:14.432Z||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.
2021-09-07T03:15:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:15:23.972Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:15:23.972Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:16:14.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:16:14.430Z||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.
2021-09-07T03:16:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:16:14.431Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:16:14.432Z||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.
2021-09-07T03:16:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:16:23.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:16:23.968Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:17:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:17:14.430Z||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.
2021-09-07T03:17:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:17:14.431Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:17:14.432Z||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.
2021-09-07T03:17:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:17:23.969Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:17:23.972Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:18:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:18:14.430Z||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.
2021-09-07T03:18:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:18:14.431Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:18:14.431Z||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.
2021-09-07T03:18:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:18:23.982Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:18:23.989Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:19:14.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:19:14.430Z||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.
2021-09-07T03:19:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:19:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:19:14.431Z||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.
2021-09-07T03:19:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:19:23.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:19:23.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:20:14.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:20:14.430Z||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.
2021-09-07T03:20:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:20:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:20:14.431Z||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.
2021-09-07T03:20:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:20:23.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:20:23.970Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:21:14.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:21:14.430Z||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.
2021-09-07T03:21:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:21:14.431Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:21:14.431Z||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.
2021-09-07T03:21:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:21:23.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:21:23.972Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:22:14.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:22:14.430Z||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.
2021-09-07T03:22:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:22:14.431Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:22:14.431Z||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.
2021-09-07T03:22:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:22:23.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:22:23.969Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:23:14.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:23:14.430Z||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.
2021-09-07T03:23:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:23:14.431Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:23:14.431Z||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.
2021-09-07T03:23:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:23:23.968Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:23:23.968Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:24:14.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:24:14.430Z||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.
2021-09-07T03:24:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:24:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:24:14.431Z||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.
2021-09-07T03:24:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:24:23.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:24:23.970Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:25:14.429Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:25:14.430Z||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.
2021-09-07T03:25:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:25:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:25:14.431Z||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.
2021-09-07T03:25:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:25:23.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:25:23.970Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:26:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:26:14.430Z||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.
2021-09-07T03:26:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:26:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:26:14.431Z||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.
2021-09-07T03:26:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:26:23.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:26:23.970Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:27:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:27:14.430Z||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.
2021-09-07T03:27:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:27:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:27:14.431Z||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.
2021-09-07T03:27:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:27:23.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:27:23.965Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:28:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:28:14.430Z||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.
2021-09-07T03:28:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:28:14.431Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:28:14.431Z||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.
2021-09-07T03:28:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:28:23.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:28:23.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:29:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:29:14.430Z||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.
2021-09-07T03:29:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:29:14.431Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:29:14.431Z||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.
2021-09-07T03:29:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:29:23.974Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:29:23.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:30:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:30:14.430Z||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.
2021-09-07T03:30:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:30:14.431Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:30:14.431Z||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.
2021-09-07T03:30:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:30:23.967Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:30:23.968Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:31:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:31:14.430Z||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.
2021-09-07T03:31:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:31:14.431Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:31:14.431Z||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.
2021-09-07T03:31:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:31:23.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:31:23.978Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:32:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:32:14.430Z||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.
2021-09-07T03:32:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:32:14.431Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:32:14.431Z||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.
2021-09-07T03:32:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:32:23.973Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:32:23.981Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:33:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:33:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:33:14.433Z||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.
2021-09-07T03:33:14.433Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:33:14.433Z||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.
2021-09-07T03:33:14.433Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:33:23.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:33:23.973Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:34:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:34:14.430Z||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.
2021-09-07T03:34:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:34:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:34:14.431Z||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.
2021-09-07T03:34:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:34:23.969Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:34:23.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:35:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:35:14.430Z||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.
2021-09-07T03:35:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:35:14.431Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:35:14.431Z||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.
2021-09-07T03:35:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:35:23.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:35:23.969Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:36:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:36:14.431Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:36:14.432Z||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.
2021-09-07T03:36:14.432Z||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.
2021-09-07T03:36:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:36:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:36:23.972Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:36:23.974Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:37:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:37:14.430Z||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.
2021-09-07T03:37:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:37:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:37:14.431Z||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.
2021-09-07T03:37:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:37:23.970Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:37:23.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:38:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:38:14.431Z||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.
2021-09-07T03:38:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:38:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:38:14.431Z||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.
2021-09-07T03:38:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:38:23.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:38:23.970Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:39:14.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:39:14.430Z||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.
2021-09-07T03:39:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:39:14.431Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:39:14.431Z||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.
2021-09-07T03:39:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:39:23.965Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:39:23.968Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:40:14.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:40:14.430Z||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.
2021-09-07T03:40:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:40:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:40:14.431Z||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.
2021-09-07T03:40:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:40:23.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:40:23.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:41:14.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:41:14.430Z||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.
2021-09-07T03:41:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:41:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:41:14.431Z||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.
2021-09-07T03:41:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:41:23.972Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:41:23.972Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:42:14.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:42:14.430Z||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.
2021-09-07T03:42:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:42:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:42:14.431Z||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.
2021-09-07T03:42:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:42:23.969Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:42:23.969Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:43:14.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:43:14.430Z||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.
2021-09-07T03:43:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:43:14.431Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:43:14.431Z||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.
2021-09-07T03:43:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:43:23.973Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:43:23.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:44:14.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:44:14.430Z||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.
2021-09-07T03:44:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:44:14.431Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:44:14.431Z||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.
2021-09-07T03:44:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:44:23.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:44:23.969Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:45:14.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:45:14.430Z||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.
2021-09-07T03:45:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:45:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:45:14.432Z||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.
2021-09-07T03:45:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:45:23.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:45:23.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:46:14.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:46:14.430Z||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.
2021-09-07T03:46:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:46:14.431Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:46:14.431Z||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.
2021-09-07T03:46:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:46:23.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:46:23.967Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:47:14.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:47:14.430Z||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.
2021-09-07T03:47:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:47:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:47:14.431Z||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.
2021-09-07T03:47:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:47:23.967Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:47:23.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:48:14.429Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:48:14.430Z||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.
2021-09-07T03:48:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:48:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:48:14.432Z||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.
2021-09-07T03:48:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:48:23.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:48:23.969Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:49:14.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:49:14.430Z||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.
2021-09-07T03:49:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:49:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:49:14.432Z||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.
2021-09-07T03:49:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:49:23.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:49:23.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:50:14.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:50:14.430Z||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.
2021-09-07T03:50:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:50:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:50:14.432Z||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.
2021-09-07T03:50:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:50:23.967Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:50:23.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:51:14.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:51:14.430Z||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.
2021-09-07T03:51:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:51:14.431Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:51:14.431Z||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.
2021-09-07T03:51:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:51:23.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:51:23.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:52:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:52:14.430Z||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.
2021-09-07T03:52:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:52:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:52:14.432Z||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.
2021-09-07T03:52:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:52:23.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:52:23.972Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:53:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:53:14.430Z||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.
2021-09-07T03:53:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:53:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:53:14.431Z||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.
2021-09-07T03:53:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:53:23.966Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:53:23.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:54:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:54:14.430Z||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.
2021-09-07T03:54:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:54:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:54:14.431Z||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.
2021-09-07T03:54:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:54:23.964Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:54:23.965Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:55:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:55:14.430Z||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.
2021-09-07T03:55:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:55:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:55:14.431Z||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.
2021-09-07T03:55:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:55:23.968Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:55:23.968Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:56:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:56:14.430Z||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.
2021-09-07T03:56:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:56:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:56:14.431Z||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.
2021-09-07T03:56:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:56:23.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:56:23.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:57:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:57:14.430Z||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.
2021-09-07T03:57:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:57:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:57:14.431Z||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.
2021-09-07T03:57:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:57:23.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:57:23.968Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:58:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:58:14.430Z||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.
2021-09-07T03:58:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:58:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:58:14.431Z||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.
2021-09-07T03:58:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:58:23.966Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:58:23.971Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:59:14.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:59:14.430Z||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.
2021-09-07T03:59:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:59:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T03:59:14.432Z||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.
2021-09-07T03:59:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T03:59:23.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T03:59:23.970Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:00:14.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:00:14.430Z||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.
2021-09-07T04:00:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:00:14.431Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:00:14.431Z||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.
2021-09-07T04:00:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:00:23.968Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:00:23.969Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:01:14.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:01:14.430Z||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.
2021-09-07T04:01:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:01:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:01:14.431Z||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.
2021-09-07T04:01:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:01:23.976Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:01:23.977Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:02:14.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:02:14.430Z||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.
2021-09-07T04:02:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:02:14.431Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:02:14.431Z||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.
2021-09-07T04:02:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:02:23.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:02:23.967Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:03:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:03:14.430Z||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.
2021-09-07T04:03:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:03:14.432Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:03:14.432Z||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.
2021-09-07T04:03:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:03:23.968Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:03:23.968Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:04:14.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:04:14.430Z||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.
2021-09-07T04:04:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:04:14.431Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:04:14.432Z||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.
2021-09-07T04:04:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:04:23.967Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:04:23.967Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:05:14.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:05:14.430Z||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.
2021-09-07T04:05:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:05:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:05:14.431Z||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.
2021-09-07T04:05:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:05:23.965Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:05:23.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:06:14.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:06:14.430Z||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.
2021-09-07T04:06:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:06:14.431Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:06:14.431Z||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.
2021-09-07T04:06:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:06:23.967Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:06:23.967Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:07:14.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:07:14.430Z||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.
2021-09-07T04:07:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:07:14.431Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:07:14.431Z||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.
2021-09-07T04:07:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:07:23.965Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:07:23.965Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:08:14.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:08:14.430Z||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.
2021-09-07T04:08:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:08:14.431Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:08:14.431Z||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.
2021-09-07T04:08:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:08:23.967Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:08:23.967Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:09:14.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:09:14.430Z||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.
2021-09-07T04:09:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:09:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:09:14.431Z||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.
2021-09-07T04:09:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:09:23.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:09:23.969Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:10:14.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:10:14.430Z||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.
2021-09-07T04:10:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:10:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:10:14.431Z||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.
2021-09-07T04:10:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:10:23.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:10:23.969Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:11:14.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:11:14.430Z||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.
2021-09-07T04:11:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:11:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:11:14.432Z||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.
2021-09-07T04:11:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:11:23.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:11:23.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:12:14.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:12:14.430Z||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.
2021-09-07T04:12:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:12:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:12:14.431Z||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.
2021-09-07T04:12:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:12:23.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:12:23.971Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:13:14.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:13:14.430Z||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.
2021-09-07T04:13:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:13:14.431Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:13:14.431Z||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.
2021-09-07T04:13:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:13:23.965Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:13:23.968Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:14:14.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:14:14.430Z||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.
2021-09-07T04:14:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:14:14.431Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:14:14.431Z||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.
2021-09-07T04:14:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:14:23.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:14:23.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:15:14.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:15:14.430Z||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.
2021-09-07T04:15:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:15:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:15:14.431Z||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.
2021-09-07T04:15:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:15:23.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:15:23.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:16:14.429Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:16:14.430Z||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.
2021-09-07T04:16:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:16:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:16:14.431Z||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.
2021-09-07T04:16:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:16:23.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:16:23.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:17:14.429Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:17:14.430Z||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.
2021-09-07T04:17:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:17:14.431Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:17:14.431Z||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.
2021-09-07T04:17:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:17:23.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:17:23.969Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:18:14.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:18:14.430Z||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.
2021-09-07T04:18:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:18:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:18:14.431Z||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.
2021-09-07T04:18:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:18:23.968Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:18:23.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:19:14.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:19:14.430Z||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.
2021-09-07T04:19:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:19:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:19:14.431Z||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.
2021-09-07T04:19:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:19:23.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:19:23.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:20:14.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:20:14.430Z||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.
2021-09-07T04:20:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:20:14.431Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:20:14.431Z||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.
2021-09-07T04:20:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:20:23.968Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:20:23.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:21:14.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:21:14.430Z||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.
2021-09-07T04:21:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:21:14.431Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:21:14.431Z||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.
2021-09-07T04:21:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:21:23.969Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:21:23.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:22:14.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:22:14.430Z||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.
2021-09-07T04:22:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:22:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:22:14.432Z||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.
2021-09-07T04:22:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:22:23.968Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:22:23.968Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:23:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:23:14.430Z||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.
2021-09-07T04:23:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:23:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:23:14.431Z||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.
2021-09-07T04:23:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:23:23.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:23:23.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:24:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:24:14.430Z||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.
2021-09-07T04:24:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:24:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:24:14.431Z||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.
2021-09-07T04:24:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:24:23.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:24:23.968Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:25:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:25:14.430Z||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.
2021-09-07T04:25:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:25:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:25:14.431Z||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.
2021-09-07T04:25:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:25:23.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:25:23.971Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:26:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:26:14.430Z||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.
2021-09-07T04:26:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:26:14.431Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:26:14.431Z||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.
2021-09-07T04:26:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:26:23.966Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:26:23.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:27:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:27:14.430Z||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.
2021-09-07T04:27:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:27:14.431Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:27:14.431Z||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.
2021-09-07T04:27:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:27:23.966Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:27:23.968Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:28:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:28:14.430Z||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.
2021-09-07T04:28:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:28:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:28:14.431Z||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.
2021-09-07T04:28:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:28:23.968Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:28:23.968Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:29:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:29:14.430Z||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.
2021-09-07T04:29:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:29:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:29:14.431Z||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.
2021-09-07T04:29:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:29:23.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:29:23.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:30:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:30:14.430Z||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.
2021-09-07T04:30:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:30:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:30:14.431Z||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.
2021-09-07T04:30:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:30:23.965Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:30:23.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:31:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:31:14.430Z||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.
2021-09-07T04:31:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:31:14.431Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:31:14.431Z||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.
2021-09-07T04:31:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:31:23.963Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:31:23.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:32:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:32:14.430Z||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.
2021-09-07T04:32:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:32:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:32:14.431Z||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.
2021-09-07T04:32:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:32:23.969Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:32:23.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:33:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:33:14.430Z||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.
2021-09-07T04:33:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:33:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:33:14.431Z||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.
2021-09-07T04:33:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:33:23.962Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:33:23.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:34:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:34:14.430Z||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.
2021-09-07T04:34:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:34:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:34:14.431Z||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.
2021-09-07T04:34:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:34:23.965Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:34:23.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:35:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:35:14.430Z||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.
2021-09-07T04:35:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:35:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:35:14.431Z||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.
2021-09-07T04:35:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:35:23.964Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:35:23.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:36:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:36:14.430Z||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.
2021-09-07T04:36:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:36:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:36:14.431Z||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.
2021-09-07T04:36:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:36:23.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:36:23.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:37:14.429Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:37:14.430Z||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.
2021-09-07T04:37:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:37:14.431Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:37:14.431Z||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.
2021-09-07T04:37:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:37:23.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:37:23.970Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:38:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:38:14.430Z||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.
2021-09-07T04:38:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:38:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:38:14.431Z||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.
2021-09-07T04:38:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:38:23.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:38:23.968Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:39:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:39:14.430Z||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.
2021-09-07T04:39:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:39:14.431Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:39:14.431Z||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.
2021-09-07T04:39:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:39:23.965Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:39:23.965Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:40:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:40:14.430Z||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.
2021-09-07T04:40:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:40:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:40:14.431Z||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.
2021-09-07T04:40:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:40:23.962Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:40:23.966Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:41:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:41:14.430Z||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.
2021-09-07T04:41:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:41:14.431Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:41:14.431Z||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.
2021-09-07T04:41:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:41:23.968Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:41:23.968Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:42:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:42:14.430Z||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.
2021-09-07T04:42:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:42:14.431Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:42:14.431Z||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.
2021-09-07T04:42:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:42:23.962Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:42:23.967Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:43:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:43:14.430Z||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.
2021-09-07T04:43:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:43:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:43:14.431Z||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.
2021-09-07T04:43:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:43:23.965Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:43:23.969Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:44:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:44:14.430Z||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.
2021-09-07T04:44:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:44:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:44:14.431Z||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.
2021-09-07T04:44:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:44:23.964Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:44:23.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:14.429Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:45:14.430Z||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.
2021-09-07T04:45:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:45:14.431Z||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.
2021-09-07T04:45:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:15.052Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:15.053Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:15.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"beef43b4-545d-47b8-9d06-61b7a1736a53","serviceName":"vFW 2021-09-07 04-41-40","serviceVersion":"1.0","serviceUUID":"480d08b0-fb8d-4588-b758-51ca2bb5ca99","serviceDescription":"catalog service description","serviceInvariantUUID":"3566820c-55b8-424c-a9dc-1117f4d705b9","resources":[{"resourceInstanceName":"vFW 0255a6e4-4e24 0","resourceName":"vFW 0255a6e4-4e24","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d419d32-ce35-4305-9e6f-69bac401d7f2","resourceInvariantUUID":"47dc35d8-e50a-435b-bf66-d22d0070f6cb","resourceCustomizationUUID":"78466fe3-448d-4003-ba9f-c4d07c4fdeff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vf-license-model.xml","artifactChecksum":"MDE2NTNhYmNlMGJjZmVlMmU5YWM2NjhhNjZlMzQ5OTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f63279a-b0ec-42e5-9434-cc7b078dc841","artifactVersion":"1"},{"artifactName":"vfw0255a6e44e240_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json","artifactChecksum":"ZmJiOWM4M2ZiODdhYWY3YWMxZTllZThkMzc5YTA2N2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1ab3b4e-cc83-4c55-b369-c3d080a3f54f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e4957510-f487-47d5-807d-c5e632912c04","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vendor-license-model.xml","artifactChecksum":"ODI4MDk0NDk4MDNlNGQ1Mzc2ODM5OGFlM2RlOTY3YmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b7e742c3-a697-4629-96a7-971f5eb2f894","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"01808949-7068-4d07-9d4d-063637b487a9","artifactVersion":"2","generatedFromUUID":"e4957510-f487-47d5-807d-c5e632912c04"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210907044140-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-template.yml","artifactChecksum":"MGFkNjdiMGIzNGRlMzIyM2RhZDAwOGJjOGFhY2NhOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffc9d129-aae2-4456-93eb-a1b0e1f1c80f","artifactVersion":"1"},{"artifactName":"service-Vfw20210907044140-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar","artifactChecksum":"OTY3NGUzOTg0MWI2ODllZmQyYTVkMmY2MmNlZDBhYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b371e5fb-7ac3-4fee-8202-bc6615fa62d3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T04:45:15.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989879821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.060Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:45:15.065Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:15.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "aai-ml",
  "timestamp": 1630989871181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "cds",
  "timestamp": 1630989876183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989879821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:45:15.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "aai-ml",
  "timestamp": 1630989871181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "cds",
  "timestamp": 1630989876183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "dcae-sch",
  "timestamp": 1630989881780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989879821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "aai-ml",
  "timestamp": 1630989871181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.074Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "cds",
  "timestamp": 1630989876183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.074Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989914429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "dcae-sch",
  "timestamp": 1630989881780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989879821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "aai-ml",
  "timestamp": 1630989871181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "cds",
  "timestamp": 1630989876183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630989883506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "dcae-sch",
  "timestamp": 1630989881780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989879821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T04:45:15.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "aai-ml",
  "timestamp": 1630989871181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "cds",
  "timestamp": 1630989876183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630989883506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "dcae-sch",
  "timestamp": 1630989881780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "policy-id",
  "timestamp": 1630989885238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989879821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "aai-ml",
  "timestamp": 1630989871181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "cds",
  "timestamp": 1630989876183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630989883506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "dcae-sch",
  "timestamp": 1630989881780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "policy-id",
  "timestamp": 1630989885238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989879821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "aai-ml",
  "timestamp": 1630989871181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:45:15.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "cds",
  "timestamp": 1630989876183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:45:15.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630989883506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "dcae-sch",
  "timestamp": 1630989881780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989887212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "policy-id",
  "timestamp": 1630989885238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630989883506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "dcae-sch",
  "timestamp": 1630989881780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989888702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "aai-ml",
  "timestamp": 1630989888728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "cds",
  "timestamp": 1630989888735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989887212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "policy-id",
  "timestamp": 1630989885238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630989883506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "cds",
  "timestamp": 1630989889751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-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=?
2021-09-07T04:45:15.174Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-07T04:45:15.177Z||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.
2021-09-07T04:45:15.177Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:15.186Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:15.186Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-07T04:45:15.211Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of beef43b4-545d-47b8-9d06-61b7a1736a53
2021-09-07T04:45:15.225Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId beef43b4-545d-47b8-9d06-61b7a1736a53 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 (?, ?, ?, ?, ?)
2021-09-07T04:45:15.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989887212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "policy-id",
  "timestamp": 1630989885238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630989883506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989890286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989887212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "policy-id",
  "timestamp": 1630989885238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989891879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:45:15.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:45:15.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989887212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "policy-id",
  "timestamp": 1630989885238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:45:15.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989887212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989893021,
  "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=?
2021-09-07T04:45:15.257Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of beef43b4-545d-47b8-9d06-61b7a1736a53
2021-09-07T04:45:15.257Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId beef43b4-545d-47b8-9d06-61b7a1736a53 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 (?, ?, ?, ?, ?)
2021-09-07T04:45:15.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "policy-id",
  "timestamp": 1630989893698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:45:15.263Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:45:15.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989887212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:45:15.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T04:45:15.264Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:45:15.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "policy-id",
  "timestamp": 1630989894713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:45:15.264Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:45:15.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "policy-id",
  "timestamp": 1630989895721,
  "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=?
2021-09-07T04:45:15.267Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of beef43b4-545d-47b8-9d06-61b7a1736a53
2021-09-07T04:45:15.267Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId beef43b4-545d-47b8-9d06-61b7a1736a53 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=?
2021-09-07T04:45:15.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989895999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:45:15.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:45:15.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "clamp",
  "timestamp": 1630989898836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "aai-ml",
  "timestamp": 1630989899499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T04:45:15.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:45:15.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "clamp",
  "timestamp": 1630989898836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:45:15.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "aai-ml",
  "timestamp": 1630989900504,
  "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=?
2021-09-07T04:45:15.277Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of beef43b4-545d-47b8-9d06-61b7a1736a53
2021-09-07T04:45:15.278Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId beef43b4-545d-47b8-9d06-61b7a1736a53 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 (?, ?, ?, ?, ?)
2021-09-07T04:45:15.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989900959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:45:15.283Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:45:15.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "clamp",
  "timestamp": 1630989898836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989901964,
  "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=?
2021-09-07T04:45:15.286Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of beef43b4-545d-47b8-9d06-61b7a1736a53
2021-09-07T04:45:15.286Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId beef43b4-545d-47b8-9d06-61b7a1736a53 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 (?, ?, ?, ?, ?)
2021-09-07T04:45:15.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "clamp",
  "timestamp": 1630989898836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "clamp",
  "timestamp": 1630989898836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "clamp",
  "timestamp": 1630989898836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:15.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:15.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:45:15.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "clamp",
  "timestamp": 1630989898836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:45:15.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:45:16.080Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:45:16.080Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:16.082Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:16.082Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989914429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:45:16.182Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:45:16.183Z||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.
2021-09-07T04:45:16.183Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:16.192Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:16.192Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:45:17.083Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:45:17.084Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:17.085Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:17.086Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989914429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:45:17.186Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:45:17.186Z||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.
2021-09-07T04:45:17.186Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:17.197Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:17.197Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:45:18.086Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:45:18.087Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:18.088Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:18.088Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989914429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:18.188Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:45:18.189Z||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.
2021-09-07T04:45:18.189Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:18.197Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:18.198Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:45:19.088Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:45:19.089Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:19.090Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:19.090Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989914429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T04:45:19.190Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:45:19.191Z||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.
2021-09-07T04:45:19.191Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:19.199Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:19.199Z||pool-7-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:45:20.091Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:45:20.091Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:20.093Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:20.093Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989914429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:45:20.194Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-07T04:45:20.194Z||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.
2021-09-07T04:45:20.194Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:20.204Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:20.204Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:45:21.094Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:45:21.095Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:21.096Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:21.096Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989914429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:45:21.196Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:45:21.197Z||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.
2021-09-07T04:45:21.197Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:21.205Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:21.205Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:45:22.097Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "serviceName": "vFW 2021-09-07 04-41-40",
  "serviceVersion": "1.0",
  "serviceUUID": "480d08b0-fb8d-4588-b758-51ca2bb5ca99",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3566820c-55b8-424c-a9dc-1117f4d705b9",
  "resources": [
    {
      "resourceInstanceName": "vFW 0255a6e4-4e24 0",
      "resourceCustomizationUUID": "78466fe3-448d-4003-ba9f-c4d07c4fdeff",
      "resourceName": "vFW 0255a6e4-4e24",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d419d32-ce35-4305-9e6f-69bac401d7f2",
      "resourceInvariantUUID": "47dc35d8-e50a-435b-bf66-d22d0070f6cb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0255a6e44e240_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
          "artifactChecksum": "ZmJiOWM4M2ZiODdhYWY3YWMxZTllZThkMzc5YTA2N2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f1ab3b4e-cc83-4c55-b369-c3d080a3f54f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e4957510-f487-47d5-807d-c5e632912c04",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "01808949-7068-4d07-9d4d-063637b487a9",
            "generatedFromUUID": "e4957510-f487-47d5-807d-c5e632912c04"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "01808949-7068-4d07-9d4d-063637b487a9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210907044140-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
      "artifactChecksum": "OTY3NGUzOTg0MWI2ODllZmQyYTVkMmY2MmNlZDBhYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b371e5fb-7ac3-4fee-8202-bc6615fa62d3"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T04:45:22.098Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T04:45:22.098Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 480d08b0-fb8d-4588-b758-51ca2bb5ca99 ASDC
2021-09-07T04:45:22.182Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:beef43b4-545d-47b8-9d06-61b7a1736a53
ServiceName:vFW 2021-09-07 04-41-40
ServiceVersion:1.0
ServiceUUID:480d08b0-fb8d-4588-b758-51ca2bb5ca99
ServiceInvariantUUID:3566820c-55b8-424c-a9dc-1117f4d705b9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210907044140-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar
ArtifactUUID:b371e5fb-7ac3-4fee-8202-bc6615fa62d3
ArtifactChecksum:OTY3NGUzOTg0MWI2ODllZmQyYTVkMmY2MmNlZDBhYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0255a6e4-4e24 0
ResourceCustomizationUUID:78466fe3-448d-4003-ba9f-c4d07c4fdeff
ResourceInvariantUUID:47dc35d8-e50a-435b-bf66-d22d0070f6cb
ResourceName:vFW 0255a6e4-4e24
ResourceType:VF
ResourceUUID:3d419d32-ce35-4305-9e6f-69bac401d7f2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0255a6e44e240_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json
ArtifactUUID:f1ab3b4e-cc83-4c55-b369-c3d080a3f54f
ArtifactChecksum:ZmJiOWM4M2ZiODdhYWY3YWMxZTllZThkMzc5YTA2N2U=
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/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml
ArtifactUUID:e4957510-f487-47d5-807d-c5e632912c04
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/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env
ArtifactUUID:01808949-7068-4d07-9d4d-063637b487a9
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/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env
ArtifactUUID:01808949-7068-4d07-9d4d-063637b487a9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-07T04:45:22.183Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 480d08b0-fb8d-4588-b758-51ca2bb5ca99 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=?
2021-09-07T04:45:22.215Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T04:45:22.216Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-07T04:45:22.217Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-07T04:45:22.217Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b371e5fb-7ac3-4fee-8202-bc6615fa62d3 from URL: /sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar
2021-09-07T04:45:22.217Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-07T04:45:22.218Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar
2021-09-07T04:45:23.379Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-07T04:45:23.398Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar b371e5fb-7ac3-4fee-8202-bc6615fa62d3 98734
2021-09-07T04:45:23.399Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar ASDC sendASDCNotification
2021-09-07T04:45:23.399Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar
2021-09-07T04:45:23.400Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:45:23.400Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:23.402Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:23.402Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989923398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:45:23.502Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:45:23.503Z||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.
2021-09-07T04:45:23.503Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:23.511Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:23.512Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:45:24.402Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T04:45:24.403Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-07T04:45:24.403Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b371e5fb-7ac3-4fee-8202-bc6615fa62d3, URL: /sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar to file: /app/ASDC/1/service-Vfw20210907044140-csar.csar
2021-09-07T04:45:24.404Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210907044140-csar.csar
2021-09-07T04:45:24.462Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210907044140-csar.csar
2021-09-07T04:45:24.462Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210907044140-csar.csar
2021-09-07T04:45:24.884Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6480082643277007592/Definitions/service-Vfw20210907044140-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-07T04:45:27.345Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T04:45:27.349Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-07T04:45:27.349Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210907044140-csar.csar
2021-09-07T04:45:27.349Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-07T04:45:27.349Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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-Vfw20210907044140-csar.csar
2021-09-07T04:45:27.349Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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-Vfw20210907044140-csar.csar
2021-09-07T04:45:27.349Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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-Vfw20210907044140-csar.csar
2021-09-07T04:45:27.349Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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-Vfw20210907044140-csar.csar
2021-09-07T04:45:27.349Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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-Vfw20210907044140-csar.csar
2021-09-07T04:45:27.349Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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-Vfw20210907044140-csar.csar
2021-09-07T04:45:27.349Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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-Vfw20210907044140-csar.csar
2021-09-07T04:45:27.349Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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-Vfw20210907044140-csar.csar
2021-09-07T04:45:27.350Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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-Vfw20210907044140-csar.csar
2021-09-07T04:45:27.350Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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-Vfw20210907044140-csar.csar
2021-09-07T04:45:27.350Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0255a6e4-4e24 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-Vfw20210907044140-csar.csar
2021-09-07T04:45:27.350Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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-Vfw20210907044140-csar.csar
2021-09-07T04:45:27.350Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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-Vfw20210907044140-csar.csar
2021-09-07T04:45:27.350Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-07T04:45:27.355Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.356Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:27.358Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is matching search criteria
2021-09-07T04:45:27.358Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-07T04:45:27.359Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0255a6e4-4e24 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T04:45:27.370Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.370Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:27.371Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is matching search criteria
2021-09-07T04:45:27.371Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-07T04:45:27.371Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0255a6e4-4e24 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T04:45:27.371Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.371Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:27.374Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.374Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is not matching search criteria
2021-09-07T04:45:27.374Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:45:27.374Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:45:27.374Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:45:27.375Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:27.375Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:45:27.375Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:45:27.375Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:45:27.375Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:45:27.375Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:45:27.375Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:45:27.375Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:27.375Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:45:27.375Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:27.376Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:45:27.376Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:45:27.376Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-07T04:45:27.376Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.376Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T04:45:27.377Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.377Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is matching search criteria
2021-09-07T04:45:27.377Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0255a6e4-4e24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:45:27.377Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.377Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is matching search criteria
2021-09-07T04:45:27.378Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0255a6e4-4e24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:45:27.378Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.378Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is matching search criteria
2021-09-07T04:45:27.378Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0255a6e4-4e24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:45:27.378Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.378Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is not matching search criteria
2021-09-07T04:45:27.378Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:45:27.378Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:45:27.378Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T04:45:27.378Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:45:27.379Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:45:27.379Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:45:27.379Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:27.379Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:45:27.379Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:27.379Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:45:27.379Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:45:27.379Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e814669e-e2c3-4640-84b4-64f12907ff1e
2021-09-07T04:45:27.379Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.379Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is not matching search criteria
2021-09-07T04:45:27.379Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:45:27.380Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:45:27.380Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:45:27.380Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:27.380Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:45:27.380Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:45:27.380Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:45:27.380Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T04:45:27.380Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:45:27.380Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:27.380Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:45:27.380Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:45:27.380Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fffb8fd3-b222-4bfc-96a4-f77ba39a4ec5
2021-09-07T04:45:27.381Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.381Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is not matching search criteria
2021-09-07T04:45:27.381Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:45:27.381Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:45:27.381Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:45:27.381Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:27.381Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:45:27.381Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:45:27.381Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:45:27.381Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:45:27.382Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:45:27.382Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:45:27.382Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:27.382Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T04:45:27.382Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4ffdbd52-28f1-41e4-937e-1b9d63d480be
2021-09-07T04:45:27.382Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.382Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:27.382Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.382Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:27.382Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.382Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:27.383Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:27.383Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:27.383Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-07 04-41-40
Description:catalog service description
Model UUID:480d08b0-fb8d-4588-b758-51ca2bb5ca99
Model Version:NULL
Model InvariantUuid:3566820c-55b8-424c-a9dc-1117f4d705b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0255a6e4-4e24
Model UUID:79b19315-ce1f-4031-bc54-405f7f637a57
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:47dc35d8-e50a-435b-bf66-d22d0070f6cb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:78466fe3-448d-4003-ba9f-c4d07c4fdeff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f320b883-e301-4ab2-bba9-c208dd81eb13
ModelName:Vfw0255a6e44e24..base_vfw..module-0
ModelUuid:7b099ec2-0c66-4d39-a74b-80917f1e1dc6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e814669e-e2c3-4640-84b4-64f12907ff1e
ModelInvariantUuid:5b170f16-90cf-42aa-a95d-e888542bf831
ModelName:vFW 0255a6e4-4e24-nodes.vfwCvfc
ModelUuid:9f1f78dc-3191-4805-9d4f-102dcb84c663
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:987a5e8a-33b2-4328-bedc-b99fca362274
ModelInvariantUuid:c7044ff2-40c1-4079-b4e2-5f47a06b96fb
ModelName:Vfw0255a6e44e24.compute.nodes.heat.vfw
ModelUuid:75cfa9ce-164b-4b17-99ff-cabaeb9cc52a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fffb8fd3-b222-4bfc-96a4-f77ba39a4ec5
ModelInvariantUuid:43be954d-f755-46c0-ac97-7abaed2aea31
ModelName:vFW 0255a6e4-4e24-nodes.vsnCvfc
ModelUuid:25161f31-4419-4e95-94d7-bbcc627b00ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9baf3800-acb8-4645-9b8e-12aed1aa9b3f
ModelInvariantUuid:a888a8da-869e-4c88-a307-e8de979e8d6c
ModelName:Vfw0255a6e44e24.compute.nodes.heat.vsn
ModelUuid:d60c707a-0c50-400d-9ca8-0b48d5e955ee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4ffdbd52-28f1-41e4-937e-1b9d63d480be
ModelInvariantUuid:f6bd35bd-94ef-49d3-90aa-b70c49947b6a
ModelName:vFW 0255a6e4-4e24-nodes.vpgCvfc
ModelUuid:e96d2406-2995-4211-8a73-6cc2b7908972
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:429a6788-97e4-4111-bcd5-ada7c18fe4d9
ModelInvariantUuid:455277d2-6625-439a-b2a7-29ec6a4b9939
ModelName:Vfw0255a6e44e24.compute.nodes.heat.vpg
ModelUuid:760f3982-e075-422b-be22-ff650b12261b
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T04:45:27.394Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d419d32-ce35-4305-9e6f-69bac401d7f2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:45:27.471Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||vFW 0255a6e4-4e24 0
2021-09-07T04:45:27.477Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d419d32-ce35-4305-9e6f-69bac401d7f2
2021-09-07T04:45:27.477Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f1ab3b4e-cc83-4c55-b369-c3d080a3f54f from URL: /sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json
2021-09-07T04:45:27.477Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-07T04:45:27.477Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json
2021-09-07T04:45:28.276Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-07T04:45:28.276Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json f1ab3b4e-cc83-4c55-b369-c3d080a3f54f 785
2021-09-07T04:45:28.277Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json ASDC sendASDCNotification
2021-09-07T04:45:28.277Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json
2021-09-07T04:45:28.277Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:45:28.277Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:28.279Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:28.279Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989928277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:45:28.379Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:45:28.380Z||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.
2021-09-07T04:45:28.380Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:28.388Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:28.389Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:45:29.283Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0255a6e44e24..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f320b883-e301-4ab2-bba9-c208dd81eb13",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7b099ec2-0c66-4d39-a74b-80917f1e1dc6",
    "vfModuleModelCustomizationUUID": "a0f9ad57-2f45-4787-a927-f3ad6ead6d8b",
    "isBase": true,
    "artifacts": [
      "e4957510-f487-47d5-807d-c5e632912c04",
      "01808949-7068-4d07-9d4d-063637b487a9"
    ],
    "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": ""
    }
  }
]
2021-09-07T04:45:29.294Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0255a6e44e24..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7b099ec2-0c66-4d39-a74b-80917f1e1dc6
VfModuleModelInvariantUUID:f320b883-e301-4ab2-bba9-c208dd81eb13
VfModuleModelDescription:NULL
Artifacts UUID List:{
e4957510-f487-47d5-807d-c5e632912c04
,
01808949-7068-4d07-9d4d-063637b487a9

}
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


}

2021-09-07T04:45:29.297Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0255a6e44e24..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f320b883-e301-4ab2-bba9-c208dd81eb13",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7b099ec2-0c66-4d39-a74b-80917f1e1dc6",
    "vfModuleModelCustomizationUUID": "a0f9ad57-2f45-4787-a927-f3ad6ead6d8b",
    "isBase": true,
    "artifacts": [
      "e4957510-f487-47d5-807d-c5e632912c04",
      "01808949-7068-4d07-9d4d-063637b487a9"
    ],
    "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": ""
    }
  }
]
2021-09-07T04:45:29.297Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0255a6e44e24..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7b099ec2-0c66-4d39-a74b-80917f1e1dc6
VfModuleModelInvariantUUID:f320b883-e301-4ab2-bba9-c208dd81eb13
VfModuleModelDescription:NULL
Artifacts UUID List:{
e4957510-f487-47d5-807d-c5e632912c04
,
01808949-7068-4d07-9d4d-063637b487a9

}
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


}

2021-09-07T04:45:29.297Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e4957510-f487-47d5-807d-c5e632912c04 from URL: /sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml
2021-09-07T04:45:29.297Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-07T04:45:29.298Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml
2021-09-07T04:45:29.689Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-07T04:45:29.690Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml e4957510-f487-47d5-807d-c5e632912c04 20368
2021-09-07T04:45:29.690Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T04:45:29.690Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml
2021-09-07T04:45:29.690Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:45:29.690Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:29.692Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:29.692Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989929690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:45:29.792Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:45:29.793Z||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.
2021-09-07T04:45:29.793Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:29.802Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:29.803Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:45:30.692Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01808949-7068-4d07-9d4d-063637b487a9 from URL: /sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env
2021-09-07T04:45:30.693Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-07T04:45:30.693Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env
2021-09-07T04:45:30.820Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-07T04:45:30.820Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env 01808949-7068-4d07-9d4d-063637b487a9 2098
2021-09-07T04:45:30.820Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T04:45:30.821Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env
2021-09-07T04:45:30.821Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:45:30.821Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:30.822Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:30.822Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989930820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:45:30.922Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:45:30.923Z||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.
2021-09-07T04:45:30.923Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:30.932Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:30.932Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:45:31.823Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 480d08b0-fb8d-4588-b758-51ca2bb5ca99
2021-09-07T04:45:31.823Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0255a6e4-4e24 0 3d419d32-ce35-4305-9e6f-69bac401d7f2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:45:31.853Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1cbf32e, org.onap.sdc.toscaparser.api.parameters.Input@3db586a5, org.onap.sdc.toscaparser.api.parameters.Input@1cd74daf, org.onap.sdc.toscaparser.api.parameters.Input@1dcbb042, org.onap.sdc.toscaparser.api.parameters.Input@43c77256]
2021-09-07T04:45:31.855Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.856Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:31.856Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-09-07T04:45:31.856Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 78466fe3-448d-4003-ba9f-c4d07c4fdeff
2021-09-07T04:45:31.856Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 78466fe3-448d-4003-ba9f-c4d07c4fdeff matches Tosca VF Customization UUID: 78466fe3-448d-4003-ba9f-c4d07c4fdeff
2021-09-07T04:45:31.856Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 78466fe3-448d-4003-ba9f-c4d07c4fdeff  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-07T04:45:31.860Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.861Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:31.862Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 78466fe3-448d-4003-ba9f-c4d07c4fdeff: {\"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\"}
2021-09-07T04:45:31.862Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@631c2397
2021-09-07T04:45:31.862Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.862Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T04:45:31.862Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a0f9ad57-2f45-4787-a927-f3ad6ead6d8b
2021-09-07T04:45:31.863Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a0f9ad57-2f45-4787-a927-f3ad6ead6d8b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-07T04:45:31.867Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.867Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is matching search criteria
2021-09-07T04:45:31.867Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0255a6e4-4e24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:45:31.867Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.868Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is matching search criteria
2021-09-07T04:45:31.868Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0255a6e4-4e24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:45:31.868Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.868Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is not matching search criteria
2021-09-07T04:45:31.868Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:45:31.868Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:45:31.869Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T04:45:31.869Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:45:31.869Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:45:31.869Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:45:31.869Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:31.869Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:45:31.870Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:31.870Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:45:31.870Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:45:31.870Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e814669e-e2c3-4640-84b4-64f12907ff1e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T04:45:31.881Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.881Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is matching search criteria
2021-09-07T04:45:31.882Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0255a6e4-4e24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:45:31.882Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.882Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is not matching search criteria
2021-09-07T04:45:31.882Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:45:31.882Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:45:31.882Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:45:31.883Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:31.883Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:45:31.883Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:45:31.883Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:45:31.883Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T04:45:31.883Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:45:31.883Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:31.884Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:45:31.884Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:45:31.884Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fffb8fd3-b222-4bfc-96a4-f77ba39a4ec5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T04:45:31.886Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.886Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is matching search criteria
2021-09-07T04:45:31.886Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0255a6e4-4e24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:45:31.888Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.888Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is not matching search criteria
2021-09-07T04:45:31.888Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:45:31.889Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:45:31.889Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:45:31.889Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:31.889Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:45:31.889Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:45:31.889Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:45:31.889Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:45:31.890Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:45:31.890Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:45:31.890Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:45:31.890Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T04:45:31.890Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4ffdbd52-28f1-41e4-937e-1b9d63d480be
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T04:45:31.891Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.892Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is matching search criteria
2021-09-07T04:45:31.892Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0255a6e4-4e24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:45:31.892Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.892Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Node template vFW 0255a6e4-4e24 0 is matching search criteria
2021-09-07T04:45:31.892Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0255a6e4-4e24 0] matching following query criteria: sdcType=VF, customizationUUID=78466fe3-448d-4003-ba9f-c4d07c4fdeff
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:45:31.894Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.894Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:31.894Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 480d08b0-fb8d-4588-b758-51ca2bb5ca99: vFW 0255a6e4-4e24
2021-09-07T04:45:31.894Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.894Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:31.894Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.895Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:31.895Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.895Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:31.895Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.895Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:31.895Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:45:31.895Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 04-41-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:45:31.895Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-09-07 04-41-40 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-07T04:45:32.081Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0255a6e4-4e24 3d419d32-ce35-4305-9e6f-69bac401d7f2 1 ASDC deployResourceStructure
2021-09-07T04:45:32.081Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json ASDC sendASDCNotification
2021-09-07T04:45:32.081Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json
2021-09-07T04:45:32.081Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:45:32.081Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:32.083Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:32.083Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989932081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T04:45:32.183Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:45:32.183Z||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.
2021-09-07T04:45:32.184Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:32.192Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:32.193Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-07T04:45:33.084Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T04:45:33.084Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml
2021-09-07T04:45:33.084Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:45:33.084Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:33.086Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:33.086Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989933084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T04:45:33.187Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:45:33.187Z||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.
2021-09-07T04:45:33.187Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:33.196Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:33.196Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:45:34.087Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T04:45:34.088Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env
2021-09-07T04:45:34.088Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:45:34.088Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:34.090Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:34.090Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989934087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T04:45:34.190Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:45:34.190Z||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.
2021-09-07T04:45:34.190Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:34.200Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:34.200Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:45:35.090Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar ASDC sendASDCNotification
2021-09-07T04:45:35.091Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar
2021-09-07T04:45:35.091Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:45:35.091Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:45:35.093Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:45:35.093Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989935090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:45:35.193Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:45:35.194Z||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.
2021-09-07T04:45:35.194Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:45:35.203Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:45:35.203Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:45:36.094Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: beef43b4-545d-47b8-9d06-61b7a1736a53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:45:36.105Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: beef43b4-545d-47b8-9d06-61b7a1736a53
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:45:36.108Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T04:45:36.108Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T04:45:36.108Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T04:45:36.108Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T04:45:36.108Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T04:45:36.108Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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=?
2021-09-07T04:45:36.112Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T04:46:06.112Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: beef43b4-545d-47b8-9d06-61b7a1736a53 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=?
2021-09-07T04:46:06.120Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: beef43b4-545d-47b8-9d06-61b7a1736a53 and serviceModelVersionId: 480d08b0-fb8d-4588-b758-51ca2bb5ca99
2021-09-07T04:46:06.120Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3566820c-55b8-424c-a9dc-1117f4d705b9
2021-09-07T04:46:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:46:14.431Z||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.
2021-09-07T04:46:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:14.552Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:14.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:46:14.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989914429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:46:14.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:46:17.360Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99?depth=0
2021-09-07T04:46:17.445Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T04:46:17.907Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99?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]}
2021-09-07T04:46:17.910Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99?depth=0|INFO|500||Invoke
2021-09-07T04:46:18.170Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T04:46:18.275Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T04:46:18.275Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210907-04:46:18:178-55422], Content-Length=[495], Date=[Tue, 07 Sep 2021 04:46:18 GMT], Content-Type=[application/json]}
2021-09-07T04:46:18.277Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99","ERR.5.4.6114"]}}}

2021-09-07T04:46:18.297Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=beef43b4-545d-47b8-9d06-61b7a1736a53 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99) (ec=ERR.5.4.6114)
2021-09-07T04:46:18.297Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=beef43b4-545d-47b8-9d06-61b7a1736a53 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99) (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)
2021-09-07T04:46:18.297Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=beef43b4-545d-47b8-9d06-61b7a1736a53 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99) (ec=ERR.5.4.6114)
2021-09-07T04:46:18.298Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=beef43b4-545d-47b8-9d06-61b7a1736a53 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:46:18.300Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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)
2021-09-07T04:46:18.305Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID beef43b4-545d-47b8-9d06-61b7a1736a53 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=beef43b4-545d-47b8-9d06-61b7a1736a53 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99) (ec=ERR.5.4.6114)
2021-09-07T04:46:18.306Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T04:46:18.306Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:18.308Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:18.308Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989978306,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbeef43b4-545d-47b8-9d06-61b7a1736a53 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99) (ec\u003dERR.5.4.6114)"
}
2021-09-07T04:46:18.408Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:18.409Z||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.
2021-09-07T04:46:18.409Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:18.419Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:18.419Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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=?
2021-09-07T04:46:19.321Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:46:19.321Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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.
2021-09-07T04:46:19.321Z|beef43b4-545d-47b8-9d06-61b7a1736a53|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:19.939Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:19.940Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-07T04:46:19.940Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"236938d4-5ea2-4900-911e-110ea5447f43","serviceName":"basic_onboard_VPfOSd","serviceVersion":"1.0","serviceUUID":"fe362e3a-f2dd-4f49-b99d-67c372e8d666","serviceDescription":"service","serviceInvariantUUID":"1d2409ff-867a-45dc-b2bd-1b923eaf255f","resources":[{"resourceInstanceName":"basic_onboard_VPfOSd 0","resourceName":"basic_onboard_VPfOSd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"41abb4e2-6fc3-496c-997a-7ce703b7bfe8","resourceInvariantUUID":"6982188e-e38e-4f47-99cf-e5a3b5bdd0b0","resourceCustomizationUUID":"1ebd900f-59d6-473d-aca7-65fc994082fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vf-license-model.xml","artifactChecksum":"Mzg1NmZjMmIyZGY0ODIzMGFjNjllNWEzNWY0ZTVmZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62aa2f2d-2be3-4511-af13-3d243074ad89","artifactVersion":"1"},{"artifactName":"basic_onboard_vpfosd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json","artifactChecksum":"NjA0ODBhMGYwOTUxYTc1NjE1ZDNiMWJmMDFjMzRkMjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ef0ec4f-494e-48c6-a860-e78b931b8f8c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8f935ae7-b602-4a89-8fb7-b9b6c16071f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e4322eb4-c0e3-41d3-9be0-548dff1a0ede","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bfeb011f-f38f-44fd-a7bf-348a5864c88f","artifactVersion":"2","generatedFromUUID":"8f935ae7-b602-4a89-8fb7-b9b6c16071f5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVpfosd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-template.yml","artifactChecksum":"MmUzNzQ3ZDBlNWQyYjNiOWMyN2M1NGQ3YWI0NjA4MDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c597b537-8589-4ac9-8544-6c7bf4ecb1eb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVpfosd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar","artifactChecksum":"MzJhMTVlMTRmNGIwNzc4MTgxMWY4NzJmYzRkM2Q0YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c4413aa-25e9-481b-b9f1-9dcd8ac88fd6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T04:46:19.943Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:46:19.943Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:19.944Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:19.944Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989979321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:46:20.044Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:20.045Z||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.
2021-09-07T04:46:20.045Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:20.054Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:20.054Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:46:20.945Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:46:20.945Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:20.947Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:20.947Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989979321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:46:21.047Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:21.048Z||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.
2021-09-07T04:46:21.048Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:21.056Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:21.056Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:46:21.947Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:46:21.948Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:21.949Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:21.949Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989979321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:46:22.050Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-07T04:46:22.050Z||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.
2021-09-07T04:46:22.050Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:22.059Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:22.059Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:46:22.950Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:46:22.950Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:22.952Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:22.952Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989979321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:46:23.052Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:23.053Z||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.
2021-09-07T04:46:23.053Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:23.061Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:23.062Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:46:23.953Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:46:23.953Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:23.955Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:23.955Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989979321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-07T04:46:24.055Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:24.056Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-07T04:46:24.056Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:24.065Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:24.066Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:46:24.955Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:46:24.955Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:24.957Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:24.957Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989979321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:46:25.057Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:25.058Z||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.
2021-09-07T04:46:25.058Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:25.067Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:25.067Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:46:25.957Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:46:25.958Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:25.960Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:25.960Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989979321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:46:26.060Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:26.061Z||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.
2021-09-07T04:46:26.061Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:26.071Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:26.071Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:46:26.961Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "serviceName": "basic_onboard_VPfOSd",
  "serviceVersion": "1.0",
  "serviceUUID": "fe362e3a-f2dd-4f49-b99d-67c372e8d666",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1d2409ff-867a-45dc-b2bd-1b923eaf255f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_VPfOSd 0",
      "resourceCustomizationUUID": "1ebd900f-59d6-473d-aca7-65fc994082fa",
      "resourceName": "basic_onboard_VPfOSd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "41abb4e2-6fc3-496c-997a-7ce703b7bfe8",
      "resourceInvariantUUID": "6982188e-e38e-4f47-99cf-e5a3b5bdd0b0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vpfosd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
          "artifactChecksum": "NjA0ODBhMGYwOTUxYTc1NjE1ZDNiMWJmMDFjMzRkMjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3ef0ec4f-494e-48c6-a860-e78b931b8f8c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8f935ae7-b602-4a89-8fb7-b9b6c16071f5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bfeb011f-f38f-44fd-a7bf-348a5864c88f",
            "generatedFromUUID": "8f935ae7-b602-4a89-8fb7-b9b6c16071f5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bfeb011f-f38f-44fd-a7bf-348a5864c88f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVpfosd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
      "artifactChecksum": "MzJhMTVlMTRmNGIwNzc4MTgxMWY4NzJmYzRkM2Q0YzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2c4413aa-25e9-481b-b9f1-9dcd8ac88fd6"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T04:46:26.961Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T04:46:26.961Z|beef43b4-545d-47b8-9d06-61b7a1736a53|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fe362e3a-f2dd-4f49-b99d-67c372e8d666 ASDC
2021-09-07T04:46:26.962Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:236938d4-5ea2-4900-911e-110ea5447f43
ServiceName:basic_onboard_VPfOSd
ServiceVersion:1.0
ServiceUUID:fe362e3a-f2dd-4f49-b99d-67c372e8d666
ServiceInvariantUUID:1d2409ff-867a-45dc-b2bd-1b923eaf255f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVpfosd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar
ArtifactUUID:2c4413aa-25e9-481b-b9f1-9dcd8ac88fd6
ArtifactChecksum:MzJhMTVlMTRmNGIwNzc4MTgxMWY4NzJmYzRkM2Q0YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VPfOSd 0
ResourceCustomizationUUID:1ebd900f-59d6-473d-aca7-65fc994082fa
ResourceInvariantUUID:6982188e-e38e-4f47-99cf-e5a3b5bdd0b0
ResourceName:basic_onboard_VPfOSd
ResourceType:VF
ResourceUUID:41abb4e2-6fc3-496c-997a-7ce703b7bfe8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vpfosd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json
ArtifactUUID:3ef0ec4f-494e-48c6-a860-e78b931b8f8c
ArtifactChecksum:NjA0ODBhMGYwOTUxYTc1NjE1ZDNiMWJmMDFjMzRkMjE=
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/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8f935ae7-b602-4a89-8fb7-b9b6c16071f5
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/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env
ArtifactUUID:bfeb011f-f38f-44fd-a7bf-348a5864c88f
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/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env
ArtifactUUID:bfeb011f-f38f-44fd-a7bf-348a5864c88f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-07T04:46:26.962Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe362e3a-f2dd-4f49-b99d-67c372e8d666 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 (?, ?, ?, ?, ?)
2021-09-07T04:46:26.990Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T04:46:26.991Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-07T04:46:26.991Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-07T04:46:26.991Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2c4413aa-25e9-481b-b9f1-9dcd8ac88fd6 from URL: /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:26.991Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-07T04:46:26.991Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:27.472Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-07T04:46:27.475Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar 2c4413aa-25e9-481b-b9f1-9dcd8ac88fd6 71366
2021-09-07T04:46:27.475Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar ASDC sendASDCNotification
2021-09-07T04:46:27.475Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:27.475Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:46:27.476Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:27.477Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:27.477Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989987475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:46:27.577Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:27.578Z||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.
2021-09-07T04:46:27.578Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:27.587Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:27.587Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:46:28.478Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T04:46:28.478Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-07T04:46:28.479Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2c4413aa-25e9-481b-b9f1-9dcd8ac88fd6, URL: /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar to file: /app/ASDC/1/service-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:28.479Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:28.479Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:28.479Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:28.674Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4217872028928565170/Definitions/service-BasicOnboardVpfosd-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
2021-09-07T04:46:30.015Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T04:46:30.016Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-07T04:46:30.016Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:30.016Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-07T04:46:30.016Z|236938d4-5ea2-4900-911e-110ea5447f43|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-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:30.016Z|236938d4-5ea2-4900-911e-110ea5447f43|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-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:30.016Z|236938d4-5ea2-4900-911e-110ea5447f43|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-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:30.016Z|236938d4-5ea2-4900-911e-110ea5447f43|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-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:30.016Z|236938d4-5ea2-4900-911e-110ea5447f43|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-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:30.016Z|236938d4-5ea2-4900-911e-110ea5447f43|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-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:30.016Z|236938d4-5ea2-4900-911e-110ea5447f43|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-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:30.016Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VPfOSd 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-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:30.016Z|236938d4-5ea2-4900-911e-110ea5447f43|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-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:30.017Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-07T04:46:30.017Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:30.017Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:30.017Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VPfOSd 0 is matching search criteria
2021-09-07T04:46:30.017Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-07T04:46:30.017Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VPfOSd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T04:46:30.017Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:30.017Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:30.017Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VPfOSd 0 is matching search criteria
2021-09-07T04:46:30.018Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-07T04:46:30.018Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VPfOSd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T04:46:30.018Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:30.018Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:30.018Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:30.018Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VPfOSd 0 is not matching search criteria
2021-09-07T04:46:30.018Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-07T04:46:30.018Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-07T04:46:30.018Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-07T04:46:30.019Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-07T04:46:30.019Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-07T04:46:30.019Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:30.019Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T04:46:30.019Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:30.019Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VPfOSd 0 is matching search criteria
2021-09-07T04:46:30.019Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VPfOSd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:46:30.019Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:30.019Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VPfOSd 0 is matching search criteria
2021-09-07T04:46:30.020Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VPfOSd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:46:30.020Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:30.020Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VPfOSd 0 is matching search criteria
2021-09-07T04:46:30.020Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VPfOSd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:46:30.020Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:30.020Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VPfOSd 0 is not matching search criteria
2021-09-07T04:46:30.020Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-07T04:46:30.020Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-07T04:46:30.020Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=729c738a-8ac3-4a5f-85da-72604da4fa44
2021-09-07T04:46:30.021Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:30.021Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:30.021Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:30.021Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:30.021Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:30.021Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:30.021Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:30.021Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:30.021Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_VPfOSd
Description:service
Model UUID:fe362e3a-f2dd-4f49-b99d-67c372e8d666
Model Version:NULL
Model InvariantUuid:1d2409ff-867a-45dc-b2bd-1b923eaf255f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_VPfOSd
Model UUID:098c13f2-ad98-4a33-8a39-26ead8326e9e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6982188e-e38e-4f47-99cf-e5a3b5bdd0b0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ebd900f-59d6-473d-aca7-65fc994082fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b522a821-d6f4-4f6c-8c7b-4c00f0208a7d
ModelName:BasicOnboardVpfosd..base_ubuntu18..module-0
ModelUuid:7f64b213-bf07-4056-8c3d-3158a20734ad
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:729c738a-8ac3-4a5f-85da-72604da4fa44
ModelInvariantUuid:4bffc540-2309-486c-99c0-f904b948292e
ModelName:basic_onboard_VPfOSd-nodes.ubuntu18Cvfc
ModelUuid:132b9a61-8a85-418a-b403-b96f232fafb6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:344c1bfb-772b-42f5-87fa-c30925ac6162
ModelInvariantUuid:bfe20354-ecf9-4304-91ea-eaff5021e3e9
ModelName:BasicOnboardVpfosd.compute.nodes.heat.ubuntu18
ModelUuid:d1288e0b-3e98-4f3b-8f7c-922da26ef224
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T04:46:30.027Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 41abb4e2-6fc3-496c-997a-7ce703b7bfe8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:46:30.029Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||basic_onboard_VPfOSd 0
2021-09-07T04:46:30.029Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 41abb4e2-6fc3-496c-997a-7ce703b7bfe8
2021-09-07T04:46:30.029Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3ef0ec4f-494e-48c6-a860-e78b931b8f8c from URL: /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json
2021-09-07T04:46:30.029Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-07T04:46:30.029Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json
2021-09-07T04:46:30.159Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-07T04:46:30.160Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json 3ef0ec4f-494e-48c6-a860-e78b931b8f8c 798
2021-09-07T04:46:30.160Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json ASDC sendASDCNotification
2021-09-07T04:46:30.160Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json
2021-09-07T04:46:30.160Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:46:30.160Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:30.161Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:30.162Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989990160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:46:30.262Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:30.263Z||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.
2021-09-07T04:46:30.263Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:30.272Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:30.272Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:46:31.162Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVpfosd..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b522a821-d6f4-4f6c-8c7b-4c00f0208a7d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7f64b213-bf07-4056-8c3d-3158a20734ad",
    "vfModuleModelCustomizationUUID": "c774b430-5fdb-4611-8144-2216e44ac2d2",
    "isBase": true,
    "artifacts": [
      "8f935ae7-b602-4a89-8fb7-b9b6c16071f5",
      "bfeb011f-f38f-44fd-a7bf-348a5864c88f"
    ],
    "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": ""
    }
  }
]
2021-09-07T04:46:31.167Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVpfosd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f64b213-bf07-4056-8c3d-3158a20734ad
VfModuleModelInvariantUUID:b522a821-d6f4-4f6c-8c7b-4c00f0208a7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
8f935ae7-b602-4a89-8fb7-b9b6c16071f5
,
bfeb011f-f38f-44fd-a7bf-348a5864c88f

}
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


}

2021-09-07T04:46:31.169Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVpfosd..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b522a821-d6f4-4f6c-8c7b-4c00f0208a7d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7f64b213-bf07-4056-8c3d-3158a20734ad",
    "vfModuleModelCustomizationUUID": "c774b430-5fdb-4611-8144-2216e44ac2d2",
    "isBase": true,
    "artifacts": [
      "8f935ae7-b602-4a89-8fb7-b9b6c16071f5",
      "bfeb011f-f38f-44fd-a7bf-348a5864c88f"
    ],
    "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": ""
    }
  }
]
2021-09-07T04:46:31.169Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVpfosd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f64b213-bf07-4056-8c3d-3158a20734ad
VfModuleModelInvariantUUID:b522a821-d6f4-4f6c-8c7b-4c00f0208a7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
8f935ae7-b602-4a89-8fb7-b9b6c16071f5
,
bfeb011f-f38f-44fd-a7bf-348a5864c88f

}
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


}

2021-09-07T04:46:31.169Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8f935ae7-b602-4a89-8fb7-b9b6c16071f5 from URL: /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml
2021-09-07T04:46:31.169Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-07T04:46:31.170Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml
2021-09-07T04:46:31.873Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-07T04:46:31.874Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml 8f935ae7-b602-4a89-8fb7-b9b6c16071f5 5033
2021-09-07T04:46:31.874Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-07T04:46:31.874Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml
2021-09-07T04:46:31.874Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:46:31.875Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:31.876Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:31.877Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989991874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:46:31.977Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:31.977Z||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.
2021-09-07T04:46:31.977Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:31.986Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:31.987Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:46:32.877Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bfeb011f-f38f-44fd-a7bf-348a5864c88f from URL: /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env
2021-09-07T04:46:32.878Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-07T04:46:32.878Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env
2021-09-07T04:46:33.488Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-07T04:46:33.489Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env bfeb011f-f38f-44fd-a7bf-348a5864c88f 909
2021-09-07T04:46:33.489Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-07T04:46:33.489Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env
2021-09-07T04:46:33.489Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:46:33.489Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:33.490Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:33.491Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989993489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:46:33.591Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:33.591Z||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.
2021-09-07T04:46:33.592Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:33.601Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:33.601Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:46:34.491Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fe362e3a-f2dd-4f49-b99d-67c372e8d666
2021-09-07T04:46:34.492Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VPfOSd 0 41abb4e2-6fc3-496c-997a-7ce703b7bfe8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:46:34.501Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a0215e0, org.onap.sdc.toscaparser.api.parameters.Input@6045d53b, org.onap.sdc.toscaparser.api.parameters.Input@b5ff7d0, org.onap.sdc.toscaparser.api.parameters.Input@666b650b, org.onap.sdc.toscaparser.api.parameters.Input@1c3cd133]
2021-09-07T04:46:34.502Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:34.502Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:34.502Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-09-07T04:46:34.503Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1ebd900f-59d6-473d-aca7-65fc994082fa
2021-09-07T04:46:34.503Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1ebd900f-59d6-473d-aca7-65fc994082fa matches Tosca VF Customization UUID: 1ebd900f-59d6-473d-aca7-65fc994082fa
2021-09-07T04:46:34.503Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1ebd900f-59d6-473d-aca7-65fc994082fa  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-07T04:46:34.504Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:34.505Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:34.505Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1ebd900f-59d6-473d-aca7-65fc994082fa: {\"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\"}
2021-09-07T04:46:34.505Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1bf5c581
2021-09-07T04:46:34.505Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:34.506Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T04:46:34.506Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c774b430-5fdb-4611-8144-2216e44ac2d2
2021-09-07T04:46:34.506Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c774b430-5fdb-4611-8144-2216e44ac2d2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-07T04:46:34.508Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:34.508Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VPfOSd 0 is matching search criteria
2021-09-07T04:46:34.508Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VPfOSd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:46:34.508Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:34.508Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VPfOSd 0 is matching search criteria
2021-09-07T04:46:34.509Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VPfOSd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:46:34.509Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:34.509Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VPfOSd 0 is not matching search criteria
2021-09-07T04:46:34.509Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-07T04:46:34.509Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-07T04:46:34.509Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=729c738a-8ac3-4a5f-85da-72604da4fa44
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T04:46:34.511Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:34.511Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VPfOSd 0 is matching search criteria
2021-09-07T04:46:34.511Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VPfOSd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:46:34.512Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:34.512Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VPfOSd 0 is matching search criteria
2021-09-07T04:46:34.512Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VPfOSd 0] matching following query criteria: sdcType=VF, customizationUUID=1ebd900f-59d6-473d-aca7-65fc994082fa
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:46:34.513Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:34.514Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:34.514Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fe362e3a-f2dd-4f49-b99d-67c372e8d666: basic_onboard_VPfOSd
2021-09-07T04:46:34.514Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:34.514Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:34.514Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:34.515Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:34.515Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:34.515Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:34.515Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:34.515Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:34.515Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:46:34.516Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VPfOSd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:46:34.516Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_VPfOSd 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-07T04:46:34.578Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VPfOSd 41abb4e2-6fc3-496c-997a-7ce703b7bfe8 1 ASDC deployResourceStructure
2021-09-07T04:46:34.578Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json ASDC sendASDCNotification
2021-09-07T04:46:34.578Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json
2021-09-07T04:46:34.578Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:46:34.579Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:34.580Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:34.580Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989994578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T04:46:34.680Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:34.681Z||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.
2021-09-07T04:46:34.681Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:34.689Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:34.690Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:46:35.581Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-07T04:46:35.581Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml
2021-09-07T04:46:35.581Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:46:35.582Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:35.583Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:35.583Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989995581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T04:46:35.684Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:35.684Z||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.
2021-09-07T04:46:35.684Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:35.693Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:35.693Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-07T04:46:36.584Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-07T04:46:36.585Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env
2021-09-07T04:46:36.585Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:46:36.585Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:36.587Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:36.587Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989996584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-07T04:46:36.687Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:36.688Z||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.
2021-09-07T04:46:36.688Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:36.698Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:36.698Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-07T04:46:37.588Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar ASDC sendASDCNotification
2021-09-07T04:46:37.588Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar
2021-09-07T04:46:37.588Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:46:37.588Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:46:37.590Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:46:37.590Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989997588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:46:37.690Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:46:37.691Z||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.
2021-09-07T04:46:37.691Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:46:37.700Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:46:37.700Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:46:38.591Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 236938d4-5ea2-4900-911e-110ea5447f43
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:46:38.598Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 236938d4-5ea2-4900-911e-110ea5447f43
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:46:38.599Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T04:46:38.599Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T04:46:38.600Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T04:47:08.600Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 236938d4-5ea2-4900-911e-110ea5447f43
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:47:08.608Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 236938d4-5ea2-4900-911e-110ea5447f43
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:47:08.612Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T04:47:08.612Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T04:47:08.612Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T04:47:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:47:14.431Z||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.
2021-09-07T04:47:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:47:14.454Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:47:14.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989914429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989914429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989914429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989914429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989914429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989914429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "clamp",
  "timestamp": 1630989922709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:47:14.459Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989923398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:47:14.459Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "clamp",
  "timestamp": 1630989923763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:47:14.459Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "clamp",
  "timestamp": 1630989924767,
  "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=?
2021-09-07T04:47:14.464Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of beef43b4-545d-47b8-9d06-61b7a1736a53
2021-09-07T04:47:14.464Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId beef43b4-545d-47b8-9d06-61b7a1736a53 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 (?, ?, ?, ?, ?)
2021-09-07T04:47:14.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989928277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:47:14.470Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989929690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:47:14.470Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989930820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:47:14.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989932081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/vfw0255a6e44e240_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T04:47:14.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989933084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T04:47:14.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989934087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/resourceInstances/vfw0255a6e44e240/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T04:47:14.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989935090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907044140/1.0/artifacts/service-Vfw20210907044140-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:47:14.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "aai-ml",
  "timestamp": 1630989931181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "cds",
  "timestamp": 1630989936183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "clamp",
  "timestamp": 1630989928836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "aai-ml",
  "timestamp": 1630989931181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "clamp",
  "timestamp": 1630989928836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "cds",
  "timestamp": 1630989936183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "aai-ml",
  "timestamp": 1630989931181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "clamp",
  "timestamp": 1630989928836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "cds",
  "timestamp": 1630989936183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989939821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "aai-ml",
  "timestamp": 1630989931181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "clamp",
  "timestamp": 1630989928836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "cds",
  "timestamp": 1630989936183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989939821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "aai-ml",
  "timestamp": 1630989931181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "clamp",
  "timestamp": 1630989928836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "cds",
  "timestamp": 1630989936183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "dcae-sch",
  "timestamp": 1630989941780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989939821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "aai-ml",
  "timestamp": 1630989931181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "clamp",
  "timestamp": 1630989928836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "cds",
  "timestamp": 1630989936183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "dcae-sch",
  "timestamp": 1630989941780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989939821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "aai-ml",
  "timestamp": 1630989931181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "clamp",
  "timestamp": 1630989928836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "cds",
  "timestamp": 1630989936183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630989943506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "dcae-sch",
  "timestamp": 1630989941780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989939821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630989943506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "cds",
  "timestamp": 1630989945384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:47:14.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "aai-ml",
  "timestamp": 1630989945392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "dcae-sch",
  "timestamp": 1630989941780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989939821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "policy-id",
  "timestamp": 1630989945238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630989943506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "cds",
  "timestamp": 1630989946389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-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=?
2021-09-07T04:47:14.483Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 236938d4-5ea2-4900-911e-110ea5447f43
2021-09-07T04:47:14.483Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 236938d4-5ea2-4900-911e-110ea5447f43 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 (?, ?, ?, ?, ?)
2021-09-07T04:47:14.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "dcae-sch",
  "timestamp": 1630989941780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989939821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "policy-id",
  "timestamp": 1630989945238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630989943506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "dcae-sch",
  "timestamp": 1630989941780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989947212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989947878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:47:14.491Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "policy-id",
  "timestamp": 1630989945238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630989943506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "dcae-sch",
  "timestamp": 1630989941780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989947212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "policy-id",
  "timestamp": 1630989945238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630989943506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989949275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989947212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "policy-id",
  "timestamp": 1630989945238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630989943506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989950404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:47:14.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989947212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "policy-id",
  "timestamp": 1630989945238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989951423,
  "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=?
2021-09-07T04:47:14.497Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 236938d4-5ea2-4900-911e-110ea5447f43
2021-09-07T04:47:14.497Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 236938d4-5ea2-4900-911e-110ea5447f43 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 (?, ?, ?, ?, ?)
2021-09-07T04:47:14.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "aai-ml",
  "timestamp": 1630989951438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T04:47:14.503Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989947212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "policy-id",
  "timestamp": 1630989945238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630989952426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T04:47:14.503Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "aai-ml",
  "timestamp": 1630989952441,
  "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=?
2021-09-07T04:47:14.509Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 236938d4-5ea2-4900-911e-110ea5447f43
2021-09-07T04:47:14.509Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 236938d4-5ea2-4900-911e-110ea5447f43 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 (?, ?, ?, ?, ?)
2021-09-07T04:47:14.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989947212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:47:14.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "policy-id",
  "timestamp": 1630989953663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:47:14.516Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989947212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:47:14.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:47:14.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "policy-id",
  "timestamp": 1630989954666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:47:14.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989955397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:47:14.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "policy-id",
  "timestamp": 1630989955669,
  "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=?
2021-09-07T04:47:14.520Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 236938d4-5ea2-4900-911e-110ea5447f43
2021-09-07T04:47:14.520Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 236938d4-5ea2-4900-911e-110ea5447f43 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=?
2021-09-07T04:47:14.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "clamp",
  "timestamp": 1630989955707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:47:14.525Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "clamp",
  "timestamp": 1630989957715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:47:14.525Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989958026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:47:14.525Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:47:14.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "clamp",
  "timestamp": 1630989958718,
  "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=?
2021-09-07T04:47:14.528Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 236938d4-5ea2-4900-911e-110ea5447f43
2021-09-07T04:47:14.528Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 236938d4-5ea2-4900-911e-110ea5447f43 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 (?, ?, ?, ?, ?)
2021-09-07T04:47:14.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T04:47:14.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630989959032,
  "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=?
2021-09-07T04:47:14.540Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 236938d4-5ea2-4900-911e-110ea5447f43
2021-09-07T04:47:14.540Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 236938d4-5ea2-4900-911e-110ea5447f43 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 (?, ?, ?, ?, ?)
2021-09-07T04:47:38.613Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 236938d4-5ea2-4900-911e-110ea5447f43
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:47:38.620Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 236938d4-5ea2-4900-911e-110ea5447f43
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:47:38.622Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T04:47:38.622Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T04:47:38.622Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T04:47:38.622Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T04:47:38.622Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T04:47:38.622Z|236938d4-5ea2-4900-911e-110ea5447f43|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=?
2021-09-07T04:47:38.626Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T04:48:08.626Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 236938d4-5ea2-4900-911e-110ea5447f43 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=?
2021-09-07T04:48:08.630Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 236938d4-5ea2-4900-911e-110ea5447f43 and serviceModelVersionId: fe362e3a-f2dd-4f49-b99d-67c372e8d666
2021-09-07T04:48:08.630Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d2409ff-867a-45dc-b2bd-1b923eaf255f
2021-09-07T04:48:08.631Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666?depth=0
2021-09-07T04:48:08.634Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T04:48:08.668Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666?depth=0|INFO|500||Invoke
2021-09-07T04:48:08.668Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[236938d4-5ea2-4900-911e-110ea5447f43], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e6e0604-9984-4bf8-acc5-71b7d2ff3713], X-ECOMP-RequestID=[236938d4-5ea2-4900-911e-110ea5447f43], X-TransactionId=[], X-ONAP-RequestID=[236938d4-5ea2-4900-911e-110ea5447f43], Content-Type=[application/merge-patch+json]}
2021-09-07T04:48:08.687Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T04:48:08.716Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210907-04:48:08:693-20759], Content-Length=[495], Date=[Tue, 07 Sep 2021 04:48:08 GMT], Content-Type=[application/json]}
2021-09-07T04:48:08.717Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666?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/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666","ERR.5.4.6114"]}}}

2021-09-07T04:48:08.717Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T04:48:08.720Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=236938d4-5ea2-4900-911e-110ea5447f43 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666) (ec=ERR.5.4.6114)
2021-09-07T04:48:08.720Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=236938d4-5ea2-4900-911e-110ea5447f43 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666) (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)
2021-09-07T04:48:08.720Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=236938d4-5ea2-4900-911e-110ea5447f43 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666) (ec=ERR.5.4.6114)
2021-09-07T04:48:08.720Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=236938d4-5ea2-4900-911e-110ea5447f43 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:48:08.723Z|236938d4-5ea2-4900-911e-110ea5447f43|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)
2021-09-07T04:48:08.723Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 236938d4-5ea2-4900-911e-110ea5447f43 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=236938d4-5ea2-4900-911e-110ea5447f43 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666) (ec=ERR.5.4.6114)
2021-09-07T04:48:08.723Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T04:48:08.724Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:48:08.725Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:48:08.725Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990088723,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d236938d4-5ea2-4900-911e-110ea5447f43 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666) (ec\u003dERR.5.4.6114)"
}
2021-09-07T04:48:08.825Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:48:08.826Z||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.
2021-09-07T04:48:08.826Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:48:08.838Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:48:08.839Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-07T04:48:09.734Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:48:09.734Z|236938d4-5ea2-4900-911e-110ea5447f43|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.
2021-09-07T04:48:09.734Z|236938d4-5ea2-4900-911e-110ea5447f43|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:48:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:48:14.432Z||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.
2021-09-07T04:48:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:48:14.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:48:14.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "beef43b4-545d-47b8-9d06-61b7a1736a53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989978306,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbeef43b4-545d-47b8-9d06-61b7a1736a53 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3566820c-55b8-424c-a9dc-1117f4d705b9/model-vers/model-ver/480d08b0-fb8d-4588-b758-51ca2bb5ca99) (ec\u003dERR.5.4.6114)"
}
2021-09-07T04:48:14.453Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:48:14.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989979321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:48:14.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:48:14.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989979321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:48:14.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:48:14.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989979321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:48:14.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:48:14.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989979321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:48:14.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989979321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989979321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989979321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989987475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989990160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:48:14.454Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989991874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989993489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989994578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/basic_onboard_vpfosd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989995581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989996584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/resourceInstances/basic_onboard_vpfosd0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630989997588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVpfosd/1.0/artifacts/service-BasicOnboardVpfosd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:48:14.455Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:48:19.270Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:48:19.271Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:48:19.271Z|236938d4-5ea2-4900-911e-110ea5447f43|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.
2021-09-07T04:48:19.271Z|236938d4-5ea2-4900-911e-110ea5447f43|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:48:28.805Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:49:14.429Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:49:14.429Z|236938d4-5ea2-4900-911e-110ea5447f43|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.
2021-09-07T04:49:14.430Z|236938d4-5ea2-4900-911e-110ea5447f43|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:49:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:49:14.431Z||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.
2021-09-07T04:49:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:49:14.949Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:49:14.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T04:49:14.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "236938d4-5ea2-4900-911e-110ea5447f43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990088723,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d236938d4-5ea2-4900-911e-110ea5447f43 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1d2409ff-867a-45dc-b2bd-1b923eaf255f/model-vers/model-ver/fe362e3a-f2dd-4f49-b99d-67c372e8d666) (ec\u003dERR.5.4.6114)"
}
2021-09-07T04:49:14.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:49:23.963Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:50:14.429Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:50:14.430Z|236938d4-5ea2-4900-911e-110ea5447f43|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.
2021-09-07T04:50:14.430Z|236938d4-5ea2-4900-911e-110ea5447f43|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:50:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:50:14.431Z||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.
2021-09-07T04:50:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:50:23.960Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:50:23.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:51:14.429Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:51:14.430Z|236938d4-5ea2-4900-911e-110ea5447f43|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.
2021-09-07T04:51:14.430Z|236938d4-5ea2-4900-911e-110ea5447f43|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:51:14.431Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:51:14.431Z||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.
2021-09-07T04:51:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:51:23.963Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:51:23.964Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:52:14.429Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:52:14.430Z|236938d4-5ea2-4900-911e-110ea5447f43|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.
2021-09-07T04:52:14.430Z|236938d4-5ea2-4900-911e-110ea5447f43|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:52:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:52:14.431Z||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.
2021-09-07T04:52:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:52:23.965Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:52:23.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:53:14.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:53:14.430Z||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.
2021-09-07T04:53:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:53:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:53:14.431Z||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.
2021-09-07T04:53:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:53:23.981Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:53:23.983Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:14.429Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:54:14.430Z||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.
2021-09-07T04:54:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:54:14.431Z||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.
2021-09-07T04:54:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:15.048Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:15.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"93151c37-5503-4243-b43b-add99f27b1f3","serviceName":"vFW 2021-09-07 04-51-47","serviceVersion":"1.0","serviceUUID":"e0be40d2-9823-42e4-9309-566e97a7526d","serviceDescription":"catalog service description","serviceInvariantUUID":"153590d8-6cee-4680-9f21-d3712af2b2af","resources":[{"resourceInstanceName":"vFW 435601a5-3f26 0","resourceName":"vFW 435601a5-3f26","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cf719b29-3bee-4a03-8c37-4888caeb7a71","resourceInvariantUUID":"2aff437f-1811-4749-bb15-52db1400fac0","resourceCustomizationUUID":"1a5d1220-c969-4c57-aa79-28753548fb70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vf-license-model.xml","artifactChecksum":"NTcyZGIyNGI5Yjg5MDM3ZTFhYjMxNzY1OTEyMzRjZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20ec04c5-f573-41c1-8b75-20f27b32dffb","artifactVersion":"1"},{"artifactName":"vfw435601a53f260_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json","artifactChecksum":"MTkwZTdiNTM4NmRhYzRkNTI3NTY0ZDg3ZDkwNGFhYjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb0c57e4-e9b2-426a-aae0-00a7069f3b1d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3f1ab802-fb63-4111-90ad-182e834ac663","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vendor-license-model.xml","artifactChecksum":"ODliMmY1MWE3NWZjYjEzYWYzOGE3NGE5MDIxNTgwNmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"59deeeba-0b47-4be2-b5ed-6b3704cf5515","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7dbf0aab-6fb9-49bb-a7d3-c23fc8d6ec3d","artifactVersion":"2","generatedFromUUID":"3f1ab802-fb63-4111-90ad-182e834ac663"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210907045147-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-template.yml","artifactChecksum":"MTFlN2FlZjIwNDk2YzQyZTZiMGYyNGE1ZjE5YjRiZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1aee75c9-26b1-483e-b218-e500c25b39b7","artifactVersion":"1"},{"artifactName":"service-Vfw20210907045147-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar","artifactChecksum":"NjllZmNhMmI4YzA1ZTEzMGQ4Zjc3YmI1NzZlYzJmOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39fb1a8c-d6ab-4956-8d62-c977c93f4d00","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T04:54:15.051Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:54:15.051Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:15.053Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:15.053Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990454429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.054Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:15.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "aai-ml",
  "timestamp": 1630990411181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "clamp",
  "timestamp": 1630990408836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "cds",
  "timestamp": 1630990416183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "aai-ml",
  "timestamp": 1630990411181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "cds",
  "timestamp": 1630990416183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "clamp",
  "timestamp": 1630990408836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:54:15.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "aai-ml",
  "timestamp": 1630990411181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "cds",
  "timestamp": 1630990416183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "clamp",
  "timestamp": 1630990408836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990419821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "aai-ml",
  "timestamp": 1630990411181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "cds",
  "timestamp": 1630990416183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "clamp",
  "timestamp": 1630990408836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990419821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:54:15.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "aai-ml",
  "timestamp": 1630990411181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "cds",
  "timestamp": 1630990416183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "clamp",
  "timestamp": 1630990408836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "dcae-sch",
  "timestamp": 1630990421780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990419821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:54:15.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "aai-ml",
  "timestamp": 1630990411181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "cds",
  "timestamp": 1630990416183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "clamp",
  "timestamp": 1630990408836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "dcae-sch",
  "timestamp": 1630990421780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990419821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990423506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "aai-ml",
  "timestamp": 1630990411181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:54:15.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "cds",
  "timestamp": 1630990416183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:54:15.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "clamp",
  "timestamp": 1630990408836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:54:15.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "dcae-sch",
  "timestamp": 1630990421780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990419821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T04:54:15.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990423506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "dcae-sch",
  "timestamp": 1630990421780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990419821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "policy-id",
  "timestamp": 1630990425238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990423506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "aai-ml",
  "timestamp": 1630990426400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:54:15.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:54:15.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "dcae-sch",
  "timestamp": 1630990421780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990419821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:54:15.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "cds",
  "timestamp": 1630990426481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:54:15.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:54:15.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "policy-id",
  "timestamp": 1630990425238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990423506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "dcae-sch",
  "timestamp": 1630990421780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "cds",
  "timestamp": 1630990427485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-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 (?, ?, ?, ?, ?)
2021-09-07T04:54:15.080Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93151c37-5503-4243-b43b-add99f27b1f3
2021-09-07T04:54:15.080Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93151c37-5503-4243-b43b-add99f27b1f3 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 (?, ?, ?, ?, ?)
2021-09-07T04:54:15.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990427212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "policy-id",
  "timestamp": 1630990425238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:54:15.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990428088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:54:15.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:54:15.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990423506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "dcae-sch",
  "timestamp": 1630990421780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990427212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "policy-id",
  "timestamp": 1630990425238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990423506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990429290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:54:15.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:54:15.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990427212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "policy-id",
  "timestamp": 1630990425238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990423506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990430428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:54:15.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:54:15.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990427212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "policy-id",
  "timestamp": 1630990425238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990431449,
  "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=?
2021-09-07T04:54:15.093Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93151c37-5503-4243-b43b-add99f27b1f3
2021-09-07T04:54:15.094Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93151c37-5503-4243-b43b-add99f27b1f3 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 (?, ?, ?, ?, ?)
2021-09-07T04:54:15.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990427212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "policy-id",
  "timestamp": 1630990425238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:54:15.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990432452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T04:54:15.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:54:15.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990427212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:15.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "aai-ml",
  "timestamp": 1630990432876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T04:54:15.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:54:15.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "clamp",
  "timestamp": 1630990433789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:54:15.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:54:15.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "policy-id",
  "timestamp": 1630990433812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:54:15.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:54:15.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990427212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:54:15.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:54:15.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "aai-ml",
  "timestamp": 1630990433879,
  "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=?
2021-09-07T04:54:15.106Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 93151c37-5503-4243-b43b-add99f27b1f3
2021-09-07T04:54:15.106Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93151c37-5503-4243-b43b-add99f27b1f3 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 (?, ?, ?, ?, ?)
2021-09-07T04:54:15.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "policy-id",
  "timestamp": 1630990434815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:54:15.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:54:15.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990435782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:54:15.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:54:15.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "clamp",
  "timestamp": 1630990435796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:54:15.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:54:15.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "policy-id",
  "timestamp": 1630990435818,
  "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=?
2021-09-07T04:54:15.115Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93151c37-5503-4243-b43b-add99f27b1f3
2021-09-07T04:54:15.115Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93151c37-5503-4243-b43b-add99f27b1f3 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=?
2021-09-07T04:54:15.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "clamp",
  "timestamp": 1630990436799,
  "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=?
2021-09-07T04:54:15.122Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93151c37-5503-4243-b43b-add99f27b1f3
2021-09-07T04:54:15.122Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93151c37-5503-4243-b43b-add99f27b1f3 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 (?, ?, ?, ?, ?)
2021-09-07T04:54:15.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990438675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:54:15.127Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:54:15.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:54:15.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990439678,
  "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=?
2021-09-07T04:54:15.130Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93151c37-5503-4243-b43b-add99f27b1f3
2021-09-07T04:54:15.130Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93151c37-5503-4243-b43b-add99f27b1f3 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 (?, ?, ?, ?, ?)
2021-09-07T04:54:15.153Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:54:15.154Z||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.
2021-09-07T04:54:15.154Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:15.162Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:15.162Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:54:16.054Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:54:16.054Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:16.056Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:16.056Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990454429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:54:16.156Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-07T04:54:16.157Z||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.
2021-09-07T04:54:16.157Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:16.165Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:16.165Z||pool-36-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:54:17.057Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:54:17.057Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:17.059Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:17.059Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990454429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:54:17.159Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:54:17.160Z||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.
2021-09-07T04:54:17.160Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:17.167Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:17.168Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-07T04:54:18.060Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:54:18.060Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:18.062Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:18.062Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990454429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:18.162Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:54:18.163Z||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.
2021-09-07T04:54:18.163Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:18.172Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:18.172Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:54:19.063Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:54:19.063Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:19.065Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:19.065Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990454429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T04:54:19.165Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:54:19.166Z||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.
2021-09-07T04:54:19.166Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:19.172Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:19.172Z||pool-39-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:54:20.065Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:54:20.066Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:20.068Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:20.068Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990454429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:54:20.168Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:54:20.169Z||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.
2021-09-07T04:54:20.169Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:20.177Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:20.178Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:54:21.068Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:54:21.069Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:21.071Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:21.071Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990454429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:54:21.171Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:54:21.172Z||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.
2021-09-07T04:54:21.172Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:21.180Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:21.181Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-07T04:54:22.072Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "serviceName": "vFW 2021-09-07 04-51-47",
  "serviceVersion": "1.0",
  "serviceUUID": "e0be40d2-9823-42e4-9309-566e97a7526d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "153590d8-6cee-4680-9f21-d3712af2b2af",
  "resources": [
    {
      "resourceInstanceName": "vFW 435601a5-3f26 0",
      "resourceCustomizationUUID": "1a5d1220-c969-4c57-aa79-28753548fb70",
      "resourceName": "vFW 435601a5-3f26",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cf719b29-3bee-4a03-8c37-4888caeb7a71",
      "resourceInvariantUUID": "2aff437f-1811-4749-bb15-52db1400fac0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw435601a53f260_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
          "artifactChecksum": "MTkwZTdiNTM4NmRhYzRkNTI3NTY0ZDg3ZDkwNGFhYjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bb0c57e4-e9b2-426a-aae0-00a7069f3b1d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3f1ab802-fb63-4111-90ad-182e834ac663",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7dbf0aab-6fb9-49bb-a7d3-c23fc8d6ec3d",
            "generatedFromUUID": "3f1ab802-fb63-4111-90ad-182e834ac663"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7dbf0aab-6fb9-49bb-a7d3-c23fc8d6ec3d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210907045147-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
      "artifactChecksum": "NjllZmNhMmI4YzA1ZTEzMGQ4Zjc3YmI1NzZlYzJmOTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "39fb1a8c-d6ab-4956-8d62-c977c93f4d00"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T04:54:22.072Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T04:54:22.072Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e0be40d2-9823-42e4-9309-566e97a7526d ASDC
2021-09-07T04:54:22.073Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:93151c37-5503-4243-b43b-add99f27b1f3
ServiceName:vFW 2021-09-07 04-51-47
ServiceVersion:1.0
ServiceUUID:e0be40d2-9823-42e4-9309-566e97a7526d
ServiceInvariantUUID:153590d8-6cee-4680-9f21-d3712af2b2af
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210907045147-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar
ArtifactUUID:39fb1a8c-d6ab-4956-8d62-c977c93f4d00
ArtifactChecksum:NjllZmNhMmI4YzA1ZTEzMGQ4Zjc3YmI1NzZlYzJmOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 435601a5-3f26 0
ResourceCustomizationUUID:1a5d1220-c969-4c57-aa79-28753548fb70
ResourceInvariantUUID:2aff437f-1811-4749-bb15-52db1400fac0
ResourceName:vFW 435601a5-3f26
ResourceType:VF
ResourceUUID:cf719b29-3bee-4a03-8c37-4888caeb7a71
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw435601a53f260_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json
ArtifactUUID:bb0c57e4-e9b2-426a-aae0-00a7069f3b1d
ArtifactChecksum:MTkwZTdiNTM4NmRhYzRkNTI3NTY0ZDg3ZDkwNGFhYjc=
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/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml
ArtifactUUID:3f1ab802-fb63-4111-90ad-182e834ac663
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/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env
ArtifactUUID:7dbf0aab-6fb9-49bb-a7d3-c23fc8d6ec3d
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/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env
ArtifactUUID:7dbf0aab-6fb9-49bb-a7d3-c23fc8d6ec3d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-07T04:54:22.073Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0be40d2-9823-42e4-9309-566e97a7526d 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=?
2021-09-07T04:54:22.096Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T04:54:22.096Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T04:54:22.097Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T04:54:22.097Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 39fb1a8c-d6ab-4956-8d62-c977c93f4d00 from URL: /sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:22.097Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T04:54:22.097Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:23.179Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T04:54:23.183Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar 39fb1a8c-d6ab-4956-8d62-c977c93f4d00 98700
2021-09-07T04:54:23.183Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar ASDC sendASDCNotification
2021-09-07T04:54:23.184Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:23.184Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:54:23.184Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:23.186Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:23.186Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990463183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:54:23.286Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:54:23.287Z||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.
2021-09-07T04:54:23.287Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:23.295Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:23.295Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:54:24.186Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T04:54:24.187Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T04:54:24.187Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 39fb1a8c-d6ab-4956-8d62-c977c93f4d00, URL: /sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar to file: /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:24.188Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210907045147-csar.csar
2021-09-07T04:54:24.188Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:24.188Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:24.326Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3633009854306259698/Definitions/service-Vfw20210907045147-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
2021-09-07T04:54:25.876Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T04:54:25.877Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T04:54:25.877Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:25.877Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-07T04:54:25.877Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:25.877Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:25.877Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:25.877Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:25.877Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:25.877Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:25.877Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:25.877Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:25.877Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:25.878Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:25.878Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:25.878Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:25.878Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 435601a5-3f26 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-Vfw20210907045147-csar.csar
2021-09-07T04:54:25.878Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T04:54:25.878Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.878Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:25.878Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is matching search criteria
2021-09-07T04:54:25.878Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T04:54:25.878Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 435601a5-3f26 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T04:54:25.878Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.879Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:25.879Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is matching search criteria
2021-09-07T04:54:25.879Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T04:54:25.879Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 435601a5-3f26 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T04:54:25.879Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.879Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:25.879Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.879Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is not matching search criteria
2021-09-07T04:54:25.879Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:54:25.879Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:54:25.880Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:25.880Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:54:25.880Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:54:25.880Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:54:25.880Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:54:25.880Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:54:25.880Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:54:25.880Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:54:25.880Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:25.880Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:54:25.880Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:25.880Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:54:25.881Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:54:25.881Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-07T04:54:25.881Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.881Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T04:54:25.881Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.881Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is matching search criteria
2021-09-07T04:54:25.881Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 435601a5-3f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:54:25.881Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.881Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is matching search criteria
2021-09-07T04:54:25.881Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 435601a5-3f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:54:25.881Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is matching search criteria
2021-09-07T04:54:25.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 435601a5-3f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:54:25.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is not matching search criteria
2021-09-07T04:54:25.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:54:25.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T04:54:25.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:54:25.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:54:25.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:54:25.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:54:25.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:25.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:54:25.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:25.883Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:54:25.883Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:54:25.883Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9a153510-2ff5-4573-a6e4-461d06cc9e91
2021-09-07T04:54:25.883Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.883Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is not matching search criteria
2021-09-07T04:54:25.883Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:54:25.883Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:54:25.883Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:25.883Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:54:25.883Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:54:25.883Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:54:25.883Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:54:25.883Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T04:54:25.884Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:54:25.884Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:25.884Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:54:25.884Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:54:25.884Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b5ef9e78-d309-4ffd-872f-6ce60c33acd5
2021-09-07T04:54:25.884Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.884Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is not matching search criteria
2021-09-07T04:54:25.884Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:54:25.884Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:54:25.884Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:25.885Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:54:25.885Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:54:25.885Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:54:25.885Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:54:25.885Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:54:25.885Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:54:25.885Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:54:25.885Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:25.885Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T04:54:25.885Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eb232479-9139-42b1-ac22-f7ccd5ecc9ae
2021-09-07T04:54:25.885Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.886Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:25.886Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.886Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:25.886Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.886Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:25.886Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:25.886Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:25.886Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-07 04-51-47
Description:catalog service description
Model UUID:e0be40d2-9823-42e4-9309-566e97a7526d
Model Version:NULL
Model InvariantUuid:153590d8-6cee-4680-9f21-d3712af2b2af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 435601a5-3f26
Model UUID:8fd54887-0971-4edb-ad5f-09827f5ea229
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2aff437f-1811-4749-bb15-52db1400fac0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a5d1220-c969-4c57-aa79-28753548fb70
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:54e6e96e-18b7-494a-aec0-7b17eb74ab3a
ModelName:Vfw435601a53f26..base_vfw..module-0
ModelUuid:aecdd123-1826-44cb-856c-3a0ebe518392
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9a153510-2ff5-4573-a6e4-461d06cc9e91
ModelInvariantUuid:86f13ca6-f9b9-4000-9cd0-6c4781d821b4
ModelName:vFW 435601a5-3f26-nodes.vfwCvfc
ModelUuid:dc3c24c3-99e1-4729-9f27-8e4d67a88e83
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:95f7895c-74e4-4fd2-b7f3-4ddd4c7dfc2e
ModelInvariantUuid:8e22958a-c4ca-4e09-b4bb-6439ab102000
ModelName:Vfw435601a53f26.compute.nodes.heat.vfw
ModelUuid:2395a488-130b-42c5-bbec-0a7476258b45
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b5ef9e78-d309-4ffd-872f-6ce60c33acd5
ModelInvariantUuid:32c6bc89-d03a-461e-a983-34ff0daf5de2
ModelName:vFW 435601a5-3f26-nodes.vsnCvfc
ModelUuid:4f1fc8f5-7608-4719-a3c9-84117bc52966
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:aec97acd-82d7-48eb-b816-ea048d6ecb70
ModelInvariantUuid:a334c073-feea-4215-b67d-e6d06d043632
ModelName:Vfw435601a53f26.compute.nodes.heat.vsn
ModelUuid:51808812-4e94-4ec0-9b42-7b547e3baefb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:eb232479-9139-42b1-ac22-f7ccd5ecc9ae
ModelInvariantUuid:cb00c3cc-63a2-496a-9459-8b0e4ffd02ab
ModelName:vFW 435601a5-3f26-nodes.vpgCvfc
ModelUuid:dfef48bb-d8d0-477a-b5a1-fd78a1e01270
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f3119d38-e6f6-4e46-923f-70cb5779a50b
ModelInvariantUuid:e551a9ff-5eb7-4176-b96b-a5aef5f9c53a
ModelName:Vfw435601a53f26.compute.nodes.heat.vpg
ModelUuid:0aa04ed8-5f80-4c9b-bf29-7be6349af868
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T04:54:25.892Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: cf719b29-3bee-4a03-8c37-4888caeb7a71
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:54:25.895Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||vFW 435601a5-3f26 0
2021-09-07T04:54:25.895Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cf719b29-3bee-4a03-8c37-4888caeb7a71
2021-09-07T04:54:25.895Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bb0c57e4-e9b2-426a-aae0-00a7069f3b1d from URL: /sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json
2021-09-07T04:54:25.895Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T04:54:25.895Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json
2021-09-07T04:54:26.872Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T04:54:26.873Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json bb0c57e4-e9b2-426a-aae0-00a7069f3b1d 785
2021-09-07T04:54:26.873Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json ASDC sendASDCNotification
2021-09-07T04:54:26.873Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json
2021-09-07T04:54:26.873Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:54:26.873Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:26.875Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:26.875Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990466873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:54:26.976Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:54:26.976Z||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.
2021-09-07T04:54:26.976Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:26.986Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:26.986Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:54:27.876Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw435601a53f26..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "54e6e96e-18b7-494a-aec0-7b17eb74ab3a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aecdd123-1826-44cb-856c-3a0ebe518392",
    "vfModuleModelCustomizationUUID": "1cabaf8b-5061-422e-9f02-bafcb81a4125",
    "isBase": true,
    "artifacts": [
      "3f1ab802-fb63-4111-90ad-182e834ac663",
      "7dbf0aab-6fb9-49bb-a7d3-c23fc8d6ec3d"
    ],
    "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": ""
    }
  }
]
2021-09-07T04:54:27.880Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw435601a53f26..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aecdd123-1826-44cb-856c-3a0ebe518392
VfModuleModelInvariantUUID:54e6e96e-18b7-494a-aec0-7b17eb74ab3a
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f1ab802-fb63-4111-90ad-182e834ac663
,
7dbf0aab-6fb9-49bb-a7d3-c23fc8d6ec3d

}
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


}

2021-09-07T04:54:27.881Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw435601a53f26..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "54e6e96e-18b7-494a-aec0-7b17eb74ab3a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aecdd123-1826-44cb-856c-3a0ebe518392",
    "vfModuleModelCustomizationUUID": "1cabaf8b-5061-422e-9f02-bafcb81a4125",
    "isBase": true,
    "artifacts": [
      "3f1ab802-fb63-4111-90ad-182e834ac663",
      "7dbf0aab-6fb9-49bb-a7d3-c23fc8d6ec3d"
    ],
    "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": ""
    }
  }
]
2021-09-07T04:54:27.881Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw435601a53f26..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aecdd123-1826-44cb-856c-3a0ebe518392
VfModuleModelInvariantUUID:54e6e96e-18b7-494a-aec0-7b17eb74ab3a
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f1ab802-fb63-4111-90ad-182e834ac663
,
7dbf0aab-6fb9-49bb-a7d3-c23fc8d6ec3d

}
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


}

2021-09-07T04:54:27.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3f1ab802-fb63-4111-90ad-182e834ac663 from URL: /sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml
2021-09-07T04:54:27.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T04:54:27.882Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml
2021-09-07T04:54:28.485Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T04:54:28.486Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml 3f1ab802-fb63-4111-90ad-182e834ac663 20368
2021-09-07T04:54:28.486Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T04:54:28.487Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml
2021-09-07T04:54:28.487Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:54:28.487Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:28.488Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:28.488Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990468486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:54:28.589Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-07T04:54:28.589Z||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.
2021-09-07T04:54:28.589Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:28.597Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:28.597Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:54:29.489Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7dbf0aab-6fb9-49bb-a7d3-c23fc8d6ec3d from URL: /sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env
2021-09-07T04:54:29.489Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T04:54:29.490Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env
2021-09-07T04:54:29.991Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T04:54:29.991Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env 7dbf0aab-6fb9-49bb-a7d3-c23fc8d6ec3d 2098
2021-09-07T04:54:29.992Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T04:54:29.992Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env
2021-09-07T04:54:29.992Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:54:29.992Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:29.994Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:29.994Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990469992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:54:30.094Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:54:30.095Z||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.
2021-09-07T04:54:30.095Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:30.104Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:30.105Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:54:30.995Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e0be40d2-9823-42e4-9309-566e97a7526d
2021-09-07T04:54:30.995Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 435601a5-3f26 0 cf719b29-3bee-4a03-8c37-4888caeb7a71 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:54:31.010Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4503a22d, org.onap.sdc.toscaparser.api.parameters.Input@178aad64, org.onap.sdc.toscaparser.api.parameters.Input@35c3f5cd, org.onap.sdc.toscaparser.api.parameters.Input@67da8c38, org.onap.sdc.toscaparser.api.parameters.Input@3f904824]
2021-09-07T04:54:31.011Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.011Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:31.011Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-07T04:54:31.011Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1a5d1220-c969-4c57-aa79-28753548fb70
2021-09-07T04:54:31.012Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1a5d1220-c969-4c57-aa79-28753548fb70 matches Tosca VF Customization UUID: 1a5d1220-c969-4c57-aa79-28753548fb70
2021-09-07T04:54:31.012Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1a5d1220-c969-4c57-aa79-28753548fb70  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-07T04:54:31.014Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.014Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:31.014Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1a5d1220-c969-4c57-aa79-28753548fb70: {\"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\"}
2021-09-07T04:54:31.014Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64fc2143
2021-09-07T04:54:31.015Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.015Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T04:54:31.015Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1cabaf8b-5061-422e-9f02-bafcb81a4125
2021-09-07T04:54:31.015Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1cabaf8b-5061-422e-9f02-bafcb81a4125
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-07T04:54:31.017Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.017Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is matching search criteria
2021-09-07T04:54:31.017Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 435601a5-3f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:54:31.017Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.017Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is matching search criteria
2021-09-07T04:54:31.017Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 435601a5-3f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:54:31.017Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.017Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is not matching search criteria
2021-09-07T04:54:31.017Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:54:31.018Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T04:54:31.018Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:54:31.018Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:54:31.018Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:54:31.018Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:54:31.018Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:31.018Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:54:31.018Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:31.018Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:54:31.018Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:54:31.019Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9a153510-2ff5-4573-a6e4-461d06cc9e91
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T04:54:31.020Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.020Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is matching search criteria
2021-09-07T04:54:31.020Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 435601a5-3f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:54:31.021Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.021Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is not matching search criteria
2021-09-07T04:54:31.021Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:54:31.021Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:54:31.021Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:31.021Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:54:31.021Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:54:31.021Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:54:31.022Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:54:31.022Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T04:54:31.022Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:54:31.022Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:31.022Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:54:31.022Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:54:31.022Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b5ef9e78-d309-4ffd-872f-6ce60c33acd5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T04:54:31.023Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.024Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is matching search criteria
2021-09-07T04:54:31.024Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 435601a5-3f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:54:31.024Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.024Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is not matching search criteria
2021-09-07T04:54:31.024Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:54:31.024Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:54:31.024Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:31.024Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:54:31.025Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:54:31.025Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:54:31.025Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:54:31.025Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:54:31.025Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:54:31.025Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:54:31.025Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:54:31.025Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T04:54:31.025Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eb232479-9139-42b1-ac22-f7ccd5ecc9ae
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T04:54:31.026Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.027Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is matching search criteria
2021-09-07T04:54:31.027Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 435601a5-3f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:54:31.027Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.027Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Node template vFW 435601a5-3f26 0 is matching search criteria
2021-09-07T04:54:31.027Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 435601a5-3f26 0] matching following query criteria: sdcType=VF, customizationUUID=1a5d1220-c969-4c57-aa79-28753548fb70
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:54:31.028Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.028Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:31.029Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e0be40d2-9823-42e4-9309-566e97a7526d: vFW 435601a5-3f26
2021-09-07T04:54:31.029Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.029Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:31.029Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.029Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:31.029Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.029Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:31.029Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.029Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:31.029Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:54:31.030Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-51-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:54:31.030Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-07 04-51-47 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-07T04:54:31.138Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 435601a5-3f26 cf719b29-3bee-4a03-8c37-4888caeb7a71 1 ASDC deployResourceStructure
2021-09-07T04:54:31.139Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json ASDC sendASDCNotification
2021-09-07T04:54:31.139Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json
2021-09-07T04:54:31.139Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:54:31.139Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:31.141Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:31.141Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990471139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T04:54:31.241Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:54:31.242Z||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.
2021-09-07T04:54:31.242Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:31.252Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:31.252Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:54:32.142Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T04:54:32.142Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml
2021-09-07T04:54:32.142Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:54:32.142Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:32.144Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:32.144Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990472141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T04:54:32.244Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:54:32.245Z||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.
2021-09-07T04:54:32.245Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:32.253Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:32.253Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:54:33.145Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T04:54:33.145Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env
2021-09-07T04:54:33.145Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:54:33.146Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:33.147Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:33.147Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990473145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T04:54:33.247Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:54:33.248Z||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.
2021-09-07T04:54:33.248Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:33.258Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:33.258Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-07T04:54:34.148Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar ASDC sendASDCNotification
2021-09-07T04:54:34.148Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar
2021-09-07T04:54:34.149Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:54:34.149Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:54:34.150Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:54:34.150Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990474148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:54:34.251Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:54:34.251Z||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.
2021-09-07T04:54:34.251Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:54:34.260Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:54:34.260Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:54:35.151Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93151c37-5503-4243-b43b-add99f27b1f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:54:35.160Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93151c37-5503-4243-b43b-add99f27b1f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:54:35.162Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T04:54:35.162Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T04:54:35.162Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T04:54:35.162Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T04:54:35.162Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T04:54:35.162Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||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=?
2021-09-07T04:54:35.166Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T04:55:05.166Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93151c37-5503-4243-b43b-add99f27b1f3 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=?
2021-09-07T04:55:05.170Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93151c37-5503-4243-b43b-add99f27b1f3 and serviceModelVersionId: e0be40d2-9823-42e4-9309-566e97a7526d
2021-09-07T04:55:05.170Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 153590d8-6cee-4680-9f21-d3712af2b2af
2021-09-07T04:55:05.171Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d?depth=0
2021-09-07T04:55:05.175Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T04:55:05.209Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d?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]}
2021-09-07T04:55:05.210Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d?depth=0|INFO|500||Invoke
2021-09-07T04:55:05.229Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T04:55:05.280Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T04:55:05.280Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210907-04:55:05:235-52963], Content-Length=[495], Date=[Tue, 07 Sep 2021 04:55:05 GMT], Content-Type=[application/json]}
2021-09-07T04:55:05.281Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d","ERR.5.4.6114"]}}}

2021-09-07T04:55:05.284Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=93151c37-5503-4243-b43b-add99f27b1f3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d) (ec=ERR.5.4.6114)
2021-09-07T04:55:05.285Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=93151c37-5503-4243-b43b-add99f27b1f3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d) (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)
2021-09-07T04:55:05.285Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=93151c37-5503-4243-b43b-add99f27b1f3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d) (ec=ERR.5.4.6114)
2021-09-07T04:55:05.285Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=93151c37-5503-4243-b43b-add99f27b1f3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:55:05.288Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-07T04:55:05.288Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93151c37-5503-4243-b43b-add99f27b1f3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=93151c37-5503-4243-b43b-add99f27b1f3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d) (ec=ERR.5.4.6114)
2021-09-07T04:55:05.288Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T04:55:05.288Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:55:05.289Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:55:05.290Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990505288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d93151c37-5503-4243-b43b-add99f27b1f3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d) (ec\u003dERR.5.4.6114)"
}
2021-09-07T04:55:05.390Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:55:05.391Z||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.
2021-09-07T04:55:05.391Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:55:05.403Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:55:05.403Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-07T04:55:14.429Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:55:14.430Z|93151c37-5503-4243-b43b-add99f27b1f3|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.
2021-09-07T04:55:14.430Z|93151c37-5503-4243-b43b-add99f27b1f3|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:55:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:55:14.431Z||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.
2021-09-07T04:55:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:55:14.548Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:55:14.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:55:14.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990454429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:55:14.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:55:23.964Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:14.429Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:56:14.430Z|93151c37-5503-4243-b43b-add99f27b1f3|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.
2021-09-07T04:56:14.430Z|93151c37-5503-4243-b43b-add99f27b1f3|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:56:14.431Z||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.
2021-09-07T04:56:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:14.450Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:14.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990454429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:56:14.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:56:14.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990454429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:56:14.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:56:14.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990454429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:56:14.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:56:14.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990454429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T04:56:14.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:56:14.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990454429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:56:14.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:56:14.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990454429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:56:14.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:56:14.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990463183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:56:14.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:56:14.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990466873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:56:14.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:56:14.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990468486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:56:14.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:56:14.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990469992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:56:14.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:56:14.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990471139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/vfw435601a53f260_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T04:56:14.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:56:14.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990472141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T04:56:14.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:56:14.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990473145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/resourceInstances/vfw435601a53f260/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T04:56:14.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:56:14.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990474148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045147/1.0/artifacts/service-Vfw20210907045147-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:56:14.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:56:14.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:56:14.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93151c37-5503-4243-b43b-add99f27b1f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990505288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d93151c37-5503-4243-b43b-add99f27b1f3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/153590d8-6cee-4680-9f21-d3712af2b2af/model-vers/model-ver/e0be40d2-9823-42e4-9309-566e97a7526d) (ec\u003dERR.5.4.6114)"
}
2021-09-07T04:56:14.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:56:15.049Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:15.050Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T04:56:15.050Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"bc2ecfa1-a144-455f-9e61-67d4b864cb6d","serviceName":"vFW 2021-09-07 04-53-45","serviceVersion":"1.0","serviceUUID":"688a65a9-2465-4b95-8548-543e64408f96","serviceDescription":"catalog service description","serviceInvariantUUID":"8e54d0a2-2160-4c23-8583-0bc1a723a025","resources":[{"resourceInstanceName":"vFW 3b82acc4-9ce4 0","resourceName":"vFW 3b82acc4-9ce4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"da82d387-fb1e-4db9-9d39-329110757e8d","resourceInvariantUUID":"e8b75a59-f7e1-455a-9db1-35936fd11c9c","resourceCustomizationUUID":"6a199b91-9526-4bc7-9e88-c5928c1eb9f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vf-license-model.xml","artifactChecksum":"NjMyMGViMzY0YmMwYTc0ZmM1ZmU2NTg2YTMzYzVmY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90b46d80-f0c3-4e09-bcf2-77baef9f333c","artifactVersion":"1"},{"artifactName":"vfw3b82acc49ce40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json","artifactChecksum":"ZGI1MTk0MjAxMjgwM2JiNmFkYTc1MjJjYzExOTQzY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1caba24-02ef-46fa-b03b-62fa90296558","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5a9d499b-6202-4153-b0a6-efbb1c75b8a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vendor-license-model.xml","artifactChecksum":"YzE5NjJlNGU1ODY5YTllNjM1YTg3YThjODNlOTZjZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c6cb8994-927f-4037-ae5c-22581ea99415","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c426e561-124c-4eca-8a1a-59fbf44ac3b0","artifactVersion":"2","generatedFromUUID":"5a9d499b-6202-4153-b0a6-efbb1c75b8a2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210907045345-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-template.yml","artifactChecksum":"ZGM4MjRiZGRhMTRiMmViMjhhYWRjZDM0MmM3ZmNmMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44eba18a-90e6-44de-b096-d8b1da49f54b","artifactVersion":"1"},{"artifactName":"service-Vfw20210907045345-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar","artifactChecksum":"MjVkZmM1MDU2MTllYTI3MDk3MzZiZWJkMzViMTI5ZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e8d85a6-3169-4bd1-a74e-2f9a77e1ff85","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T04:56:15.052Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:56:15.053Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:15.054Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:15.054Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990574429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:56:15.155Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:15.155Z||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.
2021-09-07T04:56:15.156Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:15.164Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:15.164Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:56:16.055Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:56:16.056Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:16.058Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:16.058Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990574429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:56:16.158Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:16.159Z||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.
2021-09-07T04:56:16.159Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:16.167Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:16.167Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:56:17.059Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:56:17.059Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:17.061Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:17.061Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990574429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:56:17.162Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:17.162Z||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.
2021-09-07T04:56:17.162Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:17.170Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:17.171Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:56:18.062Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:56:18.062Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:18.063Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:18.064Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990574429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:56:18.164Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:18.164Z||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.
2021-09-07T04:56:18.165Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:18.172Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:18.173Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:56:19.064Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:56:19.065Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:19.066Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:19.066Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990574429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T04:56:19.166Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:19.167Z||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.
2021-09-07T04:56:19.167Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:19.174Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:19.174Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:56:20.066Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:56:20.067Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:20.069Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:20.069Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990574429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:56:20.169Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:20.169Z||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.
2021-09-07T04:56:20.169Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:20.178Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:20.178Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:56:21.069Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T04:56:21.070Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:21.071Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:21.071Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990574429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:56:21.171Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:21.172Z||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.
2021-09-07T04:56:21.172Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:21.180Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:21.180Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:56:22.072Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "serviceName": "vFW 2021-09-07 04-53-45",
  "serviceVersion": "1.0",
  "serviceUUID": "688a65a9-2465-4b95-8548-543e64408f96",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8e54d0a2-2160-4c23-8583-0bc1a723a025",
  "resources": [
    {
      "resourceInstanceName": "vFW 3b82acc4-9ce4 0",
      "resourceCustomizationUUID": "6a199b91-9526-4bc7-9e88-c5928c1eb9f8",
      "resourceName": "vFW 3b82acc4-9ce4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "da82d387-fb1e-4db9-9d39-329110757e8d",
      "resourceInvariantUUID": "e8b75a59-f7e1-455a-9db1-35936fd11c9c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3b82acc49ce40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
          "artifactChecksum": "ZGI1MTk0MjAxMjgwM2JiNmFkYTc1MjJjYzExOTQzY2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a1caba24-02ef-46fa-b03b-62fa90296558",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5a9d499b-6202-4153-b0a6-efbb1c75b8a2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c426e561-124c-4eca-8a1a-59fbf44ac3b0",
            "generatedFromUUID": "5a9d499b-6202-4153-b0a6-efbb1c75b8a2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c426e561-124c-4eca-8a1a-59fbf44ac3b0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210907045345-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
      "artifactChecksum": "MjVkZmM1MDU2MTllYTI3MDk3MzZiZWJkMzViMTI5ZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0e8d85a6-3169-4bd1-a74e-2f9a77e1ff85"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T04:56:22.073Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T04:56:22.073Z|93151c37-5503-4243-b43b-add99f27b1f3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 688a65a9-2465-4b95-8548-543e64408f96 ASDC
2021-09-07T04:56:22.073Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:bc2ecfa1-a144-455f-9e61-67d4b864cb6d
ServiceName:vFW 2021-09-07 04-53-45
ServiceVersion:1.0
ServiceUUID:688a65a9-2465-4b95-8548-543e64408f96
ServiceInvariantUUID:8e54d0a2-2160-4c23-8583-0bc1a723a025
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210907045345-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar
ArtifactUUID:0e8d85a6-3169-4bd1-a74e-2f9a77e1ff85
ArtifactChecksum:MjVkZmM1MDU2MTllYTI3MDk3MzZiZWJkMzViMTI5ZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3b82acc4-9ce4 0
ResourceCustomizationUUID:6a199b91-9526-4bc7-9e88-c5928c1eb9f8
ResourceInvariantUUID:e8b75a59-f7e1-455a-9db1-35936fd11c9c
ResourceName:vFW 3b82acc4-9ce4
ResourceType:VF
ResourceUUID:da82d387-fb1e-4db9-9d39-329110757e8d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3b82acc49ce40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json
ArtifactUUID:a1caba24-02ef-46fa-b03b-62fa90296558
ArtifactChecksum:ZGI1MTk0MjAxMjgwM2JiNmFkYTc1MjJjYzExOTQzY2M=
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/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml
ArtifactUUID:5a9d499b-6202-4153-b0a6-efbb1c75b8a2
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/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env
ArtifactUUID:c426e561-124c-4eca-8a1a-59fbf44ac3b0
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/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env
ArtifactUUID:c426e561-124c-4eca-8a1a-59fbf44ac3b0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-07T04:56:22.073Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 688a65a9-2465-4b95-8548-543e64408f96 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 (?, ?, ?, ?, ?)
2021-09-07T04:56:22.094Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T04:56:22.095Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T04:56:22.095Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T04:56:22.095Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0e8d85a6-3169-4bd1-a74e-2f9a77e1ff85 from URL: /sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:22.095Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T04:56:22.095Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:23.279Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T04:56:23.283Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar 0e8d85a6-3169-4bd1-a74e-2f9a77e1ff85 98694
2021-09-07T04:56:23.283Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar ASDC sendASDCNotification
2021-09-07T04:56:23.283Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:23.284Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:56:23.284Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:23.285Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:23.285Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990583283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:56:23.385Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:23.386Z||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.
2021-09-07T04:56:23.386Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:23.394Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:23.395Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:56:24.286Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T04:56:24.286Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T04:56:24.287Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0e8d85a6-3169-4bd1-a74e-2f9a77e1ff85, URL: /sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar to file: /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:24.287Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210907045345-csar.csar
2021-09-07T04:56:24.287Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:24.287Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:24.445Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2547063920957372420/Definitions/service-Vfw20210907045345-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-07T04:56:25.928Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T04:56:25.929Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T04:56:25.929Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:25.929Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-07T04:56:25.929Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:25.929Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:25.930Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:25.930Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:25.930Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:25.930Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:25.930Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:25.930Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:25.930Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3b82acc4-9ce4 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-Vfw20210907045345-csar.csar
2021-09-07T04:56:25.930Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:25.931Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:25.931Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:25.931Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:25.931Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T04:56:25.931Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.931Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:25.932Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is matching search criteria
2021-09-07T04:56:25.932Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T04:56:25.932Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b82acc4-9ce4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T04:56:25.932Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.932Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:25.933Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is matching search criteria
2021-09-07T04:56:25.933Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T04:56:25.933Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b82acc4-9ce4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T04:56:25.933Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.933Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:25.934Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.934Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is not matching search criteria
2021-09-07T04:56:25.934Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:56:25.934Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:56:25.934Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:56:25.935Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:25.935Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:56:25.935Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:56:25.935Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:56:25.935Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:56:25.935Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:56:25.936Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:56:25.936Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:25.936Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:56:25.936Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:25.936Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:56:25.936Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:56:25.937Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-07T04:56:25.937Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.937Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T04:56:25.937Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.937Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is matching search criteria
2021-09-07T04:56:25.938Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b82acc4-9ce4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:56:25.938Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.938Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is matching search criteria
2021-09-07T04:56:25.938Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b82acc4-9ce4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:56:25.939Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.939Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is matching search criteria
2021-09-07T04:56:25.939Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b82acc4-9ce4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:56:25.939Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.939Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is not matching search criteria
2021-09-07T04:56:25.939Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:56:25.940Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:56:25.940Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T04:56:25.940Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:56:25.940Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:56:25.940Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:56:25.941Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:25.941Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:56:25.941Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:25.941Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:56:25.941Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:56:25.941Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6c6dc9d7-b752-4dcb-a595-6c3b4dc2a25f
2021-09-07T04:56:25.942Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.942Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is not matching search criteria
2021-09-07T04:56:25.942Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:56:25.942Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:56:25.942Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:56:25.943Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:25.943Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:56:25.943Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:56:25.943Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:56:25.943Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T04:56:25.943Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:56:25.944Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:25.944Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:56:25.944Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:56:25.944Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=123fec00-6b45-48c6-a350-08f0b262ebe2
2021-09-07T04:56:25.944Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.944Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is not matching search criteria
2021-09-07T04:56:25.945Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:56:25.945Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:56:25.945Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:56:25.945Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:25.945Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:56:25.945Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:56:25.946Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:56:25.946Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:56:25.946Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:56:25.946Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:56:25.946Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:25.947Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T04:56:25.947Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9923d2aa-61cd-4efb-88c2-fe9896f24cc0
2021-09-07T04:56:25.947Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.947Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:25.947Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.947Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:25.948Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.948Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:25.948Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:25.948Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:25.948Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-07 04-53-45
Description:catalog service description
Model UUID:688a65a9-2465-4b95-8548-543e64408f96
Model Version:NULL
Model InvariantUuid:8e54d0a2-2160-4c23-8583-0bc1a723a025
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3b82acc4-9ce4
Model UUID:dab78d17-6f23-4608-82a4-189e88949571
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e8b75a59-f7e1-455a-9db1-35936fd11c9c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6a199b91-9526-4bc7-9e88-c5928c1eb9f8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:15f26b4c-5bc1-4901-8ce4-684e11c08695
ModelName:Vfw3b82acc49ce4..base_vfw..module-0
ModelUuid:1719cb9c-e0ce-46b4-97a8-8743b73c7080
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6c6dc9d7-b752-4dcb-a595-6c3b4dc2a25f
ModelInvariantUuid:7ab97e30-7af0-4bba-8308-c53b45dab381
ModelName:vFW 3b82acc4-9ce4-nodes.vfwCvfc
ModelUuid:c1458e28-fcb4-4fb4-91dc-91a1761f5e03
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:11a6b754-a4bc-4956-b112-ce236601fc19
ModelInvariantUuid:5fe95cee-61c6-4b94-85bb-5849124f0c83
ModelName:Vfw3b82acc49ce4.compute.nodes.heat.vfw
ModelUuid:2cffe0c8-c175-436b-a4f0-994ea93ddded
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:123fec00-6b45-48c6-a350-08f0b262ebe2
ModelInvariantUuid:6c3fe5ed-c7da-43d8-9621-3bb044f2c178
ModelName:vFW 3b82acc4-9ce4-nodes.vsnCvfc
ModelUuid:85598465-13b8-4f19-b249-a959d19cb405
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f3aa2e66-6b87-46b1-9181-9515fa3deb31
ModelInvariantUuid:5af561e6-2457-421e-9a38-fd81b54d7ad5
ModelName:Vfw3b82acc49ce4.compute.nodes.heat.vsn
ModelUuid:d957711a-ae95-4662-9ad5-09246a48b9f5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9923d2aa-61cd-4efb-88c2-fe9896f24cc0
ModelInvariantUuid:c57f7a17-f6c2-429e-92e4-ec6d730d469b
ModelName:vFW 3b82acc4-9ce4-nodes.vpgCvfc
ModelUuid:53498681-f6cc-45a3-b591-94abffdc4942
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cf8e5462-5afb-4e9d-9ca2-ba1717901dd8
ModelInvariantUuid:e52fb679-ef96-49b1-809d-5bd2844085ae
ModelName:Vfw3b82acc49ce4.compute.nodes.heat.vpg
ModelUuid:2c277151-486b-4ab3-b82f-9934a93fd808
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T04:56:25.954Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: da82d387-fb1e-4db9-9d39-329110757e8d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:56:25.956Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||vFW 3b82acc4-9ce4 0
2021-09-07T04:56:25.956Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: da82d387-fb1e-4db9-9d39-329110757e8d
2021-09-07T04:56:25.957Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a1caba24-02ef-46fa-b03b-62fa90296558 from URL: /sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json
2021-09-07T04:56:25.957Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T04:56:25.957Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json
2021-09-07T04:56:26.578Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T04:56:26.579Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json a1caba24-02ef-46fa-b03b-62fa90296558 785
2021-09-07T04:56:26.579Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json ASDC sendASDCNotification
2021-09-07T04:56:26.579Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json
2021-09-07T04:56:26.579Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:56:26.580Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:26.581Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:26.581Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990586579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:56:26.682Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:26.682Z||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.
2021-09-07T04:56:26.683Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:26.692Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:26.692Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:56:27.582Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3b82acc49ce4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "15f26b4c-5bc1-4901-8ce4-684e11c08695",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1719cb9c-e0ce-46b4-97a8-8743b73c7080",
    "vfModuleModelCustomizationUUID": "49494587-e9dd-4142-a791-5799d5ea8ced",
    "isBase": true,
    "artifacts": [
      "5a9d499b-6202-4153-b0a6-efbb1c75b8a2",
      "c426e561-124c-4eca-8a1a-59fbf44ac3b0"
    ],
    "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": ""
    }
  }
]
2021-09-07T04:56:27.585Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3b82acc49ce4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1719cb9c-e0ce-46b4-97a8-8743b73c7080
VfModuleModelInvariantUUID:15f26b4c-5bc1-4901-8ce4-684e11c08695
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a9d499b-6202-4153-b0a6-efbb1c75b8a2
,
c426e561-124c-4eca-8a1a-59fbf44ac3b0

}
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


}

2021-09-07T04:56:27.586Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3b82acc49ce4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "15f26b4c-5bc1-4901-8ce4-684e11c08695",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1719cb9c-e0ce-46b4-97a8-8743b73c7080",
    "vfModuleModelCustomizationUUID": "49494587-e9dd-4142-a791-5799d5ea8ced",
    "isBase": true,
    "artifacts": [
      "5a9d499b-6202-4153-b0a6-efbb1c75b8a2",
      "c426e561-124c-4eca-8a1a-59fbf44ac3b0"
    ],
    "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": ""
    }
  }
]
2021-09-07T04:56:27.586Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3b82acc49ce4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1719cb9c-e0ce-46b4-97a8-8743b73c7080
VfModuleModelInvariantUUID:15f26b4c-5bc1-4901-8ce4-684e11c08695
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a9d499b-6202-4153-b0a6-efbb1c75b8a2
,
c426e561-124c-4eca-8a1a-59fbf44ac3b0

}
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


}

2021-09-07T04:56:27.586Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5a9d499b-6202-4153-b0a6-efbb1c75b8a2 from URL: /sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml
2021-09-07T04:56:27.586Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T04:56:27.587Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml
2021-09-07T04:56:27.980Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T04:56:27.981Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml 5a9d499b-6202-4153-b0a6-efbb1c75b8a2 20368
2021-09-07T04:56:27.981Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T04:56:27.981Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml
2021-09-07T04:56:27.981Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:56:27.982Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:27.983Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:27.984Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990587981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:56:28.084Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:28.084Z||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.
2021-09-07T04:56:28.084Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:28.092Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:28.092Z||pool-60-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:56:28.984Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c426e561-124c-4eca-8a1a-59fbf44ac3b0 from URL: /sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env
2021-09-07T04:56:28.985Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T04:56:28.985Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env
2021-09-07T04:56:29.488Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T04:56:29.489Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env c426e561-124c-4eca-8a1a-59fbf44ac3b0 2098
2021-09-07T04:56:29.489Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T04:56:29.489Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env
2021-09-07T04:56:29.489Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T04:56:29.489Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:29.490Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:29.491Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990589489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:56:29.591Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:29.591Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-07T04:56:29.591Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:29.599Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:29.600Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-07T04:56:30.491Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 688a65a9-2465-4b95-8548-543e64408f96
2021-09-07T04:56:30.491Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3b82acc4-9ce4 0 da82d387-fb1e-4db9-9d39-329110757e8d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:56:30.502Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d1b4f2f, org.onap.sdc.toscaparser.api.parameters.Input@611b32df, org.onap.sdc.toscaparser.api.parameters.Input@2c2504b2, org.onap.sdc.toscaparser.api.parameters.Input@1383db95, org.onap.sdc.toscaparser.api.parameters.Input@14668cfd]
2021-09-07T04:56:30.503Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.503Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:30.503Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-07T04:56:30.504Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 6a199b91-9526-4bc7-9e88-c5928c1eb9f8
2021-09-07T04:56:30.504Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a199b91-9526-4bc7-9e88-c5928c1eb9f8 matches Tosca VF Customization UUID: 6a199b91-9526-4bc7-9e88-c5928c1eb9f8
2021-09-07T04:56:30.504Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 6a199b91-9526-4bc7-9e88-c5928c1eb9f8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-07T04:56:30.505Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.506Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:30.506Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 6a199b91-9526-4bc7-9e88-c5928c1eb9f8: {\"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\"}
2021-09-07T04:56:30.506Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25857134
2021-09-07T04:56:30.506Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.506Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T04:56:30.506Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49494587-e9dd-4142-a791-5799d5ea8ced
2021-09-07T04:56:30.507Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49494587-e9dd-4142-a791-5799d5ea8ced
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-07T04:56:30.508Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.508Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is matching search criteria
2021-09-07T04:56:30.509Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b82acc4-9ce4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:56:30.509Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.509Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is matching search criteria
2021-09-07T04:56:30.509Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b82acc4-9ce4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:56:30.509Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.510Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is not matching search criteria
2021-09-07T04:56:30.510Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:56:30.510Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:56:30.510Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T04:56:30.511Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:56:30.511Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:56:30.511Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:56:30.511Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:30.511Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:56:30.512Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:30.512Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:56:30.512Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:56:30.512Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6c6dc9d7-b752-4dcb-a595-6c3b4dc2a25f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T04:56:30.514Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.514Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is matching search criteria
2021-09-07T04:56:30.514Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b82acc4-9ce4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:56:30.515Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.515Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is not matching search criteria
2021-09-07T04:56:30.515Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:56:30.515Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:56:30.515Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:56:30.515Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:30.515Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:56:30.515Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:56:30.515Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:56:30.516Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T04:56:30.516Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T04:56:30.516Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:30.516Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T04:56:30.516Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:56:30.516Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=123fec00-6b45-48c6-a350-08f0b262ebe2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T04:56:30.517Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.518Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is matching search criteria
2021-09-07T04:56:30.518Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b82acc4-9ce4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:56:30.518Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.518Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is not matching search criteria
2021-09-07T04:56:30.518Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T04:56:30.518Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T04:56:30.518Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T04:56:30.518Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:30.518Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:56:30.519Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T04:56:30.519Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T04:56:30.519Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T04:56:30.519Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T04:56:30.519Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T04:56:30.519Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T04:56:30.519Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T04:56:30.519Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9923d2aa-61cd-4efb-88c2-fe9896f24cc0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T04:56:30.520Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.521Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is matching search criteria
2021-09-07T04:56:30.521Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b82acc4-9ce4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T04:56:30.521Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.521Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b82acc4-9ce4 0 is matching search criteria
2021-09-07T04:56:30.521Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b82acc4-9ce4 0] matching following query criteria: sdcType=VF, customizationUUID=6a199b91-9526-4bc7-9e88-c5928c1eb9f8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:56:30.522Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.522Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:30.523Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 688a65a9-2465-4b95-8548-543e64408f96: vFW 3b82acc4-9ce4
2021-09-07T04:56:30.523Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.523Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:30.523Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.523Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:30.523Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.523Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:30.523Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.523Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:30.523Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T04:56:30.524Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-53-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T04:56:30.524Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-07 04-53-45 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-07T04:56:30.634Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3b82acc4-9ce4 da82d387-fb1e-4db9-9d39-329110757e8d 1 ASDC deployResourceStructure
2021-09-07T04:56:30.634Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json ASDC sendASDCNotification
2021-09-07T04:56:30.634Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json
2021-09-07T04:56:30.634Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:56:30.634Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:30.636Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:30.636Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990590634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T04:56:30.736Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:30.737Z||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.
2021-09-07T04:56:30.737Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:30.745Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:30.745Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:56:31.637Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T04:56:31.637Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml
2021-09-07T04:56:31.637Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:56:31.637Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:31.639Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:31.639Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990591636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T04:56:31.739Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:31.739Z||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.
2021-09-07T04:56:31.739Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:31.749Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:31.749Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-07T04:56:32.640Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T04:56:32.640Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env
2021-09-07T04:56:32.640Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:56:32.640Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:32.642Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:32.642Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990592639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T04:56:32.742Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:32.743Z||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.
2021-09-07T04:56:32.743Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:32.751Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:32.751Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:56:33.643Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar ASDC sendASDCNotification
2021-09-07T04:56:33.643Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar
2021-09-07T04:56:33.643Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T04:56:33.643Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:56:33.645Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:56:33.646Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990593642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:56:33.746Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:56:33.746Z||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.
2021-09-07T04:56:33.746Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:56:33.754Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:56:33.755Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T04:56:34.646Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc2ecfa1-a144-455f-9e61-67d4b864cb6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:56:34.656Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc2ecfa1-a144-455f-9e61-67d4b864cb6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:56:34.658Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T04:56:34.658Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T04:56:34.658Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T04:57:04.659Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc2ecfa1-a144-455f-9e61-67d4b864cb6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:57:04.666Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc2ecfa1-a144-455f-9e61-67d4b864cb6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:57:04.667Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T04:57:04.667Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T04:57:04.667Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T04:57:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:57:14.431Z||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.
2021-09-07T04:57:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:57:14.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:57:14.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "aai-ml",
  "timestamp": 1630990531181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "clamp",
  "timestamp": 1630990528836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "cds",
  "timestamp": 1630990536183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "clamp",
  "timestamp": 1630990528836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "aai-ml",
  "timestamp": 1630990531181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "cds",
  "timestamp": 1630990536183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "clamp",
  "timestamp": 1630990528836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "cds",
  "timestamp": 1630990536183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "aai-ml",
  "timestamp": 1630990531181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "aai-ml",
  "timestamp": 1630990531181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "clamp",
  "timestamp": 1630990528836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "cds",
  "timestamp": 1630990536183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990539821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "aai-ml",
  "timestamp": 1630990531181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "clamp",
  "timestamp": 1630990528836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "cds",
  "timestamp": 1630990536183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990539821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "aai-ml",
  "timestamp": 1630990531181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "cds",
  "timestamp": 1630990536183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "clamp",
  "timestamp": 1630990528836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "dcae-sch",
  "timestamp": 1630990541780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990539821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "aai-ml",
  "timestamp": 1630990531181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "clamp",
  "timestamp": 1630990528836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "cds",
  "timestamp": 1630990536183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "dcae-sch",
  "timestamp": 1630990541780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990539821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990543506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "dcae-sch",
  "timestamp": 1630990541780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990539821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "cds",
  "timestamp": 1630990544891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "aai-ml",
  "timestamp": 1630990544891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990543506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "dcae-sch",
  "timestamp": 1630990541780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990539821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "policy-id",
  "timestamp": 1630990545238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "cds",
  "timestamp": 1630990545896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-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=?
2021-09-07T04:57:14.466Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bc2ecfa1-a144-455f-9e61-67d4b864cb6d
2021-09-07T04:57:14.466Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc2ecfa1-a144-455f-9e61-67d4b864cb6d 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 (?, ?, ?, ?, ?)
2021-09-07T04:57:14.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990543506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "dcae-sch",
  "timestamp": 1630990541780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990539821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "policy-id",
  "timestamp": 1630990545238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990543506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "dcae-sch",
  "timestamp": 1630990541780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990547212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990547903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "policy-id",
  "timestamp": 1630990545238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990543506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "dcae-sch",
  "timestamp": 1630990541780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990547212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "policy-id",
  "timestamp": 1630990545238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990549041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:57:14.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990543506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990547212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "policy-id",
  "timestamp": 1630990545238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990543506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990550174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990547212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "policy-id",
  "timestamp": 1630990545238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "aai-ml",
  "timestamp": 1630990551045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T04:57:14.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:57:14.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990551194,
  "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=?
2021-09-07T04:57:14.479Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc2ecfa1-a144-455f-9e61-67d4b864cb6d
2021-09-07T04:57:14.479Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc2ecfa1-a144-455f-9e61-67d4b864cb6d 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 (?, ?, ?, ?, ?)
2021-09-07T04:57:14.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "clamp",
  "timestamp": 1630990551807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:57:14.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:57:14.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990547212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "policy-id",
  "timestamp": 1630990545238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:57:14.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "aai-ml",
  "timestamp": 1630990552048,
  "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=?
2021-09-07T04:57:14.488Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bc2ecfa1-a144-455f-9e61-67d4b864cb6d
2021-09-07T04:57:14.488Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc2ecfa1-a144-455f-9e61-67d4b864cb6d 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 (?, ?, ?, ?, ?)
2021-09-07T04:57:14.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990552197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T04:57:14.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:57:14.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990547212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:57:14.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "policy-id",
  "timestamp": 1630990553487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:57:14.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:57:14.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "clamp",
  "timestamp": 1630990553816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:57:14.494Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:57:14.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990547212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:57:14.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:57:14.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "policy-id",
  "timestamp": 1630990554491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:57:14.494Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:57:14.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "clamp",
  "timestamp": 1630990554818,
  "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=?
2021-09-07T04:57:14.497Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bc2ecfa1-a144-455f-9e61-67d4b864cb6d
2021-09-07T04:57:14.497Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc2ecfa1-a144-455f-9e61-67d4b864cb6d 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 (?, ?, ?, ?, ?)
2021-09-07T04:57:14.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990555293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:57:14.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:57:14.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "policy-id",
  "timestamp": 1630990555494,
  "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=?
2021-09-07T04:57:14.506Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc2ecfa1-a144-455f-9e61-67d4b864cb6d
2021-09-07T04:57:14.506Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc2ecfa1-a144-455f-9e61-67d4b864cb6d 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=?
2021-09-07T04:57:14.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990558128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:57:14.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:57:14.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:57:14.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990559132,
  "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=?
2021-09-07T04:57:14.513Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bc2ecfa1-a144-455f-9e61-67d4b864cb6d
2021-09-07T04:57:14.513Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc2ecfa1-a144-455f-9e61-67d4b864cb6d 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 (?, ?, ?, ?, ?)
2021-09-07T04:57:34.667Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc2ecfa1-a144-455f-9e61-67d4b864cb6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:57:34.675Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc2ecfa1-a144-455f-9e61-67d4b864cb6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T04:57:34.678Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T04:57:34.678Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T04:57:34.678Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T04:57:34.679Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T04:57:34.679Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T04:57:34.679Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||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=?
2021-09-07T04:57:34.683Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T04:58:04.683Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bc2ecfa1-a144-455f-9e61-67d4b864cb6d 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=?
2021-09-07T04:58:04.687Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bc2ecfa1-a144-455f-9e61-67d4b864cb6d and serviceModelVersionId: 688a65a9-2465-4b95-8548-543e64408f96
2021-09-07T04:58:04.687Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e54d0a2-2160-4c23-8583-0bc1a723a025
2021-09-07T04:58:04.687Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96?depth=0
2021-09-07T04:58:04.691Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T04:58:04.722Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96?depth=0|INFO|500||Invoke
2021-09-07T04:58:04.722Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bc2ecfa1-a144-455f-9e61-67d4b864cb6d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7077ce04-b59e-4418-88a4-eedfc9a26bd0], X-ECOMP-RequestID=[bc2ecfa1-a144-455f-9e61-67d4b864cb6d], X-TransactionId=[], X-ONAP-RequestID=[bc2ecfa1-a144-455f-9e61-67d4b864cb6d], Content-Type=[application/merge-patch+json]}
2021-09-07T04:58:04.745Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T04:58:04.771Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210907-04:58:04:751-33041], Content-Length=[495], Date=[Tue, 07 Sep 2021 04:58:04 GMT], Content-Type=[application/json]}
2021-09-07T04:58:04.771Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96?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/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96","ERR.5.4.6114"]}}}

2021-09-07T04:58:04.772Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T04:58:04.775Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=bc2ecfa1-a144-455f-9e61-67d4b864cb6d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96) (ec=ERR.5.4.6114)
2021-09-07T04:58:04.775Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bc2ecfa1-a144-455f-9e61-67d4b864cb6d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96) (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)
2021-09-07T04:58:04.775Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bc2ecfa1-a144-455f-9e61-67d4b864cb6d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96) (ec=ERR.5.4.6114)
2021-09-07T04:58:04.775Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=bc2ecfa1-a144-455f-9e61-67d4b864cb6d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T04:58:04.779Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-07T04:58:04.779Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bc2ecfa1-a144-455f-9e61-67d4b864cb6d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bc2ecfa1-a144-455f-9e61-67d4b864cb6d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96) (ec=ERR.5.4.6114)
2021-09-07T04:58:04.779Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T04:58:04.779Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T04:58:04.780Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T04:58:04.781Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990684779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbc2ecfa1-a144-455f-9e61-67d4b864cb6d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96) (ec\u003dERR.5.4.6114)"
}
2021-09-07T04:58:04.881Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T04:58:04.881Z||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.
2021-09-07T04:58:04.882Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:58:04.893Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:58:04.894Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-07T04:58:05.789Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:58:05.790Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|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.
2021-09-07T04:58:05.790Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:58:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:58:14.431Z||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.
2021-09-07T04:58:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:58:14.452Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:58:14.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990574429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:58:14.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:58:14.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990574429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T04:58:14.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990574429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990574429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990574429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990574429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990574429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T04:58:14.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-07T04:58:14.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990583283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:58:14.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:58:14.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990586579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:58:14.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:58:14.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990587981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:58:14.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:58:14.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990589489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T04:58:14.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:58:14.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990590634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/vfw3b82acc49ce40_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T04:58:14.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:58:14.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990591636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T04:58:14.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:58:14.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990592639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/resourceInstances/vfw3b82acc49ce40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T04:58:14.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:58:14.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T04:58:14.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990593642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045345/1.0/artifacts/service-Vfw20210907045345-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T04:58:14.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:58:15.324Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:58:15.324Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:58:15.325Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|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.
2021-09-07T04:58:15.325Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:58:24.863Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:59:14.429Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:59:14.430Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|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.
2021-09-07T04:59:14.430Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:59:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T04:59:14.434Z||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.
2021-09-07T04:59:14.434Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T04:59:14.959Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T04:59:14.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T04:59:14.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2ecfa1-a144-455f-9e61-67d4b864cb6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990684779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbc2ecfa1-a144-455f-9e61-67d4b864cb6d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8e54d0a2-2160-4c23-8583-0bc1a723a025/model-vers/model-ver/688a65a9-2465-4b95-8548-543e64408f96) (ec\u003dERR.5.4.6114)"
}
2021-09-07T04:59:14.960Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T04:59:23.970Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:00:14.429Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:00:14.429Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|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.
2021-09-07T05:00:14.430Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:00:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:00:14.431Z||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.
2021-09-07T05:00:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:00:23.965Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:00:23.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:14.429Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:01:14.430Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|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.
2021-09-07T05:01:14.430Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:01:14.431Z||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.
2021-09-07T05:01:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:21.103Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:21.103Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:01:21.103Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4af73717-5d1f-43dc-9b8d-d1a565a02f04","serviceName":"vFW 2021-09-07 04-59-39","serviceVersion":"1.0","serviceUUID":"ff7e655e-0918-4d63-94dc-f574b74fb5fe","serviceDescription":"catalog service description","serviceInvariantUUID":"93ef49d0-e853-403f-bd6b-eb4b1b2449d7","resources":[{"resourceInstanceName":"vFW 29cd820c-b555 0","resourceName":"vFW 29cd820c-b555","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"284cdcd1-63c6-46e5-ba36-0f47af590b58","resourceInvariantUUID":"23633e97-8781-49e4-bc15-716338cba723","resourceCustomizationUUID":"6b2ea7c2-5eeb-4cd5-9319-ef096a6279c0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vf-license-model.xml","artifactChecksum":"MWQyYTAxMTJhMTY1MDBmN2FkYTc2NjA3ZTU1N2MzMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be4e51c2-82d5-4a89-8551-d7c0c177a2e7","artifactVersion":"1"},{"artifactName":"vfw29cd820cb5550_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json","artifactChecksum":"OGIyNjhjNmMwMmQzMWZhODQ4ZDM2YTFlN2E0Y2U0MTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d609c084-1ef2-4031-82d8-1ff21d4a0473","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c97e673a-918f-4cc4-bdd7-045ff8b9892b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vendor-license-model.xml","artifactChecksum":"YTMzOGQ3OGY5NzdkNzFmOWE4NTk2YmJkMDFjYTZlMjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b45b2857-c9c6-469a-9c40-84994d2a83da","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6d6875bd-d2ba-47aa-8b6e-c9b2ded7cc57","artifactVersion":"2","generatedFromUUID":"c97e673a-918f-4cc4-bdd7-045ff8b9892b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210907045939-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-template.yml","artifactChecksum":"MmI5NTc4N2JiNzA2OTk3Y2YzMmNjNmYwNTUzMTllMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2877d57a-3230-4fa5-a568-51dc433e64a0","artifactVersion":"1"},{"artifactName":"service-Vfw20210907045939-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar","artifactChecksum":"MzliNTNmMmViOTE3MjBiZWNlNGVlOGI0OGUwZTI4N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9a5aecf5-df00-4ff7-864d-90efa3ad912d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T05:01:21.105Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:01:21.105Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:21.106Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:21.106Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990874429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:01:21.207Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-07T05:01:21.207Z||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.
2021-09-07T05:01:21.207Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:21.215Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:21.216Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:01:21.327Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:01:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990874429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:01:21.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:01:22.107Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:01:22.107Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:22.109Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:22.109Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990874429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:01:22.209Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:01:22.210Z||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.
2021-09-07T05:01:22.210Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:22.219Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:22.219Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:01:23.110Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:01:23.110Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:23.112Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:23.112Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990874429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:01:23.212Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:01:23.213Z||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.
2021-09-07T05:01:23.213Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:23.222Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:23.222Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:01:24.113Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:01:24.114Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:24.115Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:24.115Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990874429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:01:24.215Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:01:24.216Z||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.
2021-09-07T05:01:24.216Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:24.224Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:24.225Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:01:25.116Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:01:25.117Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:25.119Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:25.119Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990874429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T05:01:25.219Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:01:25.219Z||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.
2021-09-07T05:01:25.220Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:25.228Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:25.228Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:01:26.119Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:01:26.120Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:26.121Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:26.121Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990874429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:01:26.222Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-07T05:01:26.222Z||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.
2021-09-07T05:01:26.222Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:26.232Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:26.233Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:01:27.122Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:01:27.123Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:27.124Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:27.124Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990874429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:01:27.224Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:01:27.225Z||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.
2021-09-07T05:01:27.225Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:27.236Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:27.236Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:01:28.126Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "serviceName": "vFW 2021-09-07 04-59-39",
  "serviceVersion": "1.0",
  "serviceUUID": "ff7e655e-0918-4d63-94dc-f574b74fb5fe",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "93ef49d0-e853-403f-bd6b-eb4b1b2449d7",
  "resources": [
    {
      "resourceInstanceName": "vFW 29cd820c-b555 0",
      "resourceCustomizationUUID": "6b2ea7c2-5eeb-4cd5-9319-ef096a6279c0",
      "resourceName": "vFW 29cd820c-b555",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "284cdcd1-63c6-46e5-ba36-0f47af590b58",
      "resourceInvariantUUID": "23633e97-8781-49e4-bc15-716338cba723",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw29cd820cb5550_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
          "artifactChecksum": "OGIyNjhjNmMwMmQzMWZhODQ4ZDM2YTFlN2E0Y2U0MTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d609c084-1ef2-4031-82d8-1ff21d4a0473",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c97e673a-918f-4cc4-bdd7-045ff8b9892b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6d6875bd-d2ba-47aa-8b6e-c9b2ded7cc57",
            "generatedFromUUID": "c97e673a-918f-4cc4-bdd7-045ff8b9892b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6d6875bd-d2ba-47aa-8b6e-c9b2ded7cc57",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210907045939-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
      "artifactChecksum": "MzliNTNmMmViOTE3MjBiZWNlNGVlOGI0OGUwZTI4N2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9a5aecf5-df00-4ff7-864d-90efa3ad912d"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T05:01:28.126Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T05:01:28.126Z|bc2ecfa1-a144-455f-9e61-67d4b864cb6d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ff7e655e-0918-4d63-94dc-f574b74fb5fe ASDC
2021-09-07T05:01:28.126Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4af73717-5d1f-43dc-9b8d-d1a565a02f04
ServiceName:vFW 2021-09-07 04-59-39
ServiceVersion:1.0
ServiceUUID:ff7e655e-0918-4d63-94dc-f574b74fb5fe
ServiceInvariantUUID:93ef49d0-e853-403f-bd6b-eb4b1b2449d7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210907045939-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar
ArtifactUUID:9a5aecf5-df00-4ff7-864d-90efa3ad912d
ArtifactChecksum:MzliNTNmMmViOTE3MjBiZWNlNGVlOGI0OGUwZTI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 29cd820c-b555 0
ResourceCustomizationUUID:6b2ea7c2-5eeb-4cd5-9319-ef096a6279c0
ResourceInvariantUUID:23633e97-8781-49e4-bc15-716338cba723
ResourceName:vFW 29cd820c-b555
ResourceType:VF
ResourceUUID:284cdcd1-63c6-46e5-ba36-0f47af590b58
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw29cd820cb5550_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json
ArtifactUUID:d609c084-1ef2-4031-82d8-1ff21d4a0473
ArtifactChecksum:OGIyNjhjNmMwMmQzMWZhODQ4ZDM2YTFlN2E0Y2U0MTE=
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/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml
ArtifactUUID:c97e673a-918f-4cc4-bdd7-045ff8b9892b
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/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env
ArtifactUUID:6d6875bd-d2ba-47aa-8b6e-c9b2ded7cc57
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/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env
ArtifactUUID:6d6875bd-d2ba-47aa-8b6e-c9b2ded7cc57
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-07T05:01:28.127Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff7e655e-0918-4d63-94dc-f574b74fb5fe 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 (?, ?, ?, ?, ?)
2021-09-07T05:01:28.150Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:01:28.151Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:01:28.151Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:01:28.151Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9a5aecf5-df00-4ff7-864d-90efa3ad912d from URL: /sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:28.151Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:01:28.151Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:28.698Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:01:28.702Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar 9a5aecf5-df00-4ff7-864d-90efa3ad912d 98715
2021-09-07T05:01:28.702Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar ASDC sendASDCNotification
2021-09-07T05:01:28.702Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:28.702Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:01:28.702Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:28.704Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:28.704Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990888702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:01:28.804Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:01:28.805Z||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.
2021-09-07T05:01:28.805Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:28.812Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:28.813Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:01:29.705Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:01:29.705Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:01:29.706Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9a5aecf5-df00-4ff7-864d-90efa3ad912d, URL: /sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar to file: /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:29.706Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210907045939-csar.csar
2021-09-07T05:01:29.706Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:29.706Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:30.013Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9420973123326619071/Definitions/service-Vfw20210907045939-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
2021-09-07T05:01:31.505Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T05:01:31.505Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:01:31.505Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:31.505Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-07T05:01:31.505Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:31.505Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:31.505Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:31.505Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:31.505Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:31.505Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:31.505Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:31.506Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:31.506Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:31.506Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:31.506Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 29cd820c-b555 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-Vfw20210907045939-csar.csar
2021-09-07T05:01:31.506Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:31.506Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:31.506Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:01:31.506Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.506Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:31.506Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is matching search criteria
2021-09-07T05:01:31.506Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:01:31.506Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 29cd820c-b555 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:01:31.507Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.507Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:31.507Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is matching search criteria
2021-09-07T05:01:31.507Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:01:31.507Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 29cd820c-b555 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:01:31.507Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.507Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:31.508Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.508Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is not matching search criteria
2021-09-07T05:01:31.508Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:01:31.508Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:01:31.508Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:31.508Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:01:31.508Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:01:31.508Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:01:31.509Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:01:31.509Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:01:31.509Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:01:31.509Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:01:31.509Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:31.509Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:01:31.509Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:31.509Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:01:31.510Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:01:31.510Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-07T05:01:31.510Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.510Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T05:01:31.510Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.510Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is matching search criteria
2021-09-07T05:01:31.510Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 29cd820c-b555 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:01:31.511Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.511Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is matching search criteria
2021-09-07T05:01:31.511Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 29cd820c-b555 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:01:31.511Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.511Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is matching search criteria
2021-09-07T05:01:31.511Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 29cd820c-b555 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:01:31.511Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.512Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is not matching search criteria
2021-09-07T05:01:31.512Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:01:31.512Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T05:01:31.512Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:01:31.512Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:01:31.512Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:01:31.512Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:01:31.513Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:31.513Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:01:31.513Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:31.513Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:01:31.513Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:01:31.513Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8d65d7ec-f1b1-4842-bdb8-b94343504c9c
2021-09-07T05:01:31.513Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.513Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is not matching search criteria
2021-09-07T05:01:31.514Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:01:31.514Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:01:31.514Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:31.514Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:01:31.514Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:01:31.514Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:01:31.514Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:01:31.514Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T05:01:31.515Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:01:31.515Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:31.515Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:01:31.515Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:01:31.515Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d984aaa-5dee-4253-a9f8-2244ed884d7a
2021-09-07T05:01:31.515Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.515Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is not matching search criteria
2021-09-07T05:01:31.516Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:01:31.516Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:01:31.516Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:31.516Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:01:31.516Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:01:31.516Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:01:31.516Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:01:31.516Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:01:31.517Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:01:31.517Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:01:31.517Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:31.517Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T05:01:31.517Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=824b5934-4f53-4928-b357-375fc97be85c
2021-09-07T05:01:31.517Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.517Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:31.517Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.518Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:31.518Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.518Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:31.518Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:31.518Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:31.518Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-07 04-59-39
Description:catalog service description
Model UUID:ff7e655e-0918-4d63-94dc-f574b74fb5fe
Model Version:NULL
Model InvariantUuid:93ef49d0-e853-403f-bd6b-eb4b1b2449d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 29cd820c-b555
Model UUID:c477630c-2b37-45fd-96f9-a66155560a04
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:23633e97-8781-49e4-bc15-716338cba723
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6b2ea7c2-5eeb-4cd5-9319-ef096a6279c0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be4cf848-fb47-4751-8165-1fc4590a1db1
ModelName:Vfw29cd820cB555..base_vfw..module-0
ModelUuid:31716571-d093-46c1-ad88-cca756ee23d1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8d65d7ec-f1b1-4842-bdb8-b94343504c9c
ModelInvariantUuid:d613a7ba-014f-49c1-80e3-77591baadd4f
ModelName:vFW 29cd820c-b555-nodes.vfwCvfc
ModelUuid:b30f9a43-8561-41ed-af4c-4e297fd6893b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:41307128-2c25-4008-9dcb-ee10f01ae735
ModelInvariantUuid:75dcae50-9e3f-47d4-b63e-c75b546194a2
ModelName:Vfw29cd820cB555.compute.nodes.heat.vfw
ModelUuid:60a33421-533b-43b1-975a-0525b121faa3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2d984aaa-5dee-4253-a9f8-2244ed884d7a
ModelInvariantUuid:fee7c4e3-f5be-4ec2-9151-a078904d3323
ModelName:vFW 29cd820c-b555-nodes.vsnCvfc
ModelUuid:c2dada1b-80fc-4f2d-a213-1ae6887d3d61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3bad83b6-4664-459f-a7c2-ea1299e246fa
ModelInvariantUuid:bdb7fcf0-2ca6-4b54-8c38-7c326a3024e9
ModelName:Vfw29cd820cB555.compute.nodes.heat.vsn
ModelUuid:4a396289-f767-452f-a5e5-a07f14758fec
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:824b5934-4f53-4928-b357-375fc97be85c
ModelInvariantUuid:2a1f5835-d2dd-4fa0-93e9-841d5207fae0
ModelName:vFW 29cd820c-b555-nodes.vpgCvfc
ModelUuid:0149548e-d93c-41a4-93f6-bc5c7ef67b6c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5d042fdf-1e8a-41d2-8252-5a444cfa0e65
ModelInvariantUuid:0b165591-be36-45e1-a13e-dcd3d0fa6ea1
ModelName:Vfw29cd820cB555.compute.nodes.heat.vpg
ModelUuid:a1fef122-368a-4738-890b-263075e65aa8
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T05:01:31.522Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 284cdcd1-63c6-46e5-ba36-0f47af590b58
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:01:31.524Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||vFW 29cd820c-b555 0
2021-09-07T05:01:31.524Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 284cdcd1-63c6-46e5-ba36-0f47af590b58
2021-09-07T05:01:31.524Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d609c084-1ef2-4031-82d8-1ff21d4a0473 from URL: /sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json
2021-09-07T05:01:31.524Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:01:31.525Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json
2021-09-07T05:01:32.282Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:01:32.282Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json d609c084-1ef2-4031-82d8-1ff21d4a0473 785
2021-09-07T05:01:32.283Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json ASDC sendASDCNotification
2021-09-07T05:01:32.283Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json
2021-09-07T05:01:32.283Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:01:32.283Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:32.285Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:32.285Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990892283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:01:32.385Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:01:32.386Z||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.
2021-09-07T05:01:32.386Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:32.394Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:32.394Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:01:33.285Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw29cd820cB555..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "be4cf848-fb47-4751-8165-1fc4590a1db1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "31716571-d093-46c1-ad88-cca756ee23d1",
    "vfModuleModelCustomizationUUID": "e5e7f544-26e1-466f-9ff9-c8b5cbc84b72",
    "isBase": true,
    "artifacts": [
      "c97e673a-918f-4cc4-bdd7-045ff8b9892b",
      "6d6875bd-d2ba-47aa-8b6e-c9b2ded7cc57"
    ],
    "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": ""
    }
  }
]
2021-09-07T05:01:33.288Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw29cd820cB555..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:31716571-d093-46c1-ad88-cca756ee23d1
VfModuleModelInvariantUUID:be4cf848-fb47-4751-8165-1fc4590a1db1
VfModuleModelDescription:NULL
Artifacts UUID List:{
c97e673a-918f-4cc4-bdd7-045ff8b9892b
,
6d6875bd-d2ba-47aa-8b6e-c9b2ded7cc57

}
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


}

2021-09-07T05:01:33.289Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw29cd820cB555..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "be4cf848-fb47-4751-8165-1fc4590a1db1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "31716571-d093-46c1-ad88-cca756ee23d1",
    "vfModuleModelCustomizationUUID": "e5e7f544-26e1-466f-9ff9-c8b5cbc84b72",
    "isBase": true,
    "artifacts": [
      "c97e673a-918f-4cc4-bdd7-045ff8b9892b",
      "6d6875bd-d2ba-47aa-8b6e-c9b2ded7cc57"
    ],
    "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": ""
    }
  }
]
2021-09-07T05:01:33.289Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw29cd820cB555..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:31716571-d093-46c1-ad88-cca756ee23d1
VfModuleModelInvariantUUID:be4cf848-fb47-4751-8165-1fc4590a1db1
VfModuleModelDescription:NULL
Artifacts UUID List:{
c97e673a-918f-4cc4-bdd7-045ff8b9892b
,
6d6875bd-d2ba-47aa-8b6e-c9b2ded7cc57

}
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


}

2021-09-07T05:01:33.289Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c97e673a-918f-4cc4-bdd7-045ff8b9892b from URL: /sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml
2021-09-07T05:01:33.289Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:01:33.290Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml
2021-09-07T05:01:33.975Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:01:33.976Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml c97e673a-918f-4cc4-bdd7-045ff8b9892b 20368
2021-09-07T05:01:33.976Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T05:01:33.976Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml
2021-09-07T05:01:33.976Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:01:33.977Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:33.978Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:33.978Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990893976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:01:34.078Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:01:34.079Z||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.
2021-09-07T05:01:34.079Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:34.087Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:34.087Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:01:34.978Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6d6875bd-d2ba-47aa-8b6e-c9b2ded7cc57 from URL: /sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env
2021-09-07T05:01:34.979Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:01:34.979Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env
2021-09-07T05:01:35.582Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:01:35.582Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env 6d6875bd-d2ba-47aa-8b6e-c9b2ded7cc57 2098
2021-09-07T05:01:35.583Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T05:01:35.583Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env
2021-09-07T05:01:35.583Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:01:35.583Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:35.585Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:35.586Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990895583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:01:35.685Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-07T05:01:35.686Z||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.
2021-09-07T05:01:35.686Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:35.694Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:35.695Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:01:36.586Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ff7e655e-0918-4d63-94dc-f574b74fb5fe
2021-09-07T05:01:36.587Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 29cd820c-b555 0 284cdcd1-63c6-46e5-ba36-0f47af590b58 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:01:36.597Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d5244f2, org.onap.sdc.toscaparser.api.parameters.Input@7f8e5d59, org.onap.sdc.toscaparser.api.parameters.Input@3bf988a7, org.onap.sdc.toscaparser.api.parameters.Input@1bf45efb, org.onap.sdc.toscaparser.api.parameters.Input@54cefca3]
2021-09-07T05:01:36.598Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.598Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:36.598Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-07T05:01:36.598Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 6b2ea7c2-5eeb-4cd5-9319-ef096a6279c0
2021-09-07T05:01:36.598Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b2ea7c2-5eeb-4cd5-9319-ef096a6279c0 matches Tosca VF Customization UUID: 6b2ea7c2-5eeb-4cd5-9319-ef096a6279c0
2021-09-07T05:01:36.598Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 6b2ea7c2-5eeb-4cd5-9319-ef096a6279c0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-07T05:01:36.600Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.600Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:36.600Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 6b2ea7c2-5eeb-4cd5-9319-ef096a6279c0: {\"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\"}
2021-09-07T05:01:36.600Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17568065
2021-09-07T05:01:36.600Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.601Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T05:01:36.601Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e5e7f544-26e1-466f-9ff9-c8b5cbc84b72
2021-09-07T05:01:36.601Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e5e7f544-26e1-466f-9ff9-c8b5cbc84b72
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-07T05:01:36.602Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.602Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is matching search criteria
2021-09-07T05:01:36.602Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 29cd820c-b555 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:01:36.603Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.603Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is matching search criteria
2021-09-07T05:01:36.603Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 29cd820c-b555 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:01:36.603Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.603Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is not matching search criteria
2021-09-07T05:01:36.603Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:01:36.603Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T05:01:36.603Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:01:36.603Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:01:36.604Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:01:36.604Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:01:36.604Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:36.604Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:01:36.604Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:36.604Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:01:36.604Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:01:36.604Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8d65d7ec-f1b1-4842-bdb8-b94343504c9c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:01:36.606Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.606Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is matching search criteria
2021-09-07T05:01:36.606Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 29cd820c-b555 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:01:36.606Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.606Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is not matching search criteria
2021-09-07T05:01:36.606Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:01:36.606Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:01:36.606Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:36.607Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:01:36.607Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:01:36.607Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:01:36.607Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:01:36.607Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T05:01:36.607Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:01:36.607Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:36.607Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:01:36.607Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:01:36.608Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d984aaa-5dee-4253-a9f8-2244ed884d7a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:01:36.609Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.609Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is matching search criteria
2021-09-07T05:01:36.609Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 29cd820c-b555 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:01:36.609Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.609Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is not matching search criteria
2021-09-07T05:01:36.609Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:01:36.609Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:01:36.610Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:36.610Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:01:36.610Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:01:36.610Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:01:36.610Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:01:36.610Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:01:36.610Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:01:36.610Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:01:36.610Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:01:36.610Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T05:01:36.611Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=824b5934-4f53-4928-b357-375fc97be85c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:01:36.612Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.612Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is matching search criteria
2021-09-07T05:01:36.612Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 29cd820c-b555 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:01:36.612Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.612Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Node template vFW 29cd820c-b555 0 is matching search criteria
2021-09-07T05:01:36.612Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 29cd820c-b555 0] matching following query criteria: sdcType=VF, customizationUUID=6b2ea7c2-5eeb-4cd5-9319-ef096a6279c0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:01:36.613Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.614Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:36.614Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ff7e655e-0918-4d63-94dc-f574b74fb5fe: vFW 29cd820c-b555
2021-09-07T05:01:36.614Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.614Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:36.614Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.614Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:36.614Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.614Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:36.614Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.615Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:36.615Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:01:36.615Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 04-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:01:36.615Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-07 04-59-39 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-07T05:01:36.719Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 29cd820c-b555 284cdcd1-63c6-46e5-ba36-0f47af590b58 1 ASDC deployResourceStructure
2021-09-07T05:01:36.720Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json ASDC sendASDCNotification
2021-09-07T05:01:36.720Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json
2021-09-07T05:01:36.720Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:01:36.720Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:36.722Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:36.722Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990896719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:01:36.822Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:01:36.822Z||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.
2021-09-07T05:01:36.823Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:36.831Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:36.832Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:01:37.722Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T05:01:37.723Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml
2021-09-07T05:01:37.723Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:01:37.723Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:37.725Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:37.725Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990897722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:01:37.825Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:01:37.825Z||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.
2021-09-07T05:01:37.825Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:37.834Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:37.834Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:01:38.725Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T05:01:38.726Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env
2021-09-07T05:01:38.726Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:01:38.726Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:38.727Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:38.727Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990898725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T05:01:38.827Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:01:38.828Z||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.
2021-09-07T05:01:38.828Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:38.837Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:38.837Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:01:39.728Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar ASDC sendASDCNotification
2021-09-07T05:01:39.728Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar
2021-09-07T05:01:39.729Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:01:39.729Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:01:39.730Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:01:39.730Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990899728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:01:39.830Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:01:39.831Z||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.
2021-09-07T05:01:39.831Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:01:39.838Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:01:39.838Z||pool-81-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:01:40.731Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:01:40.737Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:01:40.739Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:01:40.739Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:01:40.739Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:02:10.739Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:02:10.746Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:02:10.747Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:02:10.747Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:02:10.747Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:02:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:02:14.431Z||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.
2021-09-07T05:02:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:02:14.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:02:14.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:02:14.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990879821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:02:14.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:02:40.747Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:02:40.756Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:02:40.760Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:02:40.760Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:02:40.760Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:03:10.761Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:03:10.767Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:03:10.768Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:03:10.768Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:03:10.769Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:03:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:03:14.431Z||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.
2021-09-07T05:03:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:03:14.452Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:03:14.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:03:14.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990877212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:03:14.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:03:40.769Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:03:40.777Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:03:40.779Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:03:40.779Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:03:40.779Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:04:10.779Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:04:10.786Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:04:10.788Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:04:10.788Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:04:10.788Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:04:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:04:14.431Z||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.
2021-09-07T05:04:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:04:14.455Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:04:14.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "cds",
  "timestamp": 1630990881183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990874429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990879821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990877212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "dcae-sch",
  "timestamp": 1630990881780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "cds",
  "timestamp": 1630990881183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990874429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990879821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990877212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "dcae-sch",
  "timestamp": 1630990881780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "cds",
  "timestamp": 1630990881183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990874429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990879821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990877212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990883506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "dcae-sch",
  "timestamp": 1630990881780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "cds",
  "timestamp": 1630990881183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990874429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990879821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990877212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990883506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "dcae-sch",
  "timestamp": 1630990881780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "cds",
  "timestamp": 1630990881183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "policy-id",
  "timestamp": 1630990885238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990879821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990874429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990877212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990883506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "dcae-sch",
  "timestamp": 1630990881780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "cds",
  "timestamp": 1630990881183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "policy-id",
  "timestamp": 1630990885238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990879821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990874429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990877212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990883506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "dcae-sch",
  "timestamp": 1630990881780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "cds",
  "timestamp": 1630990881183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "policy-id",
  "timestamp": 1630990885238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990883506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "dcae-sch",
  "timestamp": 1630990881780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990888702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990888783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990888788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "policy-id",
  "timestamp": 1630990885238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990883506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "cds",
  "timestamp": 1630990889383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "clamp",
  "timestamp": 1630990888837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "policy-id",
  "timestamp": 1630990885238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990889932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:04:14.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630990883506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "cds",
  "timestamp": 1630990890390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-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=?
2021-09-07T05:04:14.470Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4af73717-5d1f-43dc-9b8d-d1a565a02f04
2021-09-07T05:04:14.470Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af73717-5d1f-43dc-9b8d-d1a565a02f04 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 (?, ?, ?, ?, ?)
2021-09-07T05:04:14.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "clamp",
  "timestamp": 1630990888837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "policy-id",
  "timestamp": 1630990885238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990891109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "clamp",
  "timestamp": 1630990888837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990891777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "aai-ml",
  "timestamp": 1630990891181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "policy-id",
  "timestamp": 1630990885238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990892126,
  "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=?
2021-09-07T05:04:14.481Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4af73717-5d1f-43dc-9b8d-d1a565a02f04
2021-09-07T05:04:14.481Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af73717-5d1f-43dc-9b8d-d1a565a02f04 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 (?, ?, ?, ?, ?)
2021-09-07T05:04:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990892283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:04:14.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "clamp",
  "timestamp": 1630990888837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990892780,
  "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=?
2021-09-07T05:04:14.490Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4af73717-5d1f-43dc-9b8d-d1a565a02f04
2021-09-07T05:04:14.490Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af73717-5d1f-43dc-9b8d-d1a565a02f04 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 (?, ?, ?, ?, ?)
2021-09-07T05:04:14.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "aai-ml",
  "timestamp": 1630990891181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990893130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:04:14.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "clamp",
  "timestamp": 1630990888837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "policy-id",
  "timestamp": 1630990893682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:04:14.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "aai-ml",
  "timestamp": 1630990891181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990893976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "clamp",
  "timestamp": 1630990888837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "policy-id",
  "timestamp": 1630990894685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "aai-ml",
  "timestamp": 1630990891181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "clamp",
  "timestamp": 1630990888837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990895583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:04:14.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "policy-id",
  "timestamp": 1630990895689,
  "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=?
2021-09-07T05:04:14.499Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4af73717-5d1f-43dc-9b8d-d1a565a02f04
2021-09-07T05:04:14.499Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af73717-5d1f-43dc-9b8d-d1a565a02f04 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=?
2021-09-07T05:04:14.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "aai-ml",
  "timestamp": 1630990891181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990896719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/vfw29cd820cb5550_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:04:14.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "aai-ml",
  "timestamp": 1630990891181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990897722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "aai-ml",
  "timestamp": 1630990891181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990898725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/resourceInstances/vfw29cd820cb5550/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "aai-ml",
  "timestamp": 1630990899592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630990899728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "clamp",
  "timestamp": 1630990903863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:04:14.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "clamp",
  "timestamp": 1630990905871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:04:14.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "aai-ml",
  "timestamp": 1630990906012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907045939/1.0/artifacts/service-Vfw20210907045939-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T05:04:14.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:04:14.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "clamp",
  "timestamp": 1630990906873,
  "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=?
2021-09-07T05:04:14.508Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4af73717-5d1f-43dc-9b8d-d1a565a02f04
2021-09-07T05:04:14.508Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af73717-5d1f-43dc-9b8d-d1a565a02f04 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 (?, ?, ?, ?, ?)
2021-09-07T05:04:14.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:04:14.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "aai-ml",
  "timestamp": 1630990907019,
  "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=?
2021-09-07T05:04:14.517Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4af73717-5d1f-43dc-9b8d-d1a565a02f04
2021-09-07T05:04:14.517Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af73717-5d1f-43dc-9b8d-d1a565a02f04 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 (?, ?, ?, ?, ?)
2021-09-07T05:04:40.788Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:04:40.796Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:04:40.798Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:04:40.798Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T05:04:40.798Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T05:04:40.798Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T05:04:40.798Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T05:04:40.798Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||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=?
2021-09-07T05:04:40.802Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T05:05:10.802Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04 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=?
2021-09-07T05:05:10.806Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af73717-5d1f-43dc-9b8d-d1a565a02f04 and serviceModelVersionId: ff7e655e-0918-4d63-94dc-f574b74fb5fe
2021-09-07T05:05:10.806Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 93ef49d0-e853-403f-bd6b-eb4b1b2449d7
2021-09-07T05:05:10.806Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe?depth=0
2021-09-07T05:05:10.810Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T05:05:10.837Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe?depth=0|INFO|500||Invoke
2021-09-07T05:05:10.837Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af73717-5d1f-43dc-9b8d-d1a565a02f04], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5077ed33-2ca7-4a4a-8652-437ff3801e62], X-ECOMP-RequestID=[4af73717-5d1f-43dc-9b8d-d1a565a02f04], X-TransactionId=[], X-ONAP-RequestID=[4af73717-5d1f-43dc-9b8d-d1a565a02f04], Content-Type=[application/merge-patch+json]}
2021-09-07T05:05:10.852Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T05:05:10.876Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210907-05:05:10:858-28161], Content-Length=[495], Date=[Tue, 07 Sep 2021 05:05:10 GMT], Content-Type=[application/json]}
2021-09-07T05:05:10.877Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe?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/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe","ERR.5.4.6114"]}}}

2021-09-07T05:05:10.877Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T05:05:10.880Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4af73717-5d1f-43dc-9b8d-d1a565a02f04 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe) (ec=ERR.5.4.6114)
2021-09-07T05:05:10.880Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4af73717-5d1f-43dc-9b8d-d1a565a02f04 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe) (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)
2021-09-07T05:05:10.880Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4af73717-5d1f-43dc-9b8d-d1a565a02f04 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe) (ec=ERR.5.4.6114)
2021-09-07T05:05:10.880Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4af73717-5d1f-43dc-9b8d-d1a565a02f04 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:05:10.884Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-07T05:05:10.885Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af73717-5d1f-43dc-9b8d-d1a565a02f04 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4af73717-5d1f-43dc-9b8d-d1a565a02f04 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe) (ec=ERR.5.4.6114)
2021-09-07T05:05:10.885Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T05:05:10.885Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:05:10.886Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:05:10.886Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991110885,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4af73717-5d1f-43dc-9b8d-d1a565a02f04 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:05:10.986Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:05:10.987Z||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.
2021-09-07T05:05:10.987Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:10.999Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:10.999Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-07T05:05:11.894Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:05:11.895Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|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.
2021-09-07T05:05:11.895Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:05:14.431Z||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.
2021-09-07T05:05:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:14.452Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:14.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "cds",
  "timestamp": 1630990986183,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "cds",
  "timestamp": 1630990986183,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:05:14.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990997212,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "cds",
  "timestamp": 1630990998184,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:05:14.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:05:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630990997212,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:05:14.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "cds",
  "timestamp": 1630990999189,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-07T05:05:14.462Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea71d56e-1a03-4c4e-875e-1cf774c4662f
2021-09-07T05:05:14.462Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea71d56e-1a03-4c4e-875e-1cf774c4662f 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 (?, ?, ?, ?, ?)
2021-09-07T05:05:14.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990999821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991000985,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:05:14.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:05:14.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630990999821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:05:14.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "dcae-sch",
  "timestamp": 1630991001780,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991002433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:05:14.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:05:14.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "dcae-sch",
  "timestamp": 1630991001780,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991003436,
  "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=?
2021-09-07T05:05:14.471Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea71d56e-1a03-4c4e-875e-1cf774c4662f
2021-09-07T05:05:14.472Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea71d56e-1a03-4c4e-875e-1cf774c4662f 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 (?, ?, ?, ?, ?)
2021-09-07T05:05:14.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991003506,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991003506,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "policy-id",
  "timestamp": 1630991005238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "policy-id",
  "timestamp": 1630991005238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:05:14.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "policy-id",
  "timestamp": 1630991008783,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:05:14.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:05:14.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "clamp",
  "timestamp": 1630991008836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "policy-id",
  "timestamp": 1630991009786,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:05:14.479Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:05:14.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "clamp",
  "timestamp": 1630991008836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:05:14.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "policy-id",
  "timestamp": 1630991010788,
  "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=?
2021-09-07T05:05:14.482Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea71d56e-1a03-4c4e-875e-1cf774c4662f
2021-09-07T05:05:14.483Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea71d56e-1a03-4c4e-875e-1cf774c4662f 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 (?, ?, ?, ?, ?)
2021-09-07T05:05:14.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "aai-ml",
  "timestamp": 1630991011181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "aai-ml",
  "timestamp": 1630991011181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:05:14.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "clamp",
  "timestamp": 1630991014880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:05:14.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:05:14.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "aai-ml",
  "timestamp": 1630991015279,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:05:14.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:05:14.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "clamp",
  "timestamp": 1630991016888,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:05:14.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:05:14.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "aai-ml",
  "timestamp": 1630991017777,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T05:05:14.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:05:14.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "clamp",
  "timestamp": 1630991017891,
  "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=?
2021-09-07T05:05:14.492Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ea71d56e-1a03-4c4e-875e-1cf774c4662f
2021-09-07T05:05:14.492Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea71d56e-1a03-4c4e-875e-1cf774c4662f 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 (?, ?, ?, ?, ?)
2021-09-07T05:05:14.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "aai-ml",
  "timestamp": 1630991018780,
  "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=?
2021-09-07T05:05:14.499Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ea71d56e-1a03-4c4e-875e-1cf774c4662f
2021-09-07T05:05:14.499Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea71d56e-1a03-4c4e-875e-1cf774c4662f 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 (?, ?, ?, ?, ?)
2021-09-07T05:05:14.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "dcae-sch",
  "timestamp": 1630991041780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "aai-ml",
  "timestamp": 1630991041181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991043506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "cds",
  "timestamp": 1630991046183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "policy-id",
  "timestamp": 1630991045238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "dcae-sch",
  "timestamp": 1630991041780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "aai-ml",
  "timestamp": 1630991041181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991043506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "cds",
  "timestamp": 1630991046183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "policy-id",
  "timestamp": 1630991045238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "dcae-sch",
  "timestamp": 1630991041780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991043506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "aai-ml",
  "timestamp": 1630991041181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "cds",
  "timestamp": 1630991046183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "policy-id",
  "timestamp": 1630991045238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "dcae-sch",
  "timestamp": 1630991041780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "aai-ml",
  "timestamp": 1630991041181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991043506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "cds",
  "timestamp": 1630991046183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:14.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:05:14.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "policy-id",
  "timestamp": 1630991045238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:14.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:05:16.170Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:16.170Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:05:16.171Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea71d56e-1a03-4c4e-875e-1cf774c4662f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7e094fd5-56d7-4bb4-88e8-3450cdde2ec4","serviceDescription":"service","serviceInvariantUUID":"a9d84468-57ef-4f5a-bff3-190062b37487","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"554ea3b2-1a69-4842-989e-26d41b43a2f1","resourceInvariantUUID":"ee5591b5-0b3e-40cb-97c0-6961b225f4e7","resourceCustomizationUUID":"5ec9d0ab-1f87-454b-a17c-990b50e67afb","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":"OTQ1Yzk0M2E2N2Q1MThkYTY5ZjNkMzA1YWVhNWYzZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23d282e3-cd52-4fb6-87cf-3d286793ddfb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDA0M2FiM2MwZTMzMGUxNTUyNGMyYzA5ODg3YzAzMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdc77f4b-5b9c-4ce1-a915-fb7742d177fb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T05:05:16.172Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:05:16.172Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:05:16.174Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:05:16.174Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:16.274Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:05:16.274Z||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.
2021-09-07T05:05:16.274Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:16.283Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:16.283Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:05:17.174Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:05:17.175Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:05:17.176Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:05:17.176Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:05:17.277Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:05:17.277Z||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.
2021-09-07T05:05:17.277Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:17.285Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:17.286Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:05:18.177Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7e094fd5-56d7-4bb4-88e8-3450cdde2ec4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a9d84468-57ef-4f5a-bff3-190062b37487",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5ec9d0ab-1f87-454b-a17c-990b50e67afb",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "554ea3b2-1a69-4842-989e-26d41b43a2f1",
      "resourceInvariantUUID": "ee5591b5-0b3e-40cb-97c0-6961b225f4e7",
      "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": "MDA0M2FiM2MwZTMzMGUxNTUyNGMyYzA5ODg3YzAzMTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdc77f4b-5b9c-4ce1-a915-fb7742d177fb"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T05:05:18.178Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T05:05:18.178Z|4af73717-5d1f-43dc-9b8d-d1a565a02f04|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7e094fd5-56d7-4bb4-88e8-3450cdde2ec4 ASDC
2021-09-07T05:05:18.178Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ea71d56e-1a03-4c4e-875e-1cf774c4662f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7e094fd5-56d7-4bb4-88e8-3450cdde2ec4
ServiceInvariantUUID:a9d84468-57ef-4f5a-bff3-190062b37487
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:bdc77f4b-5b9c-4ce1-a915-fb7742d177fb
ArtifactChecksum:MDA0M2FiM2MwZTMzMGUxNTUyNGMyYzA5ODg3YzAzMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5ec9d0ab-1f87-454b-a17c-990b50e67afb
ResourceInvariantUUID:ee5591b5-0b3e-40cb-97c0-6961b225f4e7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:554ea3b2-1a69-4842-989e-26d41b43a2f1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-07T05:05:18.178Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e094fd5-56d7-4bb4-88e8-3450cdde2ec4 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=?
2021-09-07T05:05:18.194Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:05:18.194Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:05:18.194Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:05:18.194Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bdc77f4b-5b9c-4ce1-a915-fb7742d177fb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-07T05:05:18.195Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:05:18.195Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-07T05:05:18.575Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:05:18.577Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bdc77f4b-5b9c-4ce1-a915-fb7742d177fb 52175
2021-09-07T05:05:18.578Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-07T05:05:18.578Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-07T05:05:18.578Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:05:18.578Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:05:18.579Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:05:18.579Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991118578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:05:18.680Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:05:18.681Z||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.
2021-09-07T05:05:18.681Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:18.689Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:18.689Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:05:19.580Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:05:19.581Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:05:19.581Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bdc77f4b-5b9c-4ce1-a915-fb7742d177fb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-07T05:05:19.582Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-07T05:05:19.582Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-07T05:05:19.582Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-07T05:05:19.651Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3787778196034629962/Definitions/service-BasicNetwork-template.yml
2021-09-07T05:05:19.961Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T05:05:19.961Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:05:19.961Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-07T05:05:19.961Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-07T05:05:19.961Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||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
2021-09-07T05:05:19.961Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||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
2021-09-07T05:05:19.962Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||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
2021-09-07T05:05:19.962Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||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
2021-09-07T05:05:19.962Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-07T05:05:19.962Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||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
2021-09-07T05:05:19.962Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||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
2021-09-07T05:05:19.962Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||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
2021-09-07T05:05:19.962Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:05:19.962Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:05:19.962Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:05:19.962Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-07T05:05:19.963Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:05:19.963Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:05:19.963Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:05:19.963Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:05:19.963Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-07T05:05:19.963Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:05:19.963Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:05:19.963Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:05:19.963Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:05:19.963Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:05:19.964Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:05:19.964Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:05:19.964Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:05:19.964Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:05:19.964Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:05:19.964Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:05:19.964Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:05:19.965Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7e094fd5-56d7-4bb4-88e8-3450cdde2ec4
Model Version:NULL
Model InvariantUuid:a9d84468-57ef-4f5a-bff3-190062b37487
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ee5591b5-0b3e-40cb-97c0-6961b225f4e7
Model UUID:c7d1c292-110a-4cb9-ba7f-51f483b42674
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5ec9d0ab-1f87-454b-a17c-990b50e67afb
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T05:05:19.970Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 554ea3b2-1a69-4842-989e-26d41b43a2f1
2021-09-07T05:05:19.970Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||No resources found for Service: 7e094fd5-56d7-4bb4-88e8-3450cdde2ec4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:05:19.972Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||
2021-09-07T05:05:19.973Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-07T05:05:19.973Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 7e094fd5-56d7-4bb4-88e8-3450cdde2ec4
2021-09-07T05:05:19.973Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7e094fd5-56d7-4bb4-88e8-3450cdde2ec4
2021-09-07T05:05:19.973Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-07T05:05:19.973Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:05:19.976Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c8ae142, org.onap.sdc.toscaparser.api.parameters.Input@23b767f3, org.onap.sdc.toscaparser.api.parameters.Input@6b546149, org.onap.sdc.toscaparser.api.parameters.Input@5a39a3cb, org.onap.sdc.toscaparser.api.parameters.Input@5132d93f]
2021-09-07T05:05:19.977Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:05:19.977Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:05:19.978Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:05:19.978Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:05:19.978Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7e094fd5-56d7-4bb4-88e8-3450cdde2ec4: Generic NeutronNet
2021-09-07T05:05:19.978Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:05:19.978Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:05:19.978Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:05:19.978Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-07T05:05:19.998Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:05:19.998Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:05:19.998Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:05:19.999Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:05:19.999Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:05:19.999Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:05:19.999Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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 (?, ?)
2021-09-07T05:05:20.034Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-07T05:05:20.034Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-07T05:05:20.034Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-07T05:05:20.034Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:05:20.034Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:05:20.036Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:05:20.036Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991120034,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:05:20.136Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:05:20.137Z||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.
2021-09-07T05:05:20.137Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:20.145Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:20.145Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:05:21.037Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea71d56e-1a03-4c4e-875e-1cf774c4662f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:05:21.045Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea71d56e-1a03-4c4e-875e-1cf774c4662f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:05:21.047Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:05:21.047Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T05:05:21.047Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T05:05:21.047Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T05:05:21.047Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T05:05:21.047Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||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=?
2021-09-07T05:05:21.050Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T05:05:51.050Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea71d56e-1a03-4c4e-875e-1cf774c4662f 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=?
2021-09-07T05:05:51.055Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea71d56e-1a03-4c4e-875e-1cf774c4662f and serviceModelVersionId: 7e094fd5-56d7-4bb4-88e8-3450cdde2ec4
2021-09-07T05:05:51.055Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a9d84468-57ef-4f5a-bff3-190062b37487
2021-09-07T05:05:51.055Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4?depth=0
2021-09-07T05:05:51.059Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T05:05:51.090Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4?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]}
2021-09-07T05:05:51.091Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4?depth=0|INFO|500||Invoke
2021-09-07T05:05:51.105Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T05:05:51.132Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T05:05:51.132Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210907-05:05:51:111-85698], Content-Length=[495], Date=[Tue, 07 Sep 2021 05:05:51 GMT], Content-Type=[application/json]}
2021-09-07T05:05:51.133Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4","ERR.5.4.6114"]}}}

2021-09-07T05:05:51.135Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ea71d56e-1a03-4c4e-875e-1cf774c4662f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4) (ec=ERR.5.4.6114)
2021-09-07T05:05:51.136Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ea71d56e-1a03-4c4e-875e-1cf774c4662f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4) (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)
2021-09-07T05:05:51.136Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ea71d56e-1a03-4c4e-875e-1cf774c4662f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4) (ec=ERR.5.4.6114)
2021-09-07T05:05:51.136Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ea71d56e-1a03-4c4e-875e-1cf774c4662f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:05:51.139Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-07T05:05:51.139Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea71d56e-1a03-4c4e-875e-1cf774c4662f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ea71d56e-1a03-4c4e-875e-1cf774c4662f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4) (ec=ERR.5.4.6114)
2021-09-07T05:05:51.139Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T05:05:51.140Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:05:51.142Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:05:51.142Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991151139,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dea71d56e-1a03-4c4e-875e-1cf774c4662f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:05:51.241Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-07T05:05:51.242Z||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.
2021-09-07T05:05:51.242Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:51.254Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:51.254Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-07T05:05:52.150Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:05:52.150Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc","serviceName":"Demo_pNF_hHjWaNGwuzRlYZ6ZkjAB","serviceVersion":"1.0","serviceUUID":"8544af5c-56d6-48e2-b4bd-4e04e57fd3e8","serviceDescription":"catalog service description","serviceInvariantUUID":"7971f331-73c6-4b79-962a-57ff96109c2b","resources":[{"resourceInstanceName":"pNF 7220fd0b-3225 0","resourceName":"pNF 7220fd0b-3225","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a874d64a-51ca-4378-96d5-aa4b1547827f","resourceInvariantUUID":"7c5b9bdf-69c6-42ca-a999-d98e786d18e9","resourceCustomizationUUID":"06e55fa6-f5d3-4a83-b1a0-8bb33fd0c1b4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vf-license-model.xml","artifactChecksum":"ZDBjZjE1M2Y3ZDUyMWU5MjJjZDk2NjVmMjc0NTE1NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c31cd4a6-21cb-47eb-aaa5-60d2ead4a88f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/pNF.csar","artifactChecksum":"YjQxYjk4NmYwYjY2ZjJjZTU5ZjgxMmIwYzU4NWI4NDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"108b76b9-8368-45e2-a969-1ac13de4f088","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aeffec95-a1fb-4249-80fa-a671b12aca61","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vendor-license-model.xml","artifactChecksum":"OTdjNGI2MzBkNzVkOWMyYzkwODg4MDE0YzA5MzUyMDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"62cfc724-5c28-49c3-bd93-cc15653c2ddd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b16a009f-1078-41a8-8780-04849218035a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d55713d8-678b-4bca-a1b1-26d51a9300ef","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHhjwangwuzrlyz6zkjab-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-template.yml","artifactChecksum":"ZjQ3MWNiMjRkOTlhZTIzMThmMmI5ZTljNTRhMjczZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3deb79ae-6667-4132-b76f-f52156d35597","artifactVersion":"1"},{"artifactName":"service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar","artifactChecksum":"YTM0NzE1OTliZWY4NDk3MTAwZWU3N2ZiMWJkNjMyM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7dc108e-c29b-4a65-9493-d5c4b6a70e5f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T05:05:52.150Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:05:52.150Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:05:52.152Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:05:52.152Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:52.252Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:05:52.254Z||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.
2021-09-07T05:05:52.254Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:52.262Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:52.263Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:05:53.152Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:05:53.153Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:05:53.154Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:05:53.154Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:53.255Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-07T05:05:53.255Z||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.
2021-09-07T05:05:53.256Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:53.263Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:53.264Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:05:54.155Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:05:54.156Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:05:54.157Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:05:54.157Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:54.257Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:05:54.258Z||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.
2021-09-07T05:05:54.258Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:54.265Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:54.265Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:05:55.158Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:05:55.158Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:05:55.160Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:05:55.160Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:55.260Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:05:55.261Z||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.
2021-09-07T05:05:55.261Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:55.268Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:55.269Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:05:56.160Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:05:56.161Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:05:56.162Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:05:56.162Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:56.262Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:05:56.263Z||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.
2021-09-07T05:05:56.263Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:56.271Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:56.271Z||pool-92-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:05:57.163Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:05:57.163Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:05:57.165Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:05:57.165Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:57.266Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:05:57.266Z||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.
2021-09-07T05:05:57.266Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:57.275Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:57.275Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:05:58.166Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:05:58.166Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:05:58.168Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:05:58.168Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:05:58.268Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:05:58.269Z||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.
2021-09-07T05:05:58.269Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:58.278Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:58.278Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:05:59.168Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:05:59.169Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:05:59.171Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:05:59.171Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:05:59.271Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:05:59.272Z||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.
2021-09-07T05:05:59.272Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:05:59.280Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:05:59.280Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:06:00.172Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "serviceName": "Demo_pNF_hHjWaNGwuzRlYZ6ZkjAB",
  "serviceVersion": "1.0",
  "serviceUUID": "8544af5c-56d6-48e2-b4bd-4e04e57fd3e8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7971f331-73c6-4b79-962a-57ff96109c2b",
  "resources": [
    {
      "resourceInstanceName": "pNF 7220fd0b-3225 0",
      "resourceCustomizationUUID": "06e55fa6-f5d3-4a83-b1a0-8bb33fd0c1b4",
      "resourceName": "pNF 7220fd0b-3225",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a874d64a-51ca-4378-96d5-aa4b1547827f",
      "resourceInvariantUUID": "7c5b9bdf-69c6-42ca-a999-d98e786d18e9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
      "artifactChecksum": "YTM0NzE1OTliZWY4NDk3MTAwZWU3N2ZiMWJkNjMyM2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a7dc108e-c29b-4a65-9493-d5c4b6a70e5f"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T05:06:00.172Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T05:06:00.172Z|ea71d56e-1a03-4c4e-875e-1cf774c4662f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8544af5c-56d6-48e2-b4bd-4e04e57fd3e8 ASDC
2021-09-07T05:06:00.173Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc
ServiceName:Demo_pNF_hHjWaNGwuzRlYZ6ZkjAB
ServiceVersion:1.0
ServiceUUID:8544af5c-56d6-48e2-b4bd-4e04e57fd3e8
ServiceInvariantUUID:7971f331-73c6-4b79-962a-57ff96109c2b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
ArtifactUUID:a7dc108e-c29b-4a65-9493-d5c4b6a70e5f
ArtifactChecksum:YTM0NzE1OTliZWY4NDk3MTAwZWU3N2ZiMWJkNjMyM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7220fd0b-3225 0
ResourceCustomizationUUID:06e55fa6-f5d3-4a83-b1a0-8bb33fd0c1b4
ResourceInvariantUUID:7c5b9bdf-69c6-42ca-a999-d98e786d18e9
ResourceName:pNF 7220fd0b-3225
ResourceType:PNF
ResourceUUID:a874d64a-51ca-4378-96d5-aa4b1547827f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-07T05:06:00.173Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8544af5c-56d6-48e2-b4bd-4e04e57fd3e8 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 (?, ?, ?, ?, ?)
2021-09-07T05:06:00.189Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:06:00.190Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:06:00.190Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:06:00.190Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a7dc108e-c29b-4a65-9493-d5c4b6a70e5f from URL: /sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:00.190Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:06:00.190Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:01.354Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:06:01.357Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar a7dc108e-c29b-4a65-9493-d5c4b6a70e5f 82553
2021-09-07T05:06:01.357Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar ASDC sendASDCNotification
2021-09-07T05:06:01.357Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:01.358Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:06:01.358Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:06:01.359Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:06:01.359Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991161357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:06:01.459Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:06:01.460Z||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.
2021-09-07T05:06:01.460Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:06:01.469Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:06:01.469Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:06:02.360Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:06:02.361Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:06:02.361Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a7dc108e-c29b-4a65-9493-d5c4b6a70e5f, URL: /sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar to file: /app/ASDC/1/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:02.361Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:02.362Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:02.362Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:02.468Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1875759271103503581/Definitions/service-DemoPnfHhjwangwuzrlyz6zkjab-template.yml
2021-09-07T05:06:02.969Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T05:06:02.969Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:06:02.969Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:02.969Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-07T05:06:02.969Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||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-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:02.969Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:02.970Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||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-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:02.970Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:02.970Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:02.970Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7220fd0b-3225 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-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:02.970Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:02.970Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:06:02.970Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:06:02.970Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hHjWaNGwuzRlYZ6ZkjAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:06:02.970Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Node template pNF 7220fd0b-3225 0 is matching search criteria
2021-09-07T05:06:02.970Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:06:02.970Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 7220fd0b-3225 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:06:02.971Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:06:02.971Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hHjWaNGwuzRlYZ6ZkjAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:06:02.971Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Node template pNF 7220fd0b-3225 0 is matching search criteria
2021-09-07T05:06:02.971Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:06:02.971Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 7220fd0b-3225 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:06:02.971Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:06:02.971Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hHjWaNGwuzRlYZ6ZkjAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:06:02.971Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:06:02.971Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hHjWaNGwuzRlYZ6ZkjAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:06:02.971Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:06:02.972Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hHjWaNGwuzRlYZ6ZkjAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:06:02.972Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:06:02.972Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hHjWaNGwuzRlYZ6ZkjAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:06:02.972Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:06:02.972Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hHjWaNGwuzRlYZ6ZkjAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:06:02.972Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hHjWaNGwuzRlYZ6ZkjAB
Description:catalog service description
Model UUID:8544af5c-56d6-48e2-b4bd-4e04e57fd3e8
Model Version:NULL
Model InvariantUuid:7971f331-73c6-4b79-962a-57ff96109c2b
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T05:06:02.976Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: a874d64a-51ca-4378-96d5-aa4b1547827f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:06:02.978Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||pNF 7220fd0b-3225 0
2021-09-07T05:06:02.978Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a874d64a-51ca-4378-96d5-aa4b1547827f
2021-09-07T05:06:02.978Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 8544af5c-56d6-48e2-b4bd-4e04e57fd3e8
2021-09-07T05:06:02.978Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8544af5c-56d6-48e2-b4bd-4e04e57fd3e8
2021-09-07T05:06:02.978Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7220fd0b-3225 0 a874d64a-51ca-4378-96d5-aa4b1547827f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:06:02.981Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@414e357a, org.onap.sdc.toscaparser.api.parameters.Input@88d3576, org.onap.sdc.toscaparser.api.parameters.Input@2da477a1, org.onap.sdc.toscaparser.api.parameters.Input@f7f1ac3, org.onap.sdc.toscaparser.api.parameters.Input@3f2a0bb3]
2021-09-07T05:06:02.981Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:06:02.981Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hHjWaNGwuzRlYZ6ZkjAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:06:02.982Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8544af5c-56d6-48e2-b4bd-4e04e57fd3e8: pNF 7220fd0b-3225
2021-09-07T05:06:02.982Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||Processing PNF resource: a874d64a-51ca-4378-96d5-aa4b1547827f
2021-09-07T05:06:02.982Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:06:02.982Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hHjWaNGwuzRlYZ6ZkjAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:06:02.982Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||Resource customization UUID: 06e55fa6-f5d3-4a83-b1a0-8bb33fd0c1b4 is the same as notified resource customizationUUID: 06e55fa6-f5d3-4a83-b1a0-8bb33fd0c1b4
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-09-07T05:06:03.014Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7220fd0b-3225 a874d64a-51ca-4378-96d5-aa4b1547827f 0 ASDC deployResourceStructure
2021-09-07T05:06:03.014Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar ASDC sendASDCNotification
2021-09-07T05:06:03.015Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar
2021-09-07T05:06:03.015Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:06:03.015Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:06:03.017Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:06:03.017Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991163014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:06:03.117Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:06:03.117Z||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.
2021-09-07T05:06:03.118Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:06:03.126Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:06:03.126Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:06:04.018Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:06:04.024Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:06:04.026Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:06:04.026Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:06:04.026Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:06:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:06:14.431Z||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.
2021-09-07T05:06:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:06:14.450Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:06:14.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "dcae-sch",
  "timestamp": 1630991041780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "aai-ml",
  "timestamp": 1630991041181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991043506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "cds",
  "timestamp": 1630991046183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "policy-id",
  "timestamp": 1630991045238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "dcae-sch",
  "timestamp": 1630991041780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "aai-ml",
  "timestamp": 1630991041181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991043506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "cds",
  "timestamp": 1630991046183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "policy-id",
  "timestamp": 1630991045238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "dcae-sch",
  "timestamp": 1630991041780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "aai-ml",
  "timestamp": 1630991041181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991043506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "cds",
  "timestamp": 1630991046183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "policy-id",
  "timestamp": 1630991045238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991057212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "dcae-sch",
  "timestamp": 1630991041780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "aai-ml",
  "timestamp": 1630991041181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:06:14.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991043506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "cds",
  "timestamp": 1630991046183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "policy-id",
  "timestamp": 1630991045238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991057212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991057212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "aai-ml",
  "timestamp": 1630991060292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991060309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "cds",
  "timestamp": 1630991060363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:06:14.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:06:14.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "policy-id",
  "timestamp": 1630991060384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:06:14.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:06:14.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991059821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991057212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "cds",
  "timestamp": 1630991061371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-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=?
2021-09-07T05:06:14.461Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc
2021-09-07T05:06:14.461Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc 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 (?, ?, ?, ?, ?)
2021-09-07T05:06:14.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "policy-id",
  "timestamp": 1630991061388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:06:14.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:06:14.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991059821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991061518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:06:14.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:06:14.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991057212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "policy-id",
  "timestamp": 1630991062391,
  "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=?
2021-09-07T05:06:14.470Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc
2021-09-07T05:06:14.470Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc 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 (?, ?, ?, ?, ?)
2021-09-07T05:06:14.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991059821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991062521,
  "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=?
2021-09-07T05:06:14.479Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc
2021-09-07T05:06:14.479Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc 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 (?, ?, ?, ?, ?)
2021-09-07T05:06:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991057212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991059821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991057212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "aai-ml",
  "timestamp": 1630991063896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T05:06:14.488Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:06:14.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991059821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991057212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:06:14.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "aai-ml",
  "timestamp": 1630991064899,
  "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=?
2021-09-07T05:06:14.491Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc
2021-09-07T05:06:14.491Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc 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 (?, ?, ?, ?, ?)
2021-09-07T05:06:14.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991059821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991059821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991066886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991059821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991068570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "clamp",
  "timestamp": 1630991068836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991069573,
  "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=?
2021-09-07T05:06:14.500Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc
2021-09-07T05:06:14.500Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc 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 (?, ?, ?, ?, ?)
2021-09-07T05:06:14.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "clamp",
  "timestamp": 1630991068836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "clamp",
  "timestamp": 1630991068836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "clamp",
  "timestamp": 1630991068836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "clamp",
  "timestamp": 1630991068836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "clamp",
  "timestamp": 1630991068836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "clamp",
  "timestamp": 1630991068836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "clamp",
  "timestamp": 1630991068836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "clamp",
  "timestamp": 1630991079889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "clamp",
  "timestamp": 1630991080906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "clamp",
  "timestamp": 1630991081908,
  "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=?
2021-09-07T05:06:14.509Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc
2021-09-07T05:06:14.509Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc 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 (?, ?, ?, ?, ?)
2021-09-07T05:06:14.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:06:14.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4af73717-5d1f-43dc-9b8d-d1a565a02f04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991110885,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4af73717-5d1f-43dc-9b8d-d1a565a02f04 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/93ef49d0-e853-403f-bd6b-eb4b1b2449d7/model-vers/model-ver/ff7e655e-0918-4d63-94dc-f574b74fb5fe) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:06:14.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:06:34.026Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:06:34.035Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:06:34.037Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:06:34.037Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T05:06:34.037Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T05:06:34.037Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T05:06:34.037Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-07T05:06:34.037Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T05:06:34.037Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||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=?
2021-09-07T05:06:34.040Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T05:07:04.041Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc 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=?
2021-09-07T05:07:04.044Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc and serviceModelVersionId: 8544af5c-56d6-48e2-b4bd-4e04e57fd3e8
2021-09-07T05:07:04.044Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7971f331-73c6-4b79-962a-57ff96109c2b
2021-09-07T05:07:04.044Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8?depth=0
2021-09-07T05:07:04.048Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T05:07:04.072Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8?depth=0|INFO|500||Invoke
2021-09-07T05:07:04.073Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ce74cb39-9782-4975-ab7d-ac0a69a8df34], X-ECOMP-RequestID=[c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc], X-TransactionId=[], X-ONAP-RequestID=[c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc], Content-Type=[application/merge-patch+json]}
2021-09-07T05:07:04.086Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T05:07:04.109Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210907-05:07:04:090-31209], Content-Length=[495], Date=[Tue, 07 Sep 2021 05:07:04 GMT], Content-Type=[application/json]}
2021-09-07T05:07:04.110Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8?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/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8","ERR.5.4.6114"]}}}

2021-09-07T05:07:04.110Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T05:07:04.112Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8) (ec=ERR.5.4.6114)
2021-09-07T05:07:04.113Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8) (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)
2021-09-07T05:07:04.113Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8) (ec=ERR.5.4.6114)
2021-09-07T05:07:04.113Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:07:04.117Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-07T05:07:04.117Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8) (ec=ERR.5.4.6114)
2021-09-07T05:07:04.117Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T05:07:04.117Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:04.118Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:04.118Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991224117,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:07:04.219Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:04.219Z||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.
2021-09-07T05:07:04.219Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:04.232Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:04.232Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-07T05:07:05.128Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:07:05.129Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|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.
2021-09-07T05:07:05.129Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:07:14.431Z||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.
2021-09-07T05:07:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:14.448Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:14.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:07:14.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:07:14.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:07:14.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:07:14.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991118578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:07:14.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:07:14.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991120034,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:07:14.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:07:14.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea71d56e-1a03-4c4e-875e-1cf774c4662f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991151139,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dea71d56e-1a03-4c4e-875e-1cf774c4662f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9d84468-57ef-4f5a-bff3-190062b37487/model-vers/model-ver/7e094fd5-56d7-4bb4-88e8-3450cdde2ec4) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:07:14.450Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:07:14.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:07:14.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:07:14.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:07:14.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:07:14.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:07:14.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:07:14.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:07:14.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:07:14.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:07:14.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:07:14.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/resourceInstances/pnf7220fd0b32250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:07:14.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:07:14.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:07:14.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:07:14.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991111894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:07:14.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:07:14.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991161357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:07:14.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:07:14.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:07:14.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991163014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhjwangwuzrlyz6zkjab/1.0/artifacts/service-DemoPnfHhjwangwuzrlyz6zkjab-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:07:14.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:07:14.658Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:14.659Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:07:14.659Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|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.
2021-09-07T05:07:14.659Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:24.192Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:24.192Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:07:24.193Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|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.
2021-09-07T05:07:24.193Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:31.423Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:31.424Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:07:31.424Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"485d79c7-6011-4f35-b123-d7c0df1161de","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3c68b758-ccde-481b-8fe0-c4da2c1accf8","serviceDescription":"service","serviceInvariantUUID":"dce856cf-0a3b-45ee-a2af-655480216d5e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fb6b58fe-61eb-4e7d-95a6-804948caa6e0","resourceInvariantUUID":"6f3b4e4b-b089-4397-93f0-aa21bb96b7ab","resourceCustomizationUUID":"7a9abd3a-ef26-444e-8b50-3465cfd69304","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":"MmZlNDU5MGExOTY0MDI2NTYxZTU3ZjViNjY1MDdkZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b43fcb1a-5359-44ff-b31d-734e43e0d1f9","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":"MTE2ZjA0ZDNlMzRkNzExM2IxZTViNWNiNDMxZWQ3YTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"17f9b98f-1866-4132-928d-12ff720bdcac","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":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c9fbdfd1-d613-41e4-bdf5-421f0d5afb09","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":"772b8b76-a05d-4c3e-bc1d-26adeab75251","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed741acb-21b7-4c05-91f1-6dcf32bbe523","artifactVersion":"2","generatedFromUUID":"c9fbdfd1-d613-41e4-bdf5-421f0d5afb09"},{"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":"N2NiZjYxZjQzZTg3MTMzNTFiMzg2Y2M4MjdmZDQ4ZTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"73339cfa-f204-4386-8796-f1a02d6c0f49","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":"MWZhNDBhNjk4MGE5MGE3NTAwZDRmOTAwOGVkMjU1MzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9a94d21-2ef3-485d-838b-dc410281b68f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTc0OGNmYjllZTgwYjdhOTRhNDg4ZjNiYmQxNmNlMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1380525-4db3-423f-92fe-ffca677a802b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T05:07:31.425Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:07:31.425Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:31.426Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:31.427Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:07:31.527Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:31.527Z||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.
2021-09-07T05:07:31.527Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:31.538Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:31.538Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:07:32.427Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:07:32.427Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:32.429Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:32.429Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:07:32.529Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:32.530Z||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.
2021-09-07T05:07:32.530Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:32.537Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:32.537Z||pool-100-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:07:33.429Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:07:33.430Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:33.431Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:33.431Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:07:33.531Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:33.532Z||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.
2021-09-07T05:07:33.532Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:33.539Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:33.539Z||pool-101-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:07:34.431Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:07:34.432Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:34.433Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:34.434Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:07:34.534Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:34.534Z||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.
2021-09-07T05:07:34.534Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:34.544Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:34.545Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:07:35.434Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:07:35.435Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:35.436Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:35.436Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-07T05:07:35.536Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:35.537Z||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.
2021-09-07T05:07:35.537Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:35.546Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:35.546Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:07:36.437Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:07:36.437Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:36.439Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:36.439Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:07:36.539Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-07T05:07:36.540Z||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.
2021-09-07T05:07:36.540Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:36.550Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:36.550Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:07:37.440Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:07:37.440Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:37.442Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:37.442Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:07:37.542Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:37.543Z||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.
2021-09-07T05:07:37.543Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:37.548Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:37.548Z||pool-105-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:07:38.442Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:07:38.443Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:38.444Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:38.444Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:07:38.545Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:38.546Z||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.
2021-09-07T05:07:38.546Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:38.554Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:38.554Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:07:39.446Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3c68b758-ccde-481b-8fe0-c4da2c1accf8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dce856cf-0a3b-45ee-a2af-655480216d5e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "7a9abd3a-ef26-444e-8b50-3465cfd69304",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fb6b58fe-61eb-4e7d-95a6-804948caa6e0",
      "resourceInvariantUUID": "6f3b4e4b-b089-4397-93f0-aa21bb96b7ab",
      "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": "MTE2ZjA0ZDNlMzRkNzExM2IxZTViNWNiNDMxZWQ3YTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "17f9b98f-1866-4132-928d-12ff720bdcac",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c9fbdfd1-d613-41e4-bdf5-421f0d5afb09",
          "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ed741acb-21b7-4c05-91f1-6dcf32bbe523",
            "generatedFromUUID": "c9fbdfd1-d613-41e4-bdf5-421f0d5afb09"
          },
          "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ed741acb-21b7-4c05-91f1-6dcf32bbe523",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZTc0OGNmYjllZTgwYjdhOTRhNDg4ZjNiYmQxNmNlMmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f1380525-4db3-423f-92fe-ffca677a802b"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T05:07:39.446Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T05:07:39.446Z|c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c68b758-ccde-481b-8fe0-c4da2c1accf8 ASDC
2021-09-07T05:07:39.446Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:485d79c7-6011-4f35-b123-d7c0df1161de
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3c68b758-ccde-481b-8fe0-c4da2c1accf8
ServiceInvariantUUID:dce856cf-0a3b-45ee-a2af-655480216d5e
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:f1380525-4db3-423f-92fe-ffca677a802b
ArtifactChecksum:ZTc0OGNmYjllZTgwYjdhOTRhNDg4ZjNiYmQxNmNlMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:7a9abd3a-ef26-444e-8b50-3465cfd69304
ResourceInvariantUUID:6f3b4e4b-b089-4397-93f0-aa21bb96b7ab
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:fb6b58fe-61eb-4e7d-95a6-804948caa6e0
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:17f9b98f-1866-4132-928d-12ff720bdcac
ArtifactChecksum:MTE2ZjA0ZDNlMzRkNzExM2IxZTViNWNiNDMxZWQ3YTE=
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:c9fbdfd1-d613-41e4-bdf5-421f0d5afb09
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
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:ed741acb-21b7-4c05-91f1-6dcf32bbe523
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
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:ed741acb-21b7-4c05-91f1-6dcf32bbe523
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-07T05:07:39.446Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c68b758-ccde-481b-8fe0-c4da2c1accf8 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 (?, ?, ?, ?, ?)
2021-09-07T05:07:39.477Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:07:39.477Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:07:39.477Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:07:39.477Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f1380525-4db3-423f-92fe-ffca677a802b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-07T05:07:39.478Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:07:39.478Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-07T05:07:40.876Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:07:40.879Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f1380525-4db3-423f-92fe-ffca677a802b 78592
2021-09-07T05:07:40.879Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-07T05:07:40.879Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-07T05:07:40.880Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:07:40.880Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:40.881Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:40.881Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991260879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:07:40.981Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-07T05:07:40.982Z||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.
2021-09-07T05:07:40.982Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:40.990Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:40.990Z||pool-107-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:07:41.882Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:07:41.883Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:07:41.883Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f1380525-4db3-423f-92fe-ffca677a802b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-07T05:07:41.883Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-07T05:07:41.884Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-07T05:07:41.884Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-07T05:07:41.964Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18151137906523596471/Definitions/service-BasicVmMacro-template.yml
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_vlan_requirements" 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
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_name" is not provided
2021-09-07T05:07:42.806Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T05:07:42.806Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:07:42.806Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-07T05:07:42.806Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-07T05:07:42.806Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:42.806Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:42.807Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:42.807Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-07T05:07:42.807Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-07T05:07:42.807Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-07T05:07:42.807Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-07T05:07:42.807Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-07T05:07:42.807Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-07T05:07:42.807Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:07:42.807Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:42.808Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:42.808Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-07T05:07:42.808Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:07:42.808Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:07:42.808Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:42.808Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:42.809Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-07T05:07:42.809Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:07:42.809Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:07:42.809Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:42.809Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:42.809Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:42.810Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-07T05:07:42.810Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-07T05:07:42.810Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-09-07T05:07:42.810Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-09-07T05:07:42.810Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-07T05:07:42.810Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-07T05:07:42.810Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:42.811Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T05:07:42.811Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:42.811Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-07T05:07:42.811Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:07:42.811Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:42.811Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-07T05:07:42.812Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:07:42.812Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:42.812Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-07T05:07:42.812Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:07:42.812Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:42.812Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-07T05:07:42.813Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-07T05:07:42.813Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-07T05:07:42.813Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3a94749a-7681-49d3-8829-350746e010c8
2021-09-07T05:07:42.813Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:42.813Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:42.813Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:42.813Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:42.814Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:42.814Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:42.814Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:42.815Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:42.815Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3c68b758-ccde-481b-8fe0-c4da2c1accf8
Model Version:NULL
Model InvariantUuid:dce856cf-0a3b-45ee-a2af-655480216d5e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a1a33685-d339-4fdf-af01-e2fafd5f70b3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f3b4e4b-b089-4397-93f0-aa21bb96b7ab
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7a9abd3a-ef26-444e-8b50-3465cfd69304
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d667aa0b-7c62-40b7-929c-01d10da3e5ed
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8dd54de0-38fe-4537-bd9f-44063ab7580e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3a94749a-7681-49d3-8829-350746e010c8
ModelInvariantUuid:609a58b9-d27b-45bc-b327-e6d94ace60c8
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:ae5d55de-b879-4b45-94b8-8f97fac6d8b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:47955174-3042-453b-bd46-7ac05fe23720
ModelInvariantUuid:700e5259-52d8-4332-9bef-d24db1844d33
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:0d49d3af-754d-4ba8-87e2-747a731f85a3
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T05:07:42.819Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fb6b58fe-61eb-4e7d-95a6-804948caa6e0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:07:42.821Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2021-09-07T05:07:42.821Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fb6b58fe-61eb-4e7d-95a6-804948caa6e0
2021-09-07T05:07:42.821Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 17f9b98f-1866-4132-928d-12ff720bdcac from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-07T05:07:42.821Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:07:42.821Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:43.681Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:07:43.682Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 17f9b98f-1866-4132-928d-12ff720bdcac 792
2021-09-07T05:07:43.682Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:43.682Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:43.682Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:07:43.682Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:43.683Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:43.683Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991263682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:07:43.783Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:43.784Z||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.
2021-09-07T05:07:43.784Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:43.792Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:43.793Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:07:44.690Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d667aa0b-7c62-40b7-929c-01d10da3e5ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8dd54de0-38fe-4537-bd9f-44063ab7580e",
    "vfModuleModelCustomizationUUID": "ad6a6c30-7159-477c-a0b4-fbc8d4087778",
    "isBase": true,
    "artifacts": [
      "c9fbdfd1-d613-41e4-bdf5-421f0d5afb09",
      "ed741acb-21b7-4c05-91f1-6dcf32bbe523"
    ],
    "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": ""
    }
  }
]
2021-09-07T05:07:44.694Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8dd54de0-38fe-4537-bd9f-44063ab7580e
VfModuleModelInvariantUUID:d667aa0b-7c62-40b7-929c-01d10da3e5ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
c9fbdfd1-d613-41e4-bdf5-421f0d5afb09
,
ed741acb-21b7-4c05-91f1-6dcf32bbe523

}
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


}

2021-09-07T05:07:44.696Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d667aa0b-7c62-40b7-929c-01d10da3e5ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8dd54de0-38fe-4537-bd9f-44063ab7580e",
    "vfModuleModelCustomizationUUID": "ad6a6c30-7159-477c-a0b4-fbc8d4087778",
    "isBase": true,
    "artifacts": [
      "c9fbdfd1-d613-41e4-bdf5-421f0d5afb09",
      "ed741acb-21b7-4c05-91f1-6dcf32bbe523"
    ],
    "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": ""
    }
  }
]
2021-09-07T05:07:44.696Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8dd54de0-38fe-4537-bd9f-44063ab7580e
VfModuleModelInvariantUUID:d667aa0b-7c62-40b7-929c-01d10da3e5ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
c9fbdfd1-d613-41e4-bdf5-421f0d5afb09
,
ed741acb-21b7-4c05-91f1-6dcf32bbe523

}
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


}

2021-09-07T05:07:44.697Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c9fbdfd1-d613-41e4-bdf5-421f0d5afb09 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-07T05:07:44.697Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:07:44.697Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:45.481Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:07:45.482Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c9fbdfd1-d613-41e4-bdf5-421f0d5afb09 5033
2021-09-07T05:07:45.482Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:45.482Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:45.482Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:07:45.482Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:45.484Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:45.484Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991265482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:07:45.584Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:45.584Z||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.
2021-09-07T05:07:45.585Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:45.593Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:45.593Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:07:46.484Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed741acb-21b7-4c05-91f1-6dcf32bbe523 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-07T05:07:46.485Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:07:46.485Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:47.570Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:07:47.571Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ed741acb-21b7-4c05-91f1-6dcf32bbe523 903
2021-09-07T05:07:47.571Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:47.571Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:47.571Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:07:47.572Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:47.574Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:47.574Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991267571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:07:47.674Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:47.674Z||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.
2021-09-07T05:07:47.674Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:47.682Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:47.683Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:07:48.574Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3c68b758-ccde-481b-8fe0-c4da2c1accf8
2021-09-07T05:07:48.575Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 fb6b58fe-61eb-4e7d-95a6-804948caa6e0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:07:48.583Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@abf8815, org.onap.sdc.toscaparser.api.parameters.Input@1d3611d8, org.onap.sdc.toscaparser.api.parameters.Input@15160cc8, org.onap.sdc.toscaparser.api.parameters.Input@390abf0, org.onap.sdc.toscaparser.api.parameters.Input@751974b7]
2021-09-07T05:07:48.584Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:48.584Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:48.584Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-07T05:07:48.585Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7a9abd3a-ef26-444e-8b50-3465cfd69304
2021-09-07T05:07:48.585Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7a9abd3a-ef26-444e-8b50-3465cfd69304 matches Tosca VF Customization UUID: 7a9abd3a-ef26-444e-8b50-3465cfd69304
2021-09-07T05:07:48.585Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7a9abd3a-ef26-444e-8b50-3465cfd69304  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-07T05:07:48.586Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:48.586Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:48.586Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7a9abd3a-ef26-444e-8b50-3465cfd69304: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-09-07T05:07:48.587Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b90cfe8
2021-09-07T05:07:48.587Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:48.587Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T05:07:48.587Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ad6a6c30-7159-477c-a0b4-fbc8d4087778
2021-09-07T05:07:48.587Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ad6a6c30-7159-477c-a0b4-fbc8d4087778
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-07T05:07:48.588Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:48.588Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-07T05:07:48.588Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:07:48.588Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:48.589Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-07T05:07:48.589Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:07:48.589Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:48.589Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-07T05:07:48.589Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-07T05:07:48.589Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-07T05:07:48.589Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3a94749a-7681-49d3-8829-350746e010c8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:07:48.590Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:48.590Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-07T05:07:48.591Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:07:48.591Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:48.591Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-07T05:07:48.591Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7a9abd3a-ef26-444e-8b50-3465cfd69304
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:07:48.592Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:48.592Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:48.592Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3c68b758-ccde-481b-8fe0-c4da2c1accf8: basic_vm_macro
2021-09-07T05:07:48.592Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:48.592Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:48.592Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:48.592Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:48.593Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:48.593Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:48.593Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:48.593Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:48.593Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:07:48.593Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:07:48.593Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-07T05:07:48.638Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro fb6b58fe-61eb-4e7d-95a6-804948caa6e0 1 ASDC deployResourceStructure
2021-09-07T05:07:48.638Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:48.638Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:48.638Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:07:48.638Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:48.640Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:48.640Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991268638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:07:48.740Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:48.741Z||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.
2021-09-07T05:07:48.741Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:48.749Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:48.749Z||pool-111-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:07:49.640Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:49.641Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:49.641Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:07:49.641Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:49.642Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:49.642Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991269640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:07:49.742Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:49.743Z||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.
2021-09-07T05:07:49.743Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:49.752Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:49.753Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:07:50.643Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:50.643Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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
2021-09-07T05:07:50.643Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:07:50.644Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:50.645Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:50.645Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991270643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-07T05:07:50.745Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:50.746Z||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.
2021-09-07T05:07:50.746Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:50.754Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:50.755Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:07:51.646Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-07T05:07:51.646Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-07T05:07:51.646Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:07:51.646Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:07:51.647Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:07:51.647Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991271646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:07:51.748Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:07:51.748Z||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.
2021-09-07T05:07:51.748Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:07:51.756Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:07:51.756Z||pool-114-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:07:52.648Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 485d79c7-6011-4f35-b123-d7c0df1161de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:07:52.654Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 485d79c7-6011-4f35-b123-d7c0df1161de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:07:52.655Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:07:52.656Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:07:52.656Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:08:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:08:14.431Z||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.
2021-09-07T05:08:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:08:14.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:08:14.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:08:14.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991224117,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc01a8b7b-ad15-4c5f-8ec5-ce95e3e5a0bc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7971f331-73c6-4b79-962a-57ff96109c2b/model-vers/model-ver/8544af5c-56d6-48e2-b4bd-4e04e57fd3e8) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:08:14.452Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:08:22.656Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 485d79c7-6011-4f35-b123-d7c0df1161de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:08:22.664Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 485d79c7-6011-4f35-b123-d7c0df1161de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:08:22.666Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:08:22.666Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:08:22.666Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:08:52.666Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 485d79c7-6011-4f35-b123-d7c0df1161de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:08:52.672Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 485d79c7-6011-4f35-b123-d7c0df1161de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:08:52.674Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:08:52.674Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:08:52.674Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:09:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:09:14.431Z||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.
2021-09-07T05:09:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:09:14.951Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:09:14.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "dcae-sch",
  "timestamp": 1630991241780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991243506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "clamp",
  "timestamp": 1630991248836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "policy-id",
  "timestamp": 1630991245238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "aai-ml",
  "timestamp": 1630991251181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "dcae-sch",
  "timestamp": 1630991241780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991243506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "clamp",
  "timestamp": 1630991248836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "policy-id",
  "timestamp": 1630991245238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "aai-ml",
  "timestamp": 1630991251181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "dcae-sch",
  "timestamp": 1630991241780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991243506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "clamp",
  "timestamp": 1630991248836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "policy-id",
  "timestamp": 1630991245238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "aai-ml",
  "timestamp": 1630991251181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "dcae-sch",
  "timestamp": 1630991241780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991243506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "clamp",
  "timestamp": 1630991248836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "policy-id",
  "timestamp": 1630991245238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "aai-ml",
  "timestamp": 1630991251181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "dcae-sch",
  "timestamp": 1630991241780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991243506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "clamp",
  "timestamp": 1630991248836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "policy-id",
  "timestamp": 1630991245238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "aai-ml",
  "timestamp": 1630991251181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991243506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "clamp",
  "timestamp": 1630991248836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "dcae-sch",
  "timestamp": 1630991241780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "policy-id",
  "timestamp": 1630991245238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "cds",
  "timestamp": 1630991256183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "aai-ml",
  "timestamp": 1630991251181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "dcae-sch",
  "timestamp": 1630991241780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991243506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "clamp",
  "timestamp": 1630991248836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "policy-id",
  "timestamp": 1630991245238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "cds",
  "timestamp": 1630991256183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "aai-ml",
  "timestamp": 1630991251181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "dcae-sch",
  "timestamp": 1630991241780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991243506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991244192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "clamp",
  "timestamp": 1630991248836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "policy-id",
  "timestamp": 1630991245238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "cds",
  "timestamp": 1630991256183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "aai-ml",
  "timestamp": 1630991251181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "cds",
  "timestamp": 1630991256183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991259821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "policy-id",
  "timestamp": 1630991260779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "cds",
  "timestamp": 1630991256183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991260879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991259821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "aai-ml",
  "timestamp": 1630991261480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "policy-id",
  "timestamp": 1630991261782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "cds",
  "timestamp": 1630991256183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991259821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:09:14.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "policy-id",
  "timestamp": 1630991262785,
  "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=?
2021-09-07T05:09:14.966Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 485d79c7-6011-4f35-b123-d7c0df1161de
2021-09-07T05:09:14.966Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 485d79c7-6011-4f35-b123-d7c0df1161de 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 (?, ?, ?, ?, ?)
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "cds",
  "timestamp": 1630991256183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991259821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991263682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "cds",
  "timestamp": 1630991256183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991259821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991259821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991265482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "cds",
  "timestamp": 1630991265489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "clamp",
  "timestamp": 1630991265920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "aai-ml",
  "timestamp": 1630991266091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991259821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "aai-ml",
  "timestamp": 1630991267094,
  "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=?
2021-09-07T05:09:14.978Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 485d79c7-6011-4f35-b123-d7c0df1161de
2021-09-07T05:09:14.979Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 485d79c7-6011-4f35-b123-d7c0df1161de 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 (?, ?, ?, ?, ?)
2021-09-07T05:09:14.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991259821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:09:14.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991267571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:09:14.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:14.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991267212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "cds",
  "timestamp": 1630991267885,
  "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=?
2021-09-07T05:09:14.986Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 485d79c7-6011-4f35-b123-d7c0df1161de
2021-09-07T05:09:14.986Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 485d79c7-6011-4f35-b123-d7c0df1161de 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 (?, ?, ?, ?, ?)
2021-09-07T05:09:14.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "clamp",
  "timestamp": 1630991267948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:09:14.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:14.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991268638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:09:14.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:14.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991267212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:14.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:14.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:14.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "clamp",
  "timestamp": 1630991268951,
  "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=?
2021-09-07T05:09:14.995Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 485d79c7-6011-4f35-b123-d7c0df1161de
2021-09-07T05:09:14.995Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 485d79c7-6011-4f35-b123-d7c0df1161de 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 (?, ?, ?, ?, ?)
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991268993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991269640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991267212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991270485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991270643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991267212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:15.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:15.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991271646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:09:15.002Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:15.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991267212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:15.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:15.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991272778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:09:15.002Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:15.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991267212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:15.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:15.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991273801,
  "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=?
2021-09-07T05:09:15.005Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 485d79c7-6011-4f35-b123-d7c0df1161de
2021-09-07T05:09:15.005Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 485d79c7-6011-4f35-b123-d7c0df1161de 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=?
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991267212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991274805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991267212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991276328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991278288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:09:15.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991279291,
  "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=?
2021-09-07T05:09:15.014Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 485d79c7-6011-4f35-b123-d7c0df1161de
2021-09-07T05:09:15.014Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 485d79c7-6011-4f35-b123-d7c0df1161de 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 (?, ?, ?, ?, ?)
2021-09-07T05:09:22.674Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 485d79c7-6011-4f35-b123-d7c0df1161de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:09:22.683Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 485d79c7-6011-4f35-b123-d7c0df1161de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:09:22.685Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:09:22.685Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T05:09:22.685Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T05:09:22.685Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T05:09:22.685Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T05:09:22.685Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||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=?
2021-09-07T05:09:22.688Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T05:09:52.689Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 485d79c7-6011-4f35-b123-d7c0df1161de 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=?
2021-09-07T05:09:52.694Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 485d79c7-6011-4f35-b123-d7c0df1161de and serviceModelVersionId: 3c68b758-ccde-481b-8fe0-c4da2c1accf8
2021-09-07T05:09:52.694Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dce856cf-0a3b-45ee-a2af-655480216d5e
2021-09-07T05:09:52.695Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8?depth=0
2021-09-07T05:09:52.700Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T05:09:52.729Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8?depth=0|INFO|500||Invoke
2021-09-07T05:09:52.730Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[485d79c7-6011-4f35-b123-d7c0df1161de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0759f31a-958f-4d3e-8b01-b081b69ae516], X-ECOMP-RequestID=[485d79c7-6011-4f35-b123-d7c0df1161de], X-TransactionId=[], X-ONAP-RequestID=[485d79c7-6011-4f35-b123-d7c0df1161de], Content-Type=[application/merge-patch+json]}
2021-09-07T05:09:52.745Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T05:09:52.766Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210907-05:09:52:750-79155], Content-Length=[495], Date=[Tue, 07 Sep 2021 05:09:52 GMT], Content-Type=[application/json]}
2021-09-07T05:09:52.766Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8?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/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8","ERR.5.4.6114"]}}}

2021-09-07T05:09:52.767Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T05:09:52.769Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=485d79c7-6011-4f35-b123-d7c0df1161de Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8) (ec=ERR.5.4.6114)
2021-09-07T05:09:52.770Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=485d79c7-6011-4f35-b123-d7c0df1161de Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8) (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)
2021-09-07T05:09:52.770Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=485d79c7-6011-4f35-b123-d7c0df1161de Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8) (ec=ERR.5.4.6114)
2021-09-07T05:09:52.770Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=485d79c7-6011-4f35-b123-d7c0df1161de Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:09:52.773Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-07T05:09:52.773Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 485d79c7-6011-4f35-b123-d7c0df1161de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=485d79c7-6011-4f35-b123-d7c0df1161de Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8) (ec=ERR.5.4.6114)
2021-09-07T05:09:52.773Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T05:09:52.773Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:09:52.774Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:09:52.774Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991392773,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d485d79c7-6011-4f35-b123-d7c0df1161de Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:09:52.875Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-07T05:09:52.876Z||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.
2021-09-07T05:09:52.876Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:09:52.888Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:09:52.888Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-07T05:09:53.782Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:09:53.783Z|485d79c7-6011-4f35-b123-d7c0df1161de|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.
2021-09-07T05:09:53.783Z|485d79c7-6011-4f35-b123-d7c0df1161de|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:10:03.952Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:10:03.953Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:10:03.953Z|485d79c7-6011-4f35-b123-d7c0df1161de|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.
2021-09-07T05:10:03.953Z|485d79c7-6011-4f35-b123-d7c0df1161de|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:10:13.487Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:10:13.488Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:10:13.488Z|485d79c7-6011-4f35-b123-d7c0df1161de|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.
2021-09-07T05:10:13.488Z|485d79c7-6011-4f35-b123-d7c0df1161de|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:10:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:10:14.431Z||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.
2021-09-07T05:10:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:10:15.048Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:10:15.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-07T05:10:15.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "485d79c7-6011-4f35-b123-d7c0df1161de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991392773,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d485d79c7-6011-4f35-b123-d7c0df1161de Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dce856cf-0a3b-45ee-a2af-655480216d5e/model-vers/model-ver/3c68b758-ccde-481b-8fe0-c4da2c1accf8) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:10:15.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:10:23.025Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:10:23.025Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:10:23.026Z|485d79c7-6011-4f35-b123-d7c0df1161de|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.
2021-09-07T05:10:23.026Z|485d79c7-6011-4f35-b123-d7c0df1161de|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:10:32.558Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:10:32.558Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:10:32.558Z|485d79c7-6011-4f35-b123-d7c0df1161de|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.
2021-09-07T05:10:32.558Z|485d79c7-6011-4f35-b123-d7c0df1161de|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:10:42.093Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:11:14.429Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:11:14.430Z|485d79c7-6011-4f35-b123-d7c0df1161de|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.
2021-09-07T05:11:14.430Z|485d79c7-6011-4f35-b123-d7c0df1161de|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:11:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:11:14.431Z||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.
2021-09-07T05:11:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:11:17.493Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:11:17.493Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:11:17.493Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a214085-5127-4025-ab24-e9e95ea0427c","serviceName":"Demo_pNF_iV2sovHAMuEJPFXBTxDW","serviceVersion":"1.0","serviceUUID":"a50966cd-2069-4f21-b93c-ad45ff9d711e","serviceDescription":"catalog service description","serviceInvariantUUID":"d9428efa-b9d2-49c6-9c92-7ae2325aedbe","resources":[{"resourceInstanceName":"pNF e89d18d3-3e09 0","resourceName":"pNF e89d18d3-3e09","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a9984f93-acbc-464b-9eb1-e853da76a1e8","resourceInvariantUUID":"8c738583-eb4f-48ea-af50-c98f89f7bdda","resourceCustomizationUUID":"9cfc5aef-ea29-4279-be15-4ff11702ed6a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vf-license-model.xml","artifactChecksum":"OGM5YTkwZGZiY2NjOWIyMWE3ZWI3NWFhNGViZTkxZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a6b09d00-f49d-41d6-be62-b782daaf13b1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/pNF.csar","artifactChecksum":"YjQxYjk4NmYwYjY2ZjJjZTU5ZjgxMmIwYzU4NWI4NDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f971787-9bc9-4c85-8c21-075fee4ec482","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9b961306-69f6-4b5b-ba83-e0d3a933e5c7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vendor-license-model.xml","artifactChecksum":"NzBkZjc0YmNmMTRkMzZkNzE0ODIyZmMxM2VmZWIwNTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b6012165-2fce-4837-8b31-af1b033ee88f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5e86e83-7469-4e5d-ac25-4501b39b832a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bdc90af8-d746-450f-82be-fd7f2fb8776d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIv2sovhamuejpfxbtxdw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-template.yml","artifactChecksum":"ZmQ5ZjE2OGVhNjQ1NTg4NmEzMmU2ZjRiMGNiM2ZmOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"caac8ae5-79db-4391-b1fd-c53cd50000b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar","artifactChecksum":"MTI5ODAyZTE1NWRhY2NkMmRlZDhlMWYwM2FjODI5ZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ab6ed3c-6b61-47cf-b33e-0a0ac05846bd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T05:11:17.495Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:11:17.495Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:11:17.497Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:11:17.497Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:11:17.597Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:11:17.598Z||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.
2021-09-07T05:11:17.598Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:11:17.607Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:11:17.607Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:11:17.957Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:11:17.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:11:17.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:11:17.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:11:18.498Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:11:18.498Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:11:18.500Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:11:18.500Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:11:18.600Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:11:18.601Z||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.
2021-09-07T05:11:18.601Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:11:18.610Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:11:18.610Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:11:19.501Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:11:19.502Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:11:19.504Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:11:19.504Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:11:19.604Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:11:19.605Z||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.
2021-09-07T05:11:19.605Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:11:19.614Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:11:19.614Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:11:20.504Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:11:20.505Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:11:20.506Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:11:20.507Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:11:20.607Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:11:20.608Z||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.
2021-09-07T05:11:20.608Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:11:20.616Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:11:20.616Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:11:21.507Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:11:21.508Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:11:21.509Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:11:21.510Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:11:21.610Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:11:21.610Z||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.
2021-09-07T05:11:21.610Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:11:21.619Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:11:21.619Z||pool-120-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:11:22.510Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:11:22.511Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:11:22.512Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:11:22.512Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:11:22.612Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:11:22.613Z||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.
2021-09-07T05:11:22.613Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:11:22.621Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:11:22.622Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:11:23.513Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:11:23.513Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:11:23.515Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:11:23.515Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:11:23.615Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:11:23.615Z||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.
2021-09-07T05:11:23.616Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:11:23.623Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:11:23.624Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:11:24.515Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:11:24.516Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:11:24.517Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:11:24.518Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:11:24.618Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:11:24.619Z||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.
2021-09-07T05:11:24.619Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:11:24.628Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:11:24.629Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:11:25.519Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "serviceName": "Demo_pNF_iV2sovHAMuEJPFXBTxDW",
  "serviceVersion": "1.0",
  "serviceUUID": "a50966cd-2069-4f21-b93c-ad45ff9d711e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d9428efa-b9d2-49c6-9c92-7ae2325aedbe",
  "resources": [
    {
      "resourceInstanceName": "pNF e89d18d3-3e09 0",
      "resourceCustomizationUUID": "9cfc5aef-ea29-4279-be15-4ff11702ed6a",
      "resourceName": "pNF e89d18d3-3e09",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a9984f93-acbc-464b-9eb1-e853da76a1e8",
      "resourceInvariantUUID": "8c738583-eb4f-48ea-af50-c98f89f7bdda",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
      "artifactChecksum": "MTI5ODAyZTE1NWRhY2NkMmRlZDhlMWYwM2FjODI5ZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ab6ed3c-6b61-47cf-b33e-0a0ac05846bd"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T05:11:25.519Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T05:11:25.519Z|485d79c7-6011-4f35-b123-d7c0df1161de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a50966cd-2069-4f21-b93c-ad45ff9d711e ASDC
2021-09-07T05:11:25.519Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9a214085-5127-4025-ab24-e9e95ea0427c
ServiceName:Demo_pNF_iV2sovHAMuEJPFXBTxDW
ServiceVersion:1.0
ServiceUUID:a50966cd-2069-4f21-b93c-ad45ff9d711e
ServiceInvariantUUID:d9428efa-b9d2-49c6-9c92-7ae2325aedbe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
ArtifactUUID:2ab6ed3c-6b61-47cf-b33e-0a0ac05846bd
ArtifactChecksum:MTI5ODAyZTE1NWRhY2NkMmRlZDhlMWYwM2FjODI5ZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e89d18d3-3e09 0
ResourceCustomizationUUID:9cfc5aef-ea29-4279-be15-4ff11702ed6a
ResourceInvariantUUID:8c738583-eb4f-48ea-af50-c98f89f7bdda
ResourceName:pNF e89d18d3-3e09
ResourceType:PNF
ResourceUUID:a9984f93-acbc-464b-9eb1-e853da76a1e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-07T05:11:25.519Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a50966cd-2069-4f21-b93c-ad45ff9d711e 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 (?, ?, ?, ?, ?)
2021-09-07T05:11:25.538Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:11:25.538Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:11:25.538Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:11:25.538Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ab6ed3c-6b61-47cf-b33e-0a0ac05846bd from URL: /sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:25.539Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:11:25.539Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:26.481Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:11:26.486Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar 2ab6ed3c-6b61-47cf-b33e-0a0ac05846bd 82543
2021-09-07T05:11:26.486Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar ASDC sendASDCNotification
2021-09-07T05:11:26.486Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:26.486Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:11:26.486Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:11:26.488Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:11:26.488Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991486486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:11:26.588Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:11:26.588Z||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.
2021-09-07T05:11:26.588Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:11:26.596Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:11:26.597Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:11:27.488Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:11:27.489Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:11:27.489Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2ab6ed3c-6b61-47cf-b33e-0a0ac05846bd, URL: /sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar to file: /app/ASDC/1/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:27.490Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:27.490Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:27.490Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:27.575Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3311601174086299963/Definitions/service-DemoPnfIv2sovhamuejpfxbtxdw-template.yml
2021-09-07T05:11:28.111Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T05:11:28.111Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:11:28.111Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:28.111Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-07T05:11:28.111Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e89d18d3-3e09 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-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:28.112Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||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-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:28.112Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:28.112Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||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-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:28.112Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:28.112Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:28.112Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:28.112Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:11:28.112Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:11:28.112Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_iV2sovHAMuEJPFXBTxDW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:11:28.112Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Node template pNF e89d18d3-3e09 0 is matching search criteria
2021-09-07T05:11:28.112Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:11:28.112Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF e89d18d3-3e09 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:11:28.112Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:11:28.113Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_iV2sovHAMuEJPFXBTxDW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:11:28.113Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Node template pNF e89d18d3-3e09 0 is matching search criteria
2021-09-07T05:11:28.113Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:11:28.113Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF e89d18d3-3e09 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:11:28.113Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:11:28.113Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_iV2sovHAMuEJPFXBTxDW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:11:28.113Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:11:28.113Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_iV2sovHAMuEJPFXBTxDW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:11:28.113Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:11:28.113Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_iV2sovHAMuEJPFXBTxDW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:11:28.113Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:11:28.113Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_iV2sovHAMuEJPFXBTxDW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:11:28.113Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:11:28.113Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_iV2sovHAMuEJPFXBTxDW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:11:28.114Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_iV2sovHAMuEJPFXBTxDW
Description:catalog service description
Model UUID:a50966cd-2069-4f21-b93c-ad45ff9d711e
Model Version:NULL
Model InvariantUuid:d9428efa-b9d2-49c6-9c92-7ae2325aedbe
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T05:11:28.118Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: a9984f93-acbc-464b-9eb1-e853da76a1e8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:11:28.119Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||pNF e89d18d3-3e09 0
2021-09-07T05:11:28.119Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a9984f93-acbc-464b-9eb1-e853da76a1e8
2021-09-07T05:11:28.119Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a50966cd-2069-4f21-b93c-ad45ff9d711e
2021-09-07T05:11:28.119Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a50966cd-2069-4f21-b93c-ad45ff9d711e
2021-09-07T05:11:28.119Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e89d18d3-3e09 0 a9984f93-acbc-464b-9eb1-e853da76a1e8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:11:28.122Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2074c104, org.onap.sdc.toscaparser.api.parameters.Input@5a7c1f62, org.onap.sdc.toscaparser.api.parameters.Input@30bbcdf3, org.onap.sdc.toscaparser.api.parameters.Input@1ae17c16, org.onap.sdc.toscaparser.api.parameters.Input@1c9bf2af]
2021-09-07T05:11:28.122Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:11:28.122Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_iV2sovHAMuEJPFXBTxDW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:11:28.122Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a50966cd-2069-4f21-b93c-ad45ff9d711e: pNF e89d18d3-3e09
2021-09-07T05:11:28.123Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||Processing PNF resource: a9984f93-acbc-464b-9eb1-e853da76a1e8
2021-09-07T05:11:28.123Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:11:28.123Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_iV2sovHAMuEJPFXBTxDW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:11:28.123Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||Resource customization UUID: 9cfc5aef-ea29-4279-be15-4ff11702ed6a is the same as notified resource customizationUUID: 9cfc5aef-ea29-4279-be15-4ff11702ed6a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-09-07T05:11:28.144Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e89d18d3-3e09 a9984f93-acbc-464b-9eb1-e853da76a1e8 0 ASDC deployResourceStructure
2021-09-07T05:11:28.144Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar ASDC sendASDCNotification
2021-09-07T05:11:28.144Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar
2021-09-07T05:11:28.144Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:11:28.145Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:11:28.146Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:11:28.146Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991488144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:11:28.246Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:11:28.247Z||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.
2021-09-07T05:11:28.247Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:11:28.254Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:11:28.254Z||pool-125-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:11:29.147Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a214085-5127-4025-ab24-e9e95ea0427c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:11:29.154Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a214085-5127-4025-ab24-e9e95ea0427c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:11:29.155Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:11:29.155Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:11:29.155Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:11:59.156Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a214085-5127-4025-ab24-e9e95ea0427c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:11:59.162Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a214085-5127-4025-ab24-e9e95ea0427c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:11:59.163Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:11:59.163Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:11:59.163Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:12:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:12:14.431Z||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.
2021-09-07T05:12:14.432Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:12:14.451Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:12:14.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:12:14.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991477212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:12:14.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:12:29.163Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a214085-5127-4025-ab24-e9e95ea0427c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:12:29.171Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a214085-5127-4025-ab24-e9e95ea0427c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:12:29.173Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:12:29.173Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:12:29.173Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:12:59.173Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a214085-5127-4025-ab24-e9e95ea0427c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:12:59.179Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a214085-5127-4025-ab24-e9e95ea0427c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:12:59.181Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:12:59.181Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:12:59.181Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:13:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:13:14.431Z||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.
2021-09-07T05:13:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:13:14.454Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:13:14.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991477212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991477212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991479821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991477212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991479821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "cds",
  "timestamp": 1630991481183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991477212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "dcae-sch",
  "timestamp": 1630991481780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991479821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "cds",
  "timestamp": 1630991481183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991477212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "dcae-sch",
  "timestamp": 1630991481780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991479821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "cds",
  "timestamp": 1630991481183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991477212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991483506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "dcae-sch",
  "timestamp": 1630991481780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991479821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991474429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "cds",
  "timestamp": 1630991481183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991477212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991483506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "dcae-sch",
  "timestamp": 1630991481780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991479821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "cds",
  "timestamp": 1630991481183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "policy-id",
  "timestamp": 1630991485238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991483506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "dcae-sch",
  "timestamp": 1630991481780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991479821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991486486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "cds",
  "timestamp": 1630991481183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "policy-id",
  "timestamp": 1630991485238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991487076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991483506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "dcae-sch",
  "timestamp": 1630991481780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991479821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "cds",
  "timestamp": 1630991481183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "policy-id",
  "timestamp": 1630991485238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991483506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991488144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "dcae-sch",
  "timestamp": 1630991481780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991488780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "cds",
  "timestamp": 1630991481183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "policy-id",
  "timestamp": 1630991485238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991483506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "dcae-sch",
  "timestamp": 1630991481780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "clamp",
  "timestamp": 1630991488836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991489784,
  "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=?
2021-09-07T05:13:14.468Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a214085-5127-4025-ab24-e9e95ea0427c
2021-09-07T05:13:14.468Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a214085-5127-4025-ab24-e9e95ea0427c 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 (?, ?, ?, ?, ?)
2021-09-07T05:13:14.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "policy-id",
  "timestamp": 1630991485238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991483506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "clamp",
  "timestamp": 1630991488836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "cds",
  "timestamp": 1630991490483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "policy-id",
  "timestamp": 1630991485238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991483506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "clamp",
  "timestamp": 1630991488836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "cds",
  "timestamp": 1630991491488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-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=?
2021-09-07T05:13:14.478Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a214085-5127-4025-ab24-e9e95ea0427c
2021-09-07T05:13:14.478Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a214085-5127-4025-ab24-e9e95ea0427c 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 (?, ?, ?, ?, ?)
2021-09-07T05:13:14.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "aai-ml",
  "timestamp": 1630991491181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "policy-id",
  "timestamp": 1630991485238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "clamp",
  "timestamp": 1630991488836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "aai-ml",
  "timestamp": 1630991491181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "policy-id",
  "timestamp": 1630991485238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991493378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "clamp",
  "timestamp": 1630991488836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "aai-ml",
  "timestamp": 1630991491181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991494397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:13:14.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:13:14.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "clamp",
  "timestamp": 1630991488836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "aai-ml",
  "timestamp": 1630991491181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "policy-id",
  "timestamp": 1630991495083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:13:14.484Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:13:14.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991495399,
  "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=?
2021-09-07T05:13:14.486Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9a214085-5127-4025-ab24-e9e95ea0427c
2021-09-07T05:13:14.487Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a214085-5127-4025-ab24-e9e95ea0427c 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 (?, ?, ?, ?, ?)
2021-09-07T05:13:14.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "clamp",
  "timestamp": 1630991488836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "aai-ml",
  "timestamp": 1630991491181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "policy-id",
  "timestamp": 1630991496087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:13:14.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:13:14.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "clamp",
  "timestamp": 1630991488836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:13:14.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "aai-ml",
  "timestamp": 1630991491181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/resourceInstances/pnfe89d18d33e090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "policy-id",
  "timestamp": 1630991497090,
  "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=?
2021-09-07T05:13:14.495Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a214085-5127-4025-ab24-e9e95ea0427c
2021-09-07T05:13:14.495Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a214085-5127-4025-ab24-e9e95ea0427c 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 (?, ?, ?, ?, ?)
2021-09-07T05:13:14.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "aai-ml",
  "timestamp": 1630991491181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:13:14.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "aai-ml",
  "timestamp": 1630991491181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:13:14.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:13:14.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "aai-ml",
  "timestamp": 1630991501256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:13:14.501Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:13:14.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "aai-ml",
  "timestamp": 1630991504601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T05:13:14.501Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:13:14.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "aai-ml",
  "timestamp": 1630991505605,
  "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=?
2021-09-07T05:13:14.504Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9a214085-5127-4025-ab24-e9e95ea0427c
2021-09-07T05:13:14.504Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a214085-5127-4025-ab24-e9e95ea0427c 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 (?, ?, ?, ?, ?)
2021-09-07T05:13:14.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "clamp",
  "timestamp": 1630991505958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:13:14.513Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:13:14.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "clamp",
  "timestamp": 1630991506977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIv2sovhamuejpfxbtxdw/1.0/artifacts/service-DemoPnfIv2sovhamuejpfxbtxdw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:13:14.513Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:13:14.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:13:14.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "clamp",
  "timestamp": 1630991507980,
  "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=?
2021-09-07T05:13:14.516Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9a214085-5127-4025-ab24-e9e95ea0427c
2021-09-07T05:13:14.516Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a214085-5127-4025-ab24-e9e95ea0427c 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 (?, ?, ?, ?, ?)
2021-09-07T05:13:29.181Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a214085-5127-4025-ab24-e9e95ea0427c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:13:29.188Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a214085-5127-4025-ab24-e9e95ea0427c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:13:29.189Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:13:29.190Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T05:13:29.190Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T05:13:29.190Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T05:13:29.190Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-07T05:13:29.190Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T05:13:29.190Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||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=?
2021-09-07T05:13:29.193Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T05:13:59.193Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9a214085-5127-4025-ab24-e9e95ea0427c 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=?
2021-09-07T05:13:59.196Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9a214085-5127-4025-ab24-e9e95ea0427c and serviceModelVersionId: a50966cd-2069-4f21-b93c-ad45ff9d711e
2021-09-07T05:13:59.196Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9428efa-b9d2-49c6-9c92-7ae2325aedbe
2021-09-07T05:13:59.197Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e?depth=0
2021-09-07T05:13:59.201Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T05:13:59.228Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e?depth=0|INFO|500||Invoke
2021-09-07T05:13:59.228Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9a214085-5127-4025-ab24-e9e95ea0427c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b323b439-1544-4925-abea-f8d3a1d5101d], X-ECOMP-RequestID=[9a214085-5127-4025-ab24-e9e95ea0427c], X-TransactionId=[], X-ONAP-RequestID=[9a214085-5127-4025-ab24-e9e95ea0427c], Content-Type=[application/merge-patch+json]}
2021-09-07T05:13:59.242Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T05:13:59.276Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210907-05:13:59:248-69610], Content-Length=[495], Date=[Tue, 07 Sep 2021 05:13:59 GMT], Content-Type=[application/json]}
2021-09-07T05:13:59.277Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e?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/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e","ERR.5.4.6114"]}}}

2021-09-07T05:13:59.277Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T05:13:59.281Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9a214085-5127-4025-ab24-e9e95ea0427c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e) (ec=ERR.5.4.6114)
2021-09-07T05:13:59.281Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9a214085-5127-4025-ab24-e9e95ea0427c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e) (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)
2021-09-07T05:13:59.281Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9a214085-5127-4025-ab24-e9e95ea0427c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e) (ec=ERR.5.4.6114)
2021-09-07T05:13:59.281Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9a214085-5127-4025-ab24-e9e95ea0427c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:13:59.284Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-07T05:13:59.284Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9a214085-5127-4025-ab24-e9e95ea0427c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9a214085-5127-4025-ab24-e9e95ea0427c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e) (ec=ERR.5.4.6114)
2021-09-07T05:13:59.285Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T05:13:59.285Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:13:59.286Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:13:59.286Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991639284,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9a214085-5127-4025-ab24-e9e95ea0427c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:13:59.386Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:13:59.387Z||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.
2021-09-07T05:13:59.387Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:13:59.399Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:13:59.400Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-07T05:14:00.295Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:14:00.296Z|9a214085-5127-4025-ab24-e9e95ea0427c|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.
2021-09-07T05:14:00.296Z|9a214085-5127-4025-ab24-e9e95ea0427c|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:04.560Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:04.561Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:14:04.561Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca","serviceName":"vFW 2021-09-07 05-09-56","serviceVersion":"1.0","serviceUUID":"69623cdf-7917-4c6c-8f20-db1297584377","serviceDescription":"catalog service description","serviceInvariantUUID":"e9c8e16e-8ba5-407e-aac4-9ff5b2d45079","resources":[{"resourceInstanceName":"vFW 6a2a9bb5-13fc 0","resourceName":"vFW 6a2a9bb5-13fc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c60e069-b12d-42ad-b600-93f84a255d23","resourceInvariantUUID":"6dd64eb6-a66a-4b1d-899d-c891a8c941cd","resourceCustomizationUUID":"9005ebe7-1253-40dd-a17b-e8ebff068078","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vf-license-model.xml","artifactChecksum":"ZGU4ZWExNjkzZmRjNzAzMWNiM2U5NTA1MGE3M2M5M2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a88b6a12-8405-4a72-9187-64dbc8b03e11","artifactVersion":"1"},{"artifactName":"vfw6a2a9bb513fc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json","artifactChecksum":"ZGUxYTc4OTU2YTY3MjMwYzBhZGUyNDJlMTE1YjhjNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0fbb7073-555d-4d02-983d-720644e2766c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"90906ba1-289d-4bdf-8256-0639b0575f2f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vendor-license-model.xml","artifactChecksum":"OGQ2ZTYwYWM5YmQzMDUyZDAwOTA4N2RkZTk1MGQ1ZDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e79d2e1f-14c8-482b-abb1-e19bf4204145","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6394dab0-9f35-4840-9250-d25a8ca0c61d","artifactVersion":"2","generatedFromUUID":"90906ba1-289d-4bdf-8256-0639b0575f2f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210907050956-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-template.yml","artifactChecksum":"MWQxYzgxNjE2NGJjZDQwZWU3MzY3MzM5MDVjOTkwYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"00400862-dc3b-4666-afda-58fe1fc4d6bd","artifactVersion":"1"},{"artifactName":"service-Vfw20210907050956-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar","artifactChecksum":"ZWM1YzQ0NDE3MWM1MzkyMWY3ZDcwODRmYjk0OTczYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aae1aae5-2977-42a1-b012-65f1f6694c04","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T05:14:04.562Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:14:04.562Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:04.563Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:04.564Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:04.664Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:04.664Z||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.
2021-09-07T05:14:04.664Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:04.673Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:04.673Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:05.564Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:14:05.564Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:05.566Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:05.566Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:14:05.666Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:05.667Z||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.
2021-09-07T05:14:05.667Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:05.675Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:05.676Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:06.566Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:14:06.567Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:06.569Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:06.569Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:14:06.669Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:06.670Z||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.
2021-09-07T05:14:06.670Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:06.678Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:06.678Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:07.569Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:14:07.570Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:07.571Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:07.572Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:07.672Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:07.672Z||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.
2021-09-07T05:14:07.673Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:07.681Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:07.681Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:08.572Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:14:08.573Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:08.574Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:08.574Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T05:14:08.674Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:08.675Z||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.
2021-09-07T05:14:08.675Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:08.683Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:08.683Z||pool-131-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:09.575Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:14:09.575Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:09.576Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:09.577Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:09.677Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:09.677Z||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.
2021-09-07T05:14:09.677Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:09.686Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:09.686Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:10.577Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:14:10.577Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:10.579Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:10.579Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:14:10.679Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:10.679Z||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.
2021-09-07T05:14:10.680Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:10.688Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:10.689Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:11.580Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "serviceName": "vFW 2021-09-07 05-09-56",
  "serviceVersion": "1.0",
  "serviceUUID": "69623cdf-7917-4c6c-8f20-db1297584377",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e9c8e16e-8ba5-407e-aac4-9ff5b2d45079",
  "resources": [
    {
      "resourceInstanceName": "vFW 6a2a9bb5-13fc 0",
      "resourceCustomizationUUID": "9005ebe7-1253-40dd-a17b-e8ebff068078",
      "resourceName": "vFW 6a2a9bb5-13fc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8c60e069-b12d-42ad-b600-93f84a255d23",
      "resourceInvariantUUID": "6dd64eb6-a66a-4b1d-899d-c891a8c941cd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6a2a9bb513fc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
          "artifactChecksum": "ZGUxYTc4OTU2YTY3MjMwYzBhZGUyNDJlMTE1YjhjNWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0fbb7073-555d-4d02-983d-720644e2766c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "90906ba1-289d-4bdf-8256-0639b0575f2f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6394dab0-9f35-4840-9250-d25a8ca0c61d",
            "generatedFromUUID": "90906ba1-289d-4bdf-8256-0639b0575f2f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6394dab0-9f35-4840-9250-d25a8ca0c61d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210907050956-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
      "artifactChecksum": "ZWM1YzQ0NDE3MWM1MzkyMWY3ZDcwODRmYjk0OTczYmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aae1aae5-2977-42a1-b012-65f1f6694c04"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T05:14:11.580Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T05:14:11.580Z|9a214085-5127-4025-ab24-e9e95ea0427c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 69623cdf-7917-4c6c-8f20-db1297584377 ASDC
2021-09-07T05:14:11.580Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca
ServiceName:vFW 2021-09-07 05-09-56
ServiceVersion:1.0
ServiceUUID:69623cdf-7917-4c6c-8f20-db1297584377
ServiceInvariantUUID:e9c8e16e-8ba5-407e-aac4-9ff5b2d45079
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210907050956-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar
ArtifactUUID:aae1aae5-2977-42a1-b012-65f1f6694c04
ArtifactChecksum:ZWM1YzQ0NDE3MWM1MzkyMWY3ZDcwODRmYjk0OTczYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6a2a9bb5-13fc 0
ResourceCustomizationUUID:9005ebe7-1253-40dd-a17b-e8ebff068078
ResourceInvariantUUID:6dd64eb6-a66a-4b1d-899d-c891a8c941cd
ResourceName:vFW 6a2a9bb5-13fc
ResourceType:VF
ResourceUUID:8c60e069-b12d-42ad-b600-93f84a255d23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6a2a9bb513fc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json
ArtifactUUID:0fbb7073-555d-4d02-983d-720644e2766c
ArtifactChecksum:ZGUxYTc4OTU2YTY3MjMwYzBhZGUyNDJlMTE1YjhjNWI=
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/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml
ArtifactUUID:90906ba1-289d-4bdf-8256-0639b0575f2f
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/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env
ArtifactUUID:6394dab0-9f35-4840-9250-d25a8ca0c61d
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/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env
ArtifactUUID:6394dab0-9f35-4840-9250-d25a8ca0c61d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-07T05:14:11.580Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69623cdf-7917-4c6c-8f20-db1297584377 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 (?, ?, ?, ?, ?)
2021-09-07T05:14:11.600Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:14:11.600Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:14:11.600Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:14:11.600Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aae1aae5-2977-42a1-b012-65f1f6694c04 from URL: /sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:11.600Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:14:11.600Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:12.668Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:14:12.672Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar aae1aae5-2977-42a1-b012-65f1f6694c04 98740
2021-09-07T05:14:12.672Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar ASDC sendASDCNotification
2021-09-07T05:14:12.672Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:12.672Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:14:12.672Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:12.673Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:12.673Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991652672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:12.774Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-07T05:14:12.774Z||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.
2021-09-07T05:14:12.775Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:12.783Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:12.783Z||pool-134-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:13.674Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:14:13.675Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:14:13.675Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: aae1aae5-2977-42a1-b012-65f1f6694c04, URL: /sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar to file: /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:13.675Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210907050956-csar.csar
2021-09-07T05:14:13.676Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:13.676Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:13.938Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10760995405577472831/Definitions/service-Vfw20210907050956-template.yml
2021-09-07T05:14:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:14:14.431Z||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.
2021-09-07T05:14:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:14.443Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:14.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991537212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991537212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991539821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991537212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991539821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991537212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "cds",
  "timestamp": 1630991541183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630991541780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991539821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991537212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "cds",
  "timestamp": 1630991541183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630991541780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991539821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991537212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "cds",
  "timestamp": 1630991541183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991543506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630991541780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991539821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991537212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "cds",
  "timestamp": 1630991541183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991543506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630991541780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991539821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "cds",
  "timestamp": 1630991541183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "policy-id",
  "timestamp": 1630991545238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991543506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630991541780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991539821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991546680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "cds",
  "timestamp": 1630991541183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "policy-id",
  "timestamp": 1630991545238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991543506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630991541780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "cds",
  "timestamp": 1630991541183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "policy-id",
  "timestamp": 1630991545238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991543506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991548384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "dcae-sch",
  "timestamp": 1630991541780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "policy-id",
  "timestamp": 1630991545238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "clamp",
  "timestamp": 1630991548836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991543506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "cds",
  "timestamp": 1630991549383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991549496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991549890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "policy-id",
  "timestamp": 1630991545238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "clamp",
  "timestamp": 1630991548836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991543506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "cds",
  "timestamp": 1630991550387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-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=?
2021-09-07T05:14:14.478Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca
2021-09-07T05:14:14.478Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca 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 (?, ?, ?, ?, ?)
2021-09-07T05:14:14.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991550499,
  "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=?
2021-09-07T05:14:14.486Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca
2021-09-07T05:14:14.486Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca 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 (?, ?, ?, ?, ?)
2021-09-07T05:14:14.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "policy-id",
  "timestamp": 1630991545238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "clamp",
  "timestamp": 1630991548836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991551389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.491Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "policy-id",
  "timestamp": 1630991545238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "clamp",
  "timestamp": 1630991548836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991552410,
  "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=?
2021-09-07T05:14:14.495Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca
2021-09-07T05:14:14.495Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca 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 (?, ?, ?, ?, ?)
2021-09-07T05:14:14.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "clamp",
  "timestamp": 1630991548836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991553414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "clamp",
  "timestamp": 1630991548836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "policy-id",
  "timestamp": 1630991553992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "clamp",
  "timestamp": 1630991548836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "policy-id",
  "timestamp": 1630991554995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:14:14.501Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "policy-id",
  "timestamp": 1630991555998,
  "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=?
2021-09-07T05:14:14.504Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca
2021-09-07T05:14:14.504Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca 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=?
2021-09-07T05:14:14.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "cds",
  "timestamp": 1630991556183,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "cds",
  "timestamp": 1630991556183,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "cds",
  "timestamp": 1630991556183,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "cds",
  "timestamp": 1630991556183,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "aai-ml",
  "timestamp": 1630991559879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991559821,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "cds",
  "timestamp": 1630991556183,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991559821,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "cds",
  "timestamp": 1630991556183,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "dcae-sch",
  "timestamp": 1630991561780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991559821,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "cds",
  "timestamp": 1630991556183,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "dcae-sch",
  "timestamp": 1630991561780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991559821,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "cds",
  "timestamp": 1630991556183,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991563506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "dcae-sch",
  "timestamp": 1630991561780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991559821,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991563506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "dcae-sch",
  "timestamp": 1630991561780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991559821,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "cds",
  "timestamp": 1630991565589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "policy-id",
  "timestamp": 1630991565238,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991563506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "aai-ml",
  "timestamp": 1630991566199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "dcae-sch",
  "timestamp": 1630991561780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991559821,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "cds",
  "timestamp": 1630991566593,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-07T05:14:14.520Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7149f6eb-dcf1-4bc9-8a89-14b308f675b6
2021-09-07T05:14:14.520Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7149f6eb-dcf1-4bc9-8a89-14b308f675b6 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 (?, ?, ?, ?, ?)
2021-09-07T05:14:14.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "policy-id",
  "timestamp": 1630991565238,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991563506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "aai-ml",
  "timestamp": 1630991567202,
  "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=?
2021-09-07T05:14:14.528Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca
2021-09-07T05:14:14.528Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca 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 (?, ?, ?, ?, ?)
2021-09-07T05:14:14.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "dcae-sch",
  "timestamp": 1630991561780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991559821,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991567212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "policy-id",
  "timestamp": 1630991565238,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "clamp",
  "timestamp": 1630991567970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991563506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "dcae-sch",
  "timestamp": 1630991561780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991568792,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991567212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "policy-id",
  "timestamp": 1630991565238,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991563506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "dcae-sch",
  "timestamp": 1630991561780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991567212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "policy-id",
  "timestamp": 1630991565238,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "clamp",
  "timestamp": 1630991569978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991563506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991570379,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991567212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "policy-id",
  "timestamp": 1630991565238,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "clamp",
  "timestamp": 1630991570982,
  "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=?
2021-09-07T05:14:14.539Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca
2021-09-07T05:14:14.539Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca 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 (?, ?, ?, ?, ?)
2021-09-07T05:14:14.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991563506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "dcae-sch",
  "timestamp": 1630991571584,
  "artifactURL": "/sdc/v1/catalog/services/4d06be47-9e8b-48f1-a8a9-1b3d186f437e/resourceInstances/basicclamp0/artifacts/de9c6ebc-b52a-4b91-a702-ecfb70b78a39",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991567212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "policy-id",
  "timestamp": 1630991565238,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991572080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "dcae-sch",
  "timestamp": 1630991572782,
  "artifactURL": "/sdc/v1/catalog/services/4d06be47-9e8b-48f1-a8a9-1b3d186f437e/resourceInstances/basicclamp0/artifacts/de9c6ebc-b52a-4b91-a702-ecfb70b78a39",
  "status": "DEPLOY_OK"
}
2021-09-07T05:14:14.546Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991567212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "policy-id",
  "timestamp": 1630991565238,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991573100,
  "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=?
2021-09-07T05:14:14.549Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7149f6eb-dcf1-4bc9-8a89-14b308f675b6
2021-09-07T05:14:14.549Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7149f6eb-dcf1-4bc9-8a89-14b308f675b6 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 (?, ?, ?, ?, ?)
2021-09-07T05:14:14.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "dcae-sch",
  "timestamp": 1630991573786,
  "artifactURL": "/sdc/v1/catalog/services/4d06be47-9e8b-48f1-a8a9-1b3d186f437e/resourceInstances/basicclamp0/artifacts/de9c6ebc-b52a-4b91-a702-ecfb70b78a39",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-07T05:14:14.573Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 7149f6eb-dcf1-4bc9-8a89-14b308f675b6
2021-09-07T05:14:14.573Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7149f6eb-dcf1-4bc9-8a89-14b308f675b6 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-07T05:14:14.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991567212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991574103,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:14:14.578Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "policy-id",
  "timestamp": 1630991574681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991567212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "aai-ml",
  "timestamp": 1630991551181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "policy-id",
  "timestamp": 1630991575685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991576298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "aai-ml",
  "timestamp": 1630991576477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "policy-id",
  "timestamp": 1630991576688,
  "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=?
2021-09-07T05:14:14.582Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7149f6eb-dcf1-4bc9-8a89-14b308f675b6
2021-09-07T05:14:14.582Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7149f6eb-dcf1-4bc9-8a89-14b308f675b6 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=?
2021-09-07T05:14:14.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991578330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:14:14.587Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991579333,
  "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=?
2021-09-07T05:14:14.589Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7149f6eb-dcf1-4bc9-8a89-14b308f675b6
2021-09-07T05:14:14.589Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7149f6eb-dcf1-4bc9-8a89-14b308f675b6 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 (?, ?, ?, ?, ?)
2021-09-07T05:14:14.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "clamp",
  "timestamp": 1630991578836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "clamp",
  "timestamp": 1630991578836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "aai-ml",
  "timestamp": 1630991581092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T05:14:14.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:14:14.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "clamp",
  "timestamp": 1630991578836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "aai-ml",
  "timestamp": 1630991582095,
  "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=?
2021-09-07T05:14:14.597Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7149f6eb-dcf1-4bc9-8a89-14b308f675b6
2021-09-07T05:14:14.597Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7149f6eb-dcf1-4bc9-8a89-14b308f675b6 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 (?, ?, ?, ?, ?)
2021-09-07T05:14:14.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "clamp",
  "timestamp": 1630991578836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "clamp",
  "timestamp": 1630991578836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "clamp",
  "timestamp": 1630991578836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "clamp",
  "timestamp": 1630991578836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:14.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:14:14.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:14:14.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "clamp",
  "timestamp": 1630991578836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:14:14.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
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
2021-09-07T05:14:15.360Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T05:14:15.360Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:14:15.360Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:15.360Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-07T05:14:15.360Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:15.360Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:15.360Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:15.360Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:15.360Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:15.360Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:15.360Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:15.360Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:15.361Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6a2a9bb5-13fc 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-Vfw20210907050956-csar.csar
2021-09-07T05:14:15.361Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:15.361Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:15.361Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:15.361Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:15.361Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:14:15.361Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.361Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:15.361Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is matching search criteria
2021-09-07T05:14:15.361Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:14:15.361Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6a2a9bb5-13fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:14:15.361Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.361Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:15.361Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is matching search criteria
2021-09-07T05:14:15.362Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:14:15.362Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6a2a9bb5-13fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:14:15.362Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.362Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:15.362Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.362Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is not matching search criteria
2021-09-07T05:14:15.362Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:14:15.362Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:14:15.362Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:14:15.362Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:14:15.362Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:15.362Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:14:15.362Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:14:15.362Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:14:15.363Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:14:15.363Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:14:15.363Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:15.363Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:14:15.363Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:15.363Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:14:15.363Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:14:15.363Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-07T05:14:15.363Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.363Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T05:14:15.363Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.363Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is matching search criteria
2021-09-07T05:14:15.363Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6a2a9bb5-13fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:14:15.364Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.364Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is matching search criteria
2021-09-07T05:14:15.364Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6a2a9bb5-13fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:14:15.364Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.364Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is matching search criteria
2021-09-07T05:14:15.364Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6a2a9bb5-13fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:14:15.364Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.364Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is not matching search criteria
2021-09-07T05:14:15.364Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:14:15.364Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:14:15.364Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T05:14:15.364Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:14:15.364Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b356a454-277e-488e-82b7-11c0a3f4fd08
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is not matching search criteria
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:15.365Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:14:15.366Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:14:15.366Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T05:14:15.366Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:14:15.366Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:15.366Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:14:15.366Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:14:15.366Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=65c8ac8e-992c-4564-9242-451dd3bd02b5
2021-09-07T05:14:15.366Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.366Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is not matching search criteria
2021-09-07T05:14:15.366Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:14:15.366Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:14:15.366Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:14:15.366Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:14:15.366Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:15.367Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:14:15.367Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:14:15.367Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:14:15.367Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:14:15.367Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:14:15.367Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:15.367Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T05:14:15.367Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5884b255-9a29-4b57-847b-2d7275418e13
2021-09-07T05:14:15.367Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.367Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:15.367Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.367Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:15.367Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.367Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:15.368Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:15.368Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:15.368Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-07 05-09-56
Description:catalog service description
Model UUID:69623cdf-7917-4c6c-8f20-db1297584377
Model Version:NULL
Model InvariantUuid:e9c8e16e-8ba5-407e-aac4-9ff5b2d45079
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6a2a9bb5-13fc
Model UUID:ce8a78b7-b6f1-4c53-89c3-6e358e27bae5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6dd64eb6-a66a-4b1d-899d-c891a8c941cd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9005ebe7-1253-40dd-a17b-e8ebff068078
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c88825d3-bde5-4419-b6cc-32bd1d09a77c
ModelName:Vfw6a2a9bb513fc..base_vfw..module-0
ModelUuid:de8b3aec-51d1-4020-bddb-96f2c82cc789
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b356a454-277e-488e-82b7-11c0a3f4fd08
ModelInvariantUuid:da494981-b0aa-4dd0-82d0-7f745f35aaed
ModelName:vFW 6a2a9bb5-13fc-nodes.vfwCvfc
ModelUuid:c7b1590b-cc5a-4819-ad2d-24298c7a44fd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:995cacd7-0bfb-481c-923c-453caefae5be
ModelInvariantUuid:c2e2b460-e0ae-43ee-9026-747f2024692e
ModelName:Vfw6a2a9bb513fc.compute.nodes.heat.vfw
ModelUuid:14e66ecd-b220-4e39-b2ca-7aaf5e5d6058
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:65c8ac8e-992c-4564-9242-451dd3bd02b5
ModelInvariantUuid:7f712006-8294-455b-be18-c7db3b5fbbdb
ModelName:vFW 6a2a9bb5-13fc-nodes.vsnCvfc
ModelUuid:9b8bfde7-51ff-4d62-8ac7-f579f798a18e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ffab3e42-8238-43ad-9c78-5f48381763fd
ModelInvariantUuid:2ace1913-9094-4d9c-a57f-d8dad419e3c0
ModelName:Vfw6a2a9bb513fc.compute.nodes.heat.vsn
ModelUuid:9fef229a-a56a-4b8e-9c3d-b11990989ec2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5884b255-9a29-4b57-847b-2d7275418e13
ModelInvariantUuid:ebe2c92d-0dec-4a4e-b885-03c803603855
ModelName:vFW 6a2a9bb5-13fc-nodes.vpgCvfc
ModelUuid:9842901b-73ef-463e-8a00-9db4e17bf93a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c7b8a540-704f-4de4-bd43-b7e378eb21a4
ModelInvariantUuid:38173c7e-9bb8-446d-8631-544ae9adc430
ModelName:Vfw6a2a9bb513fc.compute.nodes.heat.vpg
ModelUuid:75e624a2-a988-4a56-b5fe-148b92123237
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T05:14:15.372Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c60e069-b12d-42ad-b600-93f84a255d23
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:14:15.374Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||vFW 6a2a9bb5-13fc 0
2021-09-07T05:14:15.374Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c60e069-b12d-42ad-b600-93f84a255d23
2021-09-07T05:14:15.374Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0fbb7073-555d-4d02-983d-720644e2766c from URL: /sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json
2021-09-07T05:14:15.374Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:14:15.374Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json
2021-09-07T05:14:15.514Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:14:15.514Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json 0fbb7073-555d-4d02-983d-720644e2766c 785
2021-09-07T05:14:15.515Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json ASDC sendASDCNotification
2021-09-07T05:14:15.515Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json
2021-09-07T05:14:15.515Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:14:15.515Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:15.516Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:15.516Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991655515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:15.616Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:15.617Z||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.
2021-09-07T05:14:15.617Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:15.625Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:15.626Z||pool-135-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:16.517Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6a2a9bb513fc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c88825d3-bde5-4419-b6cc-32bd1d09a77c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de8b3aec-51d1-4020-bddb-96f2c82cc789",
    "vfModuleModelCustomizationUUID": "cf50ff23-34e8-46dd-8330-999b5c64c880",
    "isBase": true,
    "artifacts": [
      "90906ba1-289d-4bdf-8256-0639b0575f2f",
      "6394dab0-9f35-4840-9250-d25a8ca0c61d"
    ],
    "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": ""
    }
  }
]
2021-09-07T05:14:16.519Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6a2a9bb513fc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de8b3aec-51d1-4020-bddb-96f2c82cc789
VfModuleModelInvariantUUID:c88825d3-bde5-4419-b6cc-32bd1d09a77c
VfModuleModelDescription:NULL
Artifacts UUID List:{
90906ba1-289d-4bdf-8256-0639b0575f2f
,
6394dab0-9f35-4840-9250-d25a8ca0c61d

}
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


}

2021-09-07T05:14:16.520Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6a2a9bb513fc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c88825d3-bde5-4419-b6cc-32bd1d09a77c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de8b3aec-51d1-4020-bddb-96f2c82cc789",
    "vfModuleModelCustomizationUUID": "cf50ff23-34e8-46dd-8330-999b5c64c880",
    "isBase": true,
    "artifacts": [
      "90906ba1-289d-4bdf-8256-0639b0575f2f",
      "6394dab0-9f35-4840-9250-d25a8ca0c61d"
    ],
    "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": ""
    }
  }
]
2021-09-07T05:14:16.520Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6a2a9bb513fc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de8b3aec-51d1-4020-bddb-96f2c82cc789
VfModuleModelInvariantUUID:c88825d3-bde5-4419-b6cc-32bd1d09a77c
VfModuleModelDescription:NULL
Artifacts UUID List:{
90906ba1-289d-4bdf-8256-0639b0575f2f
,
6394dab0-9f35-4840-9250-d25a8ca0c61d

}
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


}

2021-09-07T05:14:16.520Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 90906ba1-289d-4bdf-8256-0639b0575f2f from URL: /sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml
2021-09-07T05:14:16.520Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:14:16.520Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml
2021-09-07T05:14:16.657Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:14:16.658Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml 90906ba1-289d-4bdf-8256-0639b0575f2f 20368
2021-09-07T05:14:16.658Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T05:14:16.658Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml
2021-09-07T05:14:16.658Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:14:16.658Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:16.660Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:16.660Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991656658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:16.760Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:16.760Z||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.
2021-09-07T05:14:16.760Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:16.768Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:16.769Z||pool-136-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:17.660Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6394dab0-9f35-4840-9250-d25a8ca0c61d from URL: /sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env
2021-09-07T05:14:17.661Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:14:17.661Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env
2021-09-07T05:14:17.791Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:14:17.792Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env 6394dab0-9f35-4840-9250-d25a8ca0c61d 2098
2021-09-07T05:14:17.792Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T05:14:17.792Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env
2021-09-07T05:14:17.792Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:14:17.792Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:17.793Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:17.793Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991657792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:14:17.894Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:17.894Z||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.
2021-09-07T05:14:17.894Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:17.903Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:17.903Z||pool-137-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:18.794Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 69623cdf-7917-4c6c-8f20-db1297584377
2021-09-07T05:14:18.794Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6a2a9bb5-13fc 0 8c60e069-b12d-42ad-b600-93f84a255d23 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:14:18.805Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13e88332, org.onap.sdc.toscaparser.api.parameters.Input@2f486263, org.onap.sdc.toscaparser.api.parameters.Input@218e27c6, org.onap.sdc.toscaparser.api.parameters.Input@67bdb560, org.onap.sdc.toscaparser.api.parameters.Input@309b5bb6]
2021-09-07T05:14:18.806Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.806Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:18.806Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-07T05:14:18.806Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9005ebe7-1253-40dd-a17b-e8ebff068078
2021-09-07T05:14:18.807Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9005ebe7-1253-40dd-a17b-e8ebff068078 matches Tosca VF Customization UUID: 9005ebe7-1253-40dd-a17b-e8ebff068078
2021-09-07T05:14:18.807Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9005ebe7-1253-40dd-a17b-e8ebff068078  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-07T05:14:18.808Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.808Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:18.809Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9005ebe7-1253-40dd-a17b-e8ebff068078: {\"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\"}
2021-09-07T05:14:18.809Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65062a4
2021-09-07T05:14:18.809Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.809Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T05:14:18.809Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf50ff23-34e8-46dd-8330-999b5c64c880
2021-09-07T05:14:18.810Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf50ff23-34e8-46dd-8330-999b5c64c880
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-07T05:14:18.811Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.811Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is matching search criteria
2021-09-07T05:14:18.811Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6a2a9bb5-13fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:14:18.812Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.812Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is matching search criteria
2021-09-07T05:14:18.812Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6a2a9bb5-13fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:14:18.812Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.812Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is not matching search criteria
2021-09-07T05:14:18.813Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:14:18.813Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:14:18.813Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T05:14:18.813Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:14:18.813Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:14:18.813Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:14:18.814Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:18.814Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:14:18.814Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:18.814Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:14:18.814Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:14:18.814Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b356a454-277e-488e-82b7-11c0a3f4fd08
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:14:18.816Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.816Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is matching search criteria
2021-09-07T05:14:18.816Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6a2a9bb5-13fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:14:18.816Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.817Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is not matching search criteria
2021-09-07T05:14:18.817Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:14:18.817Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:14:18.817Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:14:18.817Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:14:18.817Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:18.817Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:14:18.818Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:14:18.818Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T05:14:18.818Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:14:18.818Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:18.818Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:14:18.818Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:14:18.819Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=65c8ac8e-992c-4564-9242-451dd3bd02b5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:14:18.820Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.820Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is matching search criteria
2021-09-07T05:14:18.820Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6a2a9bb5-13fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:14:18.820Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.821Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is not matching search criteria
2021-09-07T05:14:18.821Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:14:18.821Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:14:18.821Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:14:18.821Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:14:18.821Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:18.821Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:14:18.822Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:14:18.822Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:14:18.822Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:14:18.822Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:14:18.822Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:14:18.822Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T05:14:18.823Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5884b255-9a29-4b57-847b-2d7275418e13
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:14:18.824Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.824Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is matching search criteria
2021-09-07T05:14:18.824Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6a2a9bb5-13fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:14:18.824Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.825Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Node template vFW 6a2a9bb5-13fc 0 is matching search criteria
2021-09-07T05:14:18.825Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6a2a9bb5-13fc 0] matching following query criteria: sdcType=VF, customizationUUID=9005ebe7-1253-40dd-a17b-e8ebff068078
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:14:18.826Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.826Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:18.826Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 69623cdf-7917-4c6c-8f20-db1297584377: vFW 6a2a9bb5-13fc
2021-09-07T05:14:18.826Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.826Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:18.827Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.827Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:18.827Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.827Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:18.827Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.827Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:18.828Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:14:18.828Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-07 05-09-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:14:18.828Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-07 05-09-56 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-07T05:14:18.941Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6a2a9bb5-13fc 8c60e069-b12d-42ad-b600-93f84a255d23 1 ASDC deployResourceStructure
2021-09-07T05:14:18.942Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json ASDC sendASDCNotification
2021-09-07T05:14:18.942Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json
2021-09-07T05:14:18.942Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:14:18.942Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:18.943Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:18.944Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991658942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:14:19.044Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:19.044Z||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.
2021-09-07T05:14:19.044Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:19.052Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:19.052Z||pool-138-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:19.945Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T05:14:19.945Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml
2021-09-07T05:14:19.945Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:14:19.945Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:19.947Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:19.947Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991659945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:14:20.047Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:20.047Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-07T05:14:20.047Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:20.056Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:20.057Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:20.947Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T05:14:20.948Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env
2021-09-07T05:14:20.948Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:14:20.948Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:20.949Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:20.949Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991660947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T05:14:21.049Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:21.050Z||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.
2021-09-07T05:14:21.050Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:21.059Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:21.059Z||pool-140-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:14:21.950Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar ASDC sendASDCNotification
2021-09-07T05:14:21.950Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar
2021-09-07T05:14:21.950Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:14:21.951Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:21.952Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:21.952Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991661950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:14:22.052Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:22.053Z||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.
2021-09-07T05:14:22.053Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:22.062Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:22.062Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:22.953Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:14:22.959Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:14:22.961Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:14:22.961Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T05:14:22.961Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T05:14:22.961Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T05:14:22.961Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T05:14:22.961Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||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=?
2021-09-07T05:14:22.964Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T05:14:52.966Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca 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=?
2021-09-07T05:14:52.969Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca and serviceModelVersionId: 69623cdf-7917-4c6c-8f20-db1297584377
2021-09-07T05:14:52.970Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9c8e16e-8ba5-407e-aac4-9ff5b2d45079
2021-09-07T05:14:52.972Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377?depth=0
2021-09-07T05:14:52.975Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T05:14:52.997Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377?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]}
2021-09-07T05:14:52.998Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377?depth=0|INFO|500||Invoke
2021-09-07T05:14:53.012Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T05:14:53.059Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T05:14:53.059Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210907-05:14:53:018-72166], Content-Length=[495], Date=[Tue, 07 Sep 2021 05:14:53 GMT], Content-Type=[application/json]}
2021-09-07T05:14:53.059Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377","ERR.5.4.6114"]}}}

2021-09-07T05:14:53.063Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377) (ec=ERR.5.4.6114)
2021-09-07T05:14:53.063Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377) (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)
2021-09-07T05:14:53.063Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377) (ec=ERR.5.4.6114)
2021-09-07T05:14:53.063Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:14:53.067Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-07T05:14:53.067Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377) (ec=ERR.5.4.6114)
2021-09-07T05:14:53.067Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T05:14:53.067Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:53.068Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:53.068Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991693067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc56cf4c5-d31c-4be4-99bf-bbaf5490a6ca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:14:53.169Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:53.169Z||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.
2021-09-07T05:14:53.169Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:53.181Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:53.181Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-07T05:14:54.076Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:14:54.076Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"7149f6eb-dcf1-4bc9-8a89-14b308f675b6","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"4d06be47-9e8b-48f1-a8a9-1b3d186f437e","serviceDescription":"service","serviceInvariantUUID":"2271062d-c852-45a2-ab95-42a8ff84b4e1","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a8a4b0b6-e526-41b1-bf77-283392039b99","resourceInvariantUUID":"107ba3a7-98b1-49db-b334-2ae7084e4cc4","resourceCustomizationUUID":"017880fb-189f-41da-a741-a8094be3c2ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"de9c6ebc-b52a-4b91-a702-ecfb70b78a39","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"M2RhZTg0YjExNzQwNmYwYWY1OTJmMTFjZmNmNjBhYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6e622ff-3ab5-4868-93ee-9249a8db6a34","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"NzdhNDI0YmIyYmU1MDIwMDg4ZTJlMzQxZDU5YTMwNGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d75e4923-6b0b-4b6d-957c-f8ac8a6ae5e3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"854fdeae-af51-4056-b4a9-a159c4fde85f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e833220-86a0-42f5-a449-20538529069d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3c64e42a-105c-492d-92df-8b88267bfb8a","artifactVersion":"2","generatedFromUUID":"854fdeae-af51-4056-b4a9-a159c4fde85f"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NDUwNDlmZjdhMDI3M2RlNTY2NGIzNmNjNWEyYWFjOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f63ce97-a413-444b-8ef7-ed18e4030f98","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YjBmYjZiYjlmYzFkMzE5OWMxYjgzNmRmNDk1NWIwYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f664f25-485b-48ea-9d9d-cfe73e3f455d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T05:14:54.076Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:14:54.076Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:54.078Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:54.078Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:54.178Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:54.178Z||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.
2021-09-07T05:14:54.179Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:54.187Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:54.187Z||pool-143-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:55.078Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:14:55.079Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:55.081Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:55.081Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:55.181Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:55.181Z||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.
2021-09-07T05:14:55.181Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:55.190Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:55.190Z||pool-144-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:56.081Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:14:56.082Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:56.083Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:56.083Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:14:56.183Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:56.184Z||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.
2021-09-07T05:14:56.184Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:56.192Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:56.192Z||pool-145-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:57.084Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:14:57.084Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:57.085Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:57.086Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:14:57.186Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:57.186Z||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.
2021-09-07T05:14:57.187Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:57.195Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:57.195Z||pool-146-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:58.086Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:14:58.086Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:58.088Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:58.088Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:14:58.188Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:58.189Z||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.
2021-09-07T05:14:58.189Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:58.198Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:58.199Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:14:59.088Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:14:59.089Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:14:59.090Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:14:59.090Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-07T05:14:59.190Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:14:59.191Z||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.
2021-09-07T05:14:59.191Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:14:59.199Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:14:59.199Z||pool-148-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:00.091Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:15:00.091Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:00.092Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:00.092Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:00.193Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:00.193Z||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.
2021-09-07T05:15:00.193Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:00.203Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:00.203Z||pool-149-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:01.093Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:15:01.094Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:01.095Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:01.095Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:15:01.195Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:01.196Z||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.
2021-09-07T05:15:01.196Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:01.204Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:01.204Z||pool-150-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:02.096Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "4d06be47-9e8b-48f1-a8a9-1b3d186f437e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2271062d-c852-45a2-ab95-42a8ff84b4e1",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "017880fb-189f-41da-a741-a8094be3c2ec",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a8a4b0b6-e526-41b1-bf77-283392039b99",
      "resourceInvariantUUID": "107ba3a7-98b1-49db-b334-2ae7084e4cc4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "NzdhNDI0YmIyYmU1MDIwMDg4ZTJlMzQxZDU5YTMwNGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d75e4923-6b0b-4b6d-957c-f8ac8a6ae5e3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "854fdeae-af51-4056-b4a9-a159c4fde85f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3c64e42a-105c-492d-92df-8b88267bfb8a",
            "generatedFromUUID": "854fdeae-af51-4056-b4a9-a159c4fde85f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3c64e42a-105c-492d-92df-8b88267bfb8a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YjBmYjZiYjlmYzFkMzE5OWMxYjgzNmRmNDk1NWIwYzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6f664f25-485b-48ea-9d9d-cfe73e3f455d"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T05:15:02.096Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T05:15:02.096Z|c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d06be47-9e8b-48f1-a8a9-1b3d186f437e ASDC
2021-09-07T05:15:02.097Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7149f6eb-dcf1-4bc9-8a89-14b308f675b6
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:4d06be47-9e8b-48f1-a8a9-1b3d186f437e
ServiceInvariantUUID:2271062d-c852-45a2-ab95-42a8ff84b4e1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:6f664f25-485b-48ea-9d9d-cfe73e3f455d
ArtifactChecksum:YjBmYjZiYjlmYzFkMzE5OWMxYjgzNmRmNDk1NWIwYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:017880fb-189f-41da-a741-a8094be3c2ec
ResourceInvariantUUID:107ba3a7-98b1-49db-b334-2ae7084e4cc4
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:a8a4b0b6-e526-41b1-bf77-283392039b99
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:d75e4923-6b0b-4b6d-957c-f8ac8a6ae5e3
ArtifactChecksum:NzdhNDI0YmIyYmU1MDIwMDg4ZTJlMzQxZDU5YTMwNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:854fdeae-af51-4056-b4a9-a159c4fde85f
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:3c64e42a-105c-492d-92df-8b88267bfb8a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:3c64e42a-105c-492d-92df-8b88267bfb8a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-07T05:15:02.097Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d06be47-9e8b-48f1-a8a9-1b3d186f437e 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=?
2021-09-07T05:15:02.117Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:15:02.118Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:15:02.118Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:15:02.118Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6f664f25-485b-48ea-9d9d-cfe73e3f455d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-07T05:15:02.118Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:15:02.118Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-07T05:15:03.076Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:15:03.079Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 6f664f25-485b-48ea-9d9d-cfe73e3f455d 73363
2021-09-07T05:15:03.079Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-07T05:15:03.079Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-07T05:15:03.079Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:15:03.079Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:03.081Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:03.081Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991703079,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:15:03.181Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:03.182Z||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.
2021-09-07T05:15:03.182Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:03.192Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:03.192Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:04.081Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:15:04.082Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:15:04.082Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6f664f25-485b-48ea-9d9d-cfe73e3f455d, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-07T05:15:04.083Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-07T05:15:04.083Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-07T05:15:04.083Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-07T05:15:04.192Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14037702099378789989/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-07T05:15:05.001Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T05:15:05.002Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:15:05.002Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-07T05:15:05.002Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-07T05:15:05.002Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-07T05:15:05.002Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-07T05:15:05.002Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-07T05:15:05.002Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-07T05:15:05.002Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-07T05:15:05.002Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-07T05:15:05.002Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-07T05:15:05.002Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-07T05:15:05.002Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-07T05:15:05.002Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:15:05.002Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:05.003Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:05.003Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-07T05:15:05.003Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:15:05.003Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:15:05.003Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:05.003Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:05.003Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-07T05:15:05.003Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:15:05.003Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:15:05.003Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:05.003Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:05.004Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:05.004Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-07T05:15:05.004Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-07T05:15:05.004Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-07T05:15:05.004Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-07T05:15:05.004Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-07T05:15:05.004Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-07T05:15:05.004Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:05.004Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T05:15:05.004Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:05.004Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-07T05:15:05.004Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:15:05.005Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:05.005Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-07T05:15:05.005Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:15:05.005Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:05.005Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-07T05:15:05.005Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:15:05.005Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:05.005Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-07T05:15:05.005Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-07T05:15:05.005Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-07T05:15:05.005Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=20eb9db4-cf3a-4148-883c-42764eda7deb
2021-09-07T05:15:05.006Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:05.006Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:05.006Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:05.006Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:05.006Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:05.006Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:05.006Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:05.006Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:05.006Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:4d06be47-9e8b-48f1-a8a9-1b3d186f437e
Model Version:NULL
Model InvariantUuid:2271062d-c852-45a2-ab95-42a8ff84b4e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:2398ed5e-f55b-4dd7-a666-b80bf18cd804
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:107ba3a7-98b1-49db-b334-2ae7084e4cc4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:017880fb-189f-41da-a741-a8094be3c2ec
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a17efcfe-cc0a-430a-a0f5-28dcb4872d84
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:41cebb85-3d2a-4a62-8baa-689fc22169a6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:20eb9db4-cf3a-4148-883c-42764eda7deb
ModelInvariantUuid:3330a9d6-bf2d-4c51-8b19-c442724de69f
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:bfb75d88-0a74-4575-9823-c4870c7fca77
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:42c11cae-5e79-437f-97f8-1cc0b3a70a16
ModelInvariantUuid:ab9acdf1-778f-427a-a309-6d0a0eee59a4
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:9fa433ff-e2e7-45dc-800e-b49062acc485
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T05:15:05.011Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a8a4b0b6-e526-41b1-bf77-283392039b99
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:15:05.013Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||basicclamp 0
2021-09-07T05:15:05.013Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a8a4b0b6-e526-41b1-bf77-283392039b99
2021-09-07T05:15:05.013Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d75e4923-6b0b-4b6d-957c-f8ac8a6ae5e3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-07T05:15:05.013Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:15:05.013Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-07T05:15:05.984Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:15:05.984Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json d75e4923-6b0b-4b6d-957c-f8ac8a6ae5e3 790
2021-09-07T05:15:05.985Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-07T05:15:05.985Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-07T05:15:05.985Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:15:05.985Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:05.986Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:05.986Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991705984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:15:06.086Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:06.087Z||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.
2021-09-07T05:15:06.087Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:06.096Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:06.097Z||pool-152-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:15:06.987Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a17efcfe-cc0a-430a-a0f5-28dcb4872d84",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "41cebb85-3d2a-4a62-8baa-689fc22169a6",
    "vfModuleModelCustomizationUUID": "c36ec51c-66ee-4c5a-8de8-3d1137b32ba6",
    "isBase": true,
    "artifacts": [
      "854fdeae-af51-4056-b4a9-a159c4fde85f",
      "3c64e42a-105c-492d-92df-8b88267bfb8a"
    ],
    "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": ""
    }
  }
]
2021-09-07T05:15:06.989Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41cebb85-3d2a-4a62-8baa-689fc22169a6
VfModuleModelInvariantUUID:a17efcfe-cc0a-430a-a0f5-28dcb4872d84
VfModuleModelDescription:NULL
Artifacts UUID List:{
854fdeae-af51-4056-b4a9-a159c4fde85f
,
3c64e42a-105c-492d-92df-8b88267bfb8a

}
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


}

2021-09-07T05:15:06.991Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a17efcfe-cc0a-430a-a0f5-28dcb4872d84",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "41cebb85-3d2a-4a62-8baa-689fc22169a6",
    "vfModuleModelCustomizationUUID": "c36ec51c-66ee-4c5a-8de8-3d1137b32ba6",
    "isBase": true,
    "artifacts": [
      "854fdeae-af51-4056-b4a9-a159c4fde85f",
      "3c64e42a-105c-492d-92df-8b88267bfb8a"
    ],
    "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": ""
    }
  }
]
2021-09-07T05:15:06.991Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41cebb85-3d2a-4a62-8baa-689fc22169a6
VfModuleModelInvariantUUID:a17efcfe-cc0a-430a-a0f5-28dcb4872d84
VfModuleModelDescription:NULL
Artifacts UUID List:{
854fdeae-af51-4056-b4a9-a159c4fde85f
,
3c64e42a-105c-492d-92df-8b88267bfb8a

}
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


}

2021-09-07T05:15:06.991Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 854fdeae-af51-4056-b4a9-a159c4fde85f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-07T05:15:06.991Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:15:06.991Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-07T05:15:07.770Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:15:07.770Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 854fdeae-af51-4056-b4a9-a159c4fde85f 5033
2021-09-07T05:15:07.771Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-07T05:15:07.771Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-07T05:15:07.771Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:15:07.771Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:07.772Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:07.772Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991707771,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:15:07.872Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:07.873Z||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.
2021-09-07T05:15:07.873Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:07.882Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:07.882Z||pool-153-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:08.773Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c64e42a-105c-492d-92df-8b88267bfb8a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-07T05:15:08.773Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:15:08.774Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-07T05:15:09.279Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:15:09.279Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 3c64e42a-105c-492d-92df-8b88267bfb8a 909
2021-09-07T05:15:09.279Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-07T05:15:09.279Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-07T05:15:09.279Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:15:09.279Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:09.281Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:09.281Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991709279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:15:09.381Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:09.381Z||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.
2021-09-07T05:15:09.382Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:09.390Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:09.390Z||pool-154-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:10.281Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4d06be47-9e8b-48f1-a8a9-1b3d186f437e
2021-09-07T05:15:10.282Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 a8a4b0b6-e526-41b1-bf77-283392039b99 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:15:10.290Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48aaaa66, org.onap.sdc.toscaparser.api.parameters.Input@26929140, org.onap.sdc.toscaparser.api.parameters.Input@5caf007c, org.onap.sdc.toscaparser.api.parameters.Input@68581504, org.onap.sdc.toscaparser.api.parameters.Input@753c7bf3]
2021-09-07T05:15:10.291Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:10.291Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:10.291Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-07T05:15:10.291Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 017880fb-189f-41da-a741-a8094be3c2ec
2021-09-07T05:15:10.291Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 017880fb-189f-41da-a741-a8094be3c2ec matches Tosca VF Customization UUID: 017880fb-189f-41da-a741-a8094be3c2ec
2021-09-07T05:15:10.292Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 017880fb-189f-41da-a741-a8094be3c2ec  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-07T05:15:10.293Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:10.293Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:10.293Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 017880fb-189f-41da-a741-a8094be3c2ec: {\"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\"}
2021-09-07T05:15:10.293Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b4671a9
2021-09-07T05:15:10.294Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:10.294Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T05:15:10.294Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c36ec51c-66ee-4c5a-8de8-3d1137b32ba6
2021-09-07T05:15:10.294Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c36ec51c-66ee-4c5a-8de8-3d1137b32ba6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-07T05:15:10.295Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:10.295Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-07T05:15:10.295Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:15:10.296Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:10.296Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-07T05:15:10.296Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:15:10.296Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:10.296Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-07T05:15:10.296Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-07T05:15:10.296Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-07T05:15:10.297Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=20eb9db4-cf3a-4148-883c-42764eda7deb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:15:10.298Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:10.298Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-07T05:15:10.298Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:15:10.298Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:10.298Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-07T05:15:10.298Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=017880fb-189f-41da-a741-a8094be3c2ec
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:15:10.299Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:10.300Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:10.300Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4d06be47-9e8b-48f1-a8a9-1b3d186f437e: basicclamp
2021-09-07T05:15:10.300Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:10.300Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:10.300Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:10.300Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:10.300Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:10.300Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:10.300Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:10.301Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:10.301Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:10.301Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:10.301Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-07T05:15:10.351Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp a8a4b0b6-e526-41b1-bf77-283392039b99 1 ASDC deployResourceStructure
2021-09-07T05:15:10.351Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-07T05:15:10.351Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-07T05:15:10.351Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:15:10.351Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:10.353Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:10.353Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991710351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:15:10.453Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:10.454Z||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.
2021-09-07T05:15:10.454Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:10.464Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:10.464Z||pool-155-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:11.354Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-07T05:15:11.354Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-07T05:15:11.354Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:15:11.354Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:11.356Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:11.356Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991711353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:15:11.456Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:11.456Z||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.
2021-09-07T05:15:11.457Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:11.465Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:11.465Z||pool-156-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:12.357Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-07T05:15:12.357Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-07T05:15:12.357Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:15:12.357Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:12.359Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:12.359Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991712356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-07T05:15:12.459Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:12.460Z||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.
2021-09-07T05:15:12.460Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:12.468Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:12.468Z||pool-157-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:13.360Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-07T05:15:13.360Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-07T05:15:13.360Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:15:13.361Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:13.362Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:13.362Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991713360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:15:13.462Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:13.463Z||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.
2021-09-07T05:15:13.463Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:13.472Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:13.472Z||pool-158-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:14.363Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7149f6eb-dcf1-4bc9-8a89-14b308f675b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:15:14.371Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7149f6eb-dcf1-4bc9-8a89-14b308f675b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:15:14.372Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:15:14.372Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T05:15:14.372Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T05:15:14.372Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T05:15:14.372Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T05:15:14.372Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||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=?
2021-09-07T05:15:14.375Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T05:15:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:15:14.431Z||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.
2021-09-07T05:15:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:14.450Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:14.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "clamp",
  "timestamp": 1630991596975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:15:14.451Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:14.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "clamp",
  "timestamp": 1630991597978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:15:14.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:14.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "clamp",
  "timestamp": 1630991599307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:15:14.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:14.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "clamp",
  "timestamp": 1630991600310,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:15:14.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:14.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "clamp",
  "timestamp": 1630991601313,
  "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=?
2021-09-07T05:15:14.456Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7149f6eb-dcf1-4bc9-8a89-14b308f675b6
2021-09-07T05:15:14.456Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7149f6eb-dcf1-4bc9-8a89-14b308f675b6 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 (?, ?, ?, ?, ?)
2021-09-07T05:15:14.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991619821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630991621780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "cds",
  "timestamp": 1630991616183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991619821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "cds",
  "timestamp": 1630991616183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630991621780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991623506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "cds",
  "timestamp": 1630991616183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630991621780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991619821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991623506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991619821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630991621780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "cds",
  "timestamp": 1630991616183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "policy-id",
  "timestamp": 1630991625238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991623506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991619821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630991621780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "cds",
  "timestamp": 1630991616183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "policy-id",
  "timestamp": 1630991625238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991623506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991619821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630991621780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "cds",
  "timestamp": 1630991616183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991627212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "policy-id",
  "timestamp": 1630991625238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991623506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630991621780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991619821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "cds",
  "timestamp": 1630991616183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991627212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "policy-id",
  "timestamp": 1630991625238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991623506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630991621780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991619821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "cds",
  "timestamp": 1630991616183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991627212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "policy-id",
  "timestamp": 1630991625238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991623506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:15:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991619821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630991621780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "cds",
  "timestamp": 1630991616183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991627212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "policy-id",
  "timestamp": 1630991625238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991623506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991627212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "policy-id",
  "timestamp": 1630991625238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "cds",
  "timestamp": 1630991631987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991623506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991627212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "policy-id",
  "timestamp": 1630991625238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "cds",
  "timestamp": 1630991633208,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2021-09-07T05:15:14.478Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eff55509-5454-43ab-b4aa-905b101e13e5
2021-09-07T05:15:14.478Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eff55509-5454-43ab-b4aa-905b101e13e5 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 (?, ?, ?, ?, ?)
2021-09-07T05:15:14.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991633760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:15:14.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:14.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991627212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "policy-id",
  "timestamp": 1630991625238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:15:14.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991634773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:15:14.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:14.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991627212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "policy-id",
  "timestamp": 1630991635686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:15:14.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:14.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991635775,
  "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=?
2021-09-07T05:15:14.489Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of eff55509-5454-43ab-b4aa-905b101e13e5
2021-09-07T05:15:14.489Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eff55509-5454-43ab-b4aa-905b101e13e5 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 (?, ?, ?, ?, ?)
2021-09-07T05:15:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991627212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:15:14.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "policy-id",
  "timestamp": 1630991636688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:15:14.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991637015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:15:14.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "policy-id",
  "timestamp": 1630991637690,
  "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=?
2021-09-07T05:15:14.497Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eff55509-5454-43ab-b4aa-905b101e13e5
2021-09-07T05:15:14.498Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eff55509-5454-43ab-b4aa-905b101e13e5 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 (?, ?, ?, ?, ?)
2021-09-07T05:15:14.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991638694,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:15:14.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:14.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a214085-5127-4025-ab24-e9e95ea0427c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991639284,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9a214085-5127-4025-ab24-e9e95ea0427c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d9428efa-b9d2-49c6-9c92-7ae2325aedbe/model-vers/model-ver/a50966cd-2069-4f21-b93c-ad45ff9d711e) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:15:14.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:14.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "clamp",
  "timestamp": 1630991638836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991639696,
  "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=?
2021-09-07T05:15:14.506Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eff55509-5454-43ab-b4aa-905b101e13e5
2021-09-07T05:15:14.506Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eff55509-5454-43ab-b4aa-905b101e13e5 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 (?, ?, ?, ?, ?)
2021-09-07T05:15:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "clamp",
  "timestamp": 1630991638836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "clamp",
  "timestamp": 1630991638836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "aai-ml",
  "timestamp": 1630991641181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "clamp",
  "timestamp": 1630991638836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "aai-ml",
  "timestamp": 1630991641181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "clamp",
  "timestamp": 1630991638836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "aai-ml",
  "timestamp": 1630991641181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "clamp",
  "timestamp": 1630991638836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "aai-ml",
  "timestamp": 1630991641181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "clamp",
  "timestamp": 1630991638836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:15:14.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "aai-ml",
  "timestamp": 1630991641181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "clamp",
  "timestamp": 1630991638836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:15:14.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "aai-ml",
  "timestamp": 1630991641181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "clamp",
  "timestamp": 1630991638836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:15:14.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "aai-ml",
  "timestamp": 1630991641181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T05:15:14.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "aai-ml",
  "timestamp": 1630991641181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:14.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "aai-ml",
  "timestamp": 1630991641181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:15:14.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:15:14.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:15:14.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "aai-ml",
  "timestamp": 1630991651102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:15:14.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:14.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991652672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:15:14.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:14.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:15:14.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "clamp",
  "timestamp": 1630991653507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:15:14.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:15:44.375Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7149f6eb-dcf1-4bc9-8a89-14b308f675b6 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=?
2021-09-07T05:15:44.379Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7149f6eb-dcf1-4bc9-8a89-14b308f675b6 and serviceModelVersionId: 4d06be47-9e8b-48f1-a8a9-1b3d186f437e
2021-09-07T05:15:44.380Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2271062d-c852-45a2-ab95-42a8ff84b4e1
2021-09-07T05:15:44.380Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e?depth=0
2021-09-07T05:15:44.384Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T05:15:44.406Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e?depth=0|INFO|500||Invoke
2021-09-07T05:15:44.407Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7149f6eb-dcf1-4bc9-8a89-14b308f675b6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[282fc6de-a5d7-4a73-a178-89b99111f6d0], X-ECOMP-RequestID=[7149f6eb-dcf1-4bc9-8a89-14b308f675b6], X-TransactionId=[], X-ONAP-RequestID=[7149f6eb-dcf1-4bc9-8a89-14b308f675b6], Content-Type=[application/merge-patch+json]}
2021-09-07T05:15:44.422Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T05:15:44.477Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210907-05:15:44:427-94847], Content-Length=[495], Date=[Tue, 07 Sep 2021 05:15:44 GMT], Content-Type=[application/json]}
2021-09-07T05:15:44.478Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e?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/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e","ERR.5.4.6114"]}}}

2021-09-07T05:15:44.479Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T05:15:44.482Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7149f6eb-dcf1-4bc9-8a89-14b308f675b6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e) (ec=ERR.5.4.6114)
2021-09-07T05:15:44.482Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7149f6eb-dcf1-4bc9-8a89-14b308f675b6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e) (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)
2021-09-07T05:15:44.482Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7149f6eb-dcf1-4bc9-8a89-14b308f675b6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e) (ec=ERR.5.4.6114)
2021-09-07T05:15:44.483Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7149f6eb-dcf1-4bc9-8a89-14b308f675b6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:15:44.486Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-07T05:15:44.486Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7149f6eb-dcf1-4bc9-8a89-14b308f675b6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7149f6eb-dcf1-4bc9-8a89-14b308f675b6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e) (ec=ERR.5.4.6114)
2021-09-07T05:15:44.486Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T05:15:44.486Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:44.488Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:44.488Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991744486,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7149f6eb-dcf1-4bc9-8a89-14b308f675b6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:15:44.588Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:44.589Z||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.
2021-09-07T05:15:44.589Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:44.602Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:44.602Z||pool-159-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-07T05:15:45.496Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:15:45.496Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"eff55509-5454-43ab-b4aa-905b101e13e5","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06","serviceDescription":"service","serviceInvariantUUID":"44f02e47-cd12-40d9-909c-309ba9d0acbd","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fa69dfe7-9ad4-4795-83c1-b08dd765b1e0","resourceInvariantUUID":"56873e50-1ffb-442e-a23a-8dedcbdab5b3","resourceCustomizationUUID":"601daf00-4e23-4387-9ca5-04ce0a93faba","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":"MmMyMGVhM2ZkM2Q4OTViZjIxOGNmZDEyMGVjNzQ2YjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a92e280-f4bc-4d9b-860a-0b18490591aa","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":"7564728c-76bd-4736-a88c-98660a41fbaf","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":"01e79ce7-c0b5-4661-aef2-922e8ab2faa8","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":"Y2I4ZmRkMTJhODM0NzYxYjE0MGNiNzYyNzViMGJmZTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ae42381a-cc20-47ee-a858-12615ca135e5","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":"6c2cda19-120c-4ae5-8200-30555cc44a14","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":"24a11af4-075b-4995-b7f7-93bf3801a12e","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":"b6b09ea6-142d-4018-b9e2-2f9653e8bb35","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":"NzJkMjNkNGFmZjFkNDFhYzI3MDJhODM5ZTQwZjBiZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ec10376-2d08-4d3c-9978-87206e978bdb","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDI0MjQyODJkNjZiN2M1YTA1NDYzMzJlNDM5N2MxYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f969817-509e-4ba6-99e1-05b9cc5ee34f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T05:15:45.497Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:15:45.497Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:45.498Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:45.498Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:45.599Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:45.599Z||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.
2021-09-07T05:15:45.599Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:45.608Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:45.609Z||pool-160-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:46.499Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:15:46.500Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:46.501Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:46.501Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:46.602Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-07T05:15:46.602Z||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.
2021-09-07T05:15:46.602Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:46.610Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:46.611Z||pool-161-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:47.502Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:15:47.503Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:47.504Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:47.504Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:47.604Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:47.605Z||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.
2021-09-07T05:15:47.605Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:47.613Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:47.613Z||pool-162-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:48.505Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:15:48.506Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:48.507Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:48.507Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:48.607Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:48.608Z||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.
2021-09-07T05:15:48.608Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:48.616Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:48.616Z||pool-163-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:49.508Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:15:49.508Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:49.510Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:49.510Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:49.610Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:49.610Z||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.
2021-09-07T05:15:49.611Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:49.619Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:49.619Z||pool-164-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:50.510Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:15:50.511Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:50.513Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:50.513Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:50.613Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-07T05:15:50.614Z||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.
2021-09-07T05:15:50.614Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:50.623Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:50.623Z||pool-165-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:51.514Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:15:51.514Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:51.516Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:51.516Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:51.616Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:51.617Z||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.
2021-09-07T05:15:51.617Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:51.625Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:51.625Z||pool-166-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:52.516Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:15:52.517Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:52.519Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:52.519Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:15:52.619Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:52.620Z||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.
2021-09-07T05:15:52.620Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:52.627Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:52.628Z||pool-167-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:53.520Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:15:53.521Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:53.522Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:53.522Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:15:53.622Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:53.623Z||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.
2021-09-07T05:15:53.623Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:53.631Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:53.631Z||pool-168-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:54.523Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "44f02e47-cd12-40d9-909c-309ba9d0acbd",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "601daf00-4e23-4387-9ca5-04ce0a93faba",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fa69dfe7-9ad4-4795-83c1-b08dd765b1e0",
      "resourceInvariantUUID": "56873e50-1ffb-442e-a23a-8dedcbdab5b3",
      "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": "MDI0MjQyODJkNjZiN2M1YTA1NDYzMzJlNDM5N2MxYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f969817-509e-4ba6-99e1-05b9cc5ee34f"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T05:15:54.524Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T05:15:54.524Z|7149f6eb-dcf1-4bc9-8a89-14b308f675b6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06 ASDC
2021-09-07T05:15:54.524Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:eff55509-5454-43ab-b4aa-905b101e13e5
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06
ServiceInvariantUUID:44f02e47-cd12-40d9-909c-309ba9d0acbd
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:1f969817-509e-4ba6-99e1-05b9cc5ee34f
ArtifactChecksum:MDI0MjQyODJkNjZiN2M1YTA1NDYzMzJlNDM5N2MxYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:601daf00-4e23-4387-9ca5-04ce0a93faba
ResourceInvariantUUID:56873e50-1ffb-442e-a23a-8dedcbdab5b3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:fa69dfe7-9ad4-4795-83c1-b08dd765b1e0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-07T05:15:54.524Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06 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=?
2021-09-07T05:15:54.544Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:15:54.545Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:15:54.545Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:15:54.545Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1f969817-509e-4ba6-99e1-05b9cc5ee34f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-07T05:15:54.545Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:15:54.545Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-07T05:15:55.084Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:15:55.087Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1f969817-509e-4ba6-99e1-05b9cc5ee34f 105546
2021-09-07T05:15:55.088Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-07T05:15:55.088Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-07T05:15:55.088Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:15:55.088Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:55.090Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:55.090Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991755088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:15:55.190Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:55.191Z||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.
2021-09-07T05:15:55.191Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:55.199Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:55.200Z||pool-169-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:56.090Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:15:56.093Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:15:56.093Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1f969817-509e-4ba6-99e1-05b9cc5ee34f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-07T05:15:56.093Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-07T05:15:56.093Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-07T05:15:56.093Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-07T05:15:56.174Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16957081090719361478/Definitions/service-TestPnfMacro-template.yml
2021-09-07T05:15:56.708Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T05:15:56.709Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:15:56.709Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-07T05:15:56.709Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-07T05:15:56.709Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||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
2021-09-07T05:15:56.709Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||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
2021-09-07T05:15:56.709Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||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
2021-09-07T05:15:56.709Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||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
2021-09-07T05:15:56.709Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-07T05:15:56.710Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-07T05:15:56.710Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-07T05:15:56.710Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:15:56.710Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:56.710Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:56.710Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-07T05:15:56.710Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:15:56.711Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:15:56.711Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:56.711Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:56.711Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-07T05:15:56.711Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:15:56.711Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:15:56.711Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:56.712Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:56.712Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:56.712Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:56.712Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:56.712Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:56.712Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:56.712Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:56.713Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:56.713Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:56.713Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06
Model Version:NULL
Model InvariantUuid:44f02e47-cd12-40d9-909c-309ba9d0acbd
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T05:15:56.717Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: fa69dfe7-9ad4-4795-83c1-b08dd765b1e0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:15:56.719Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||test-pnf 0
2021-09-07T05:15:56.719Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fa69dfe7-9ad4-4795-83c1-b08dd765b1e0
2021-09-07T05:15:56.719Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||No resources found for Service: f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06
2021-09-07T05:15:56.720Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06
2021-09-07T05:15:56.720Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 fa69dfe7-9ad4-4795-83c1-b08dd765b1e0 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:15:56.723Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@185d7425, org.onap.sdc.toscaparser.api.parameters.Input@21ecb7f6, org.onap.sdc.toscaparser.api.parameters.Input@716fac1f, org.onap.sdc.toscaparser.api.parameters.Input@5fbde213, org.onap.sdc.toscaparser.api.parameters.Input@2c32599d]
2021-09-07T05:15:56.723Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:56.723Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:56.723Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06: test-pnf
2021-09-07T05:15:56.723Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||Processing PNF resource: fa69dfe7-9ad4-4795-83c1-b08dd765b1e0
2021-09-07T05:15:56.724Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:15:56.724Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:15:56.724Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||Resource customization UUID: 601daf00-4e23-4387-9ca5-04ce0a93faba is the same as notified resource customizationUUID: 601daf00-4e23-4387-9ca5-04ce0a93faba
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-09-07T05:15:56.743Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf fa69dfe7-9ad4-4795-83c1-b08dd765b1e0 0 ASDC deployResourceStructure
2021-09-07T05:15:56.743Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-07T05:15:56.743Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-07T05:15:56.744Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:15:56.744Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:15:56.745Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:15:56.745Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991756743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:15:56.845Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:15:56.846Z||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.
2021-09-07T05:15:56.846Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:15:56.855Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:15:56.855Z||pool-170-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:15:57.746Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eff55509-5454-43ab-b4aa-905b101e13e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:15:57.753Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eff55509-5454-43ab-b4aa-905b101e13e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:15:57.754Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:15:57.754Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:15:57.754Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:16:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:16:14.431Z||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.
2021-09-07T05:16:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:16:14.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:16:14.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:16:14.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "aai-ml",
  "timestamp": 1630991654387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T05:16:14.450Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:16:27.754Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eff55509-5454-43ab-b4aa-905b101e13e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:16:27.761Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eff55509-5454-43ab-b4aa-905b101e13e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:16:27.762Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:16:27.762Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:16:27.762Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:16:57.763Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eff55509-5454-43ab-b4aa-905b101e13e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:16:57.769Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eff55509-5454-43ab-b4aa-905b101e13e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:16:57.770Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:16:57.770Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:16:57.770Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:17:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:17:14.431Z||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.
2021-09-07T05:17:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:17:14.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:17:14.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "clamp",
  "timestamp": 1630991654995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:17:14.450Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "aai-ml",
  "timestamp": 1630991655390,
  "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=?
2021-09-07T05:17:14.455Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of eff55509-5454-43ab-b4aa-905b101e13e5
2021-09-07T05:17:14.455Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eff55509-5454-43ab-b4aa-905b101e13e5 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 (?, ?, ?, ?, ?)
2021-09-07T05:17:14.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991655515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:17:14.461Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "clamp",
  "timestamp": 1630991655998,
  "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=?
2021-09-07T05:17:14.464Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eff55509-5454-43ab-b4aa-905b101e13e5
2021-09-07T05:17:14.465Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId eff55509-5454-43ab-b4aa-905b101e13e5 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 (?, ?, ?, ?, ?)
2021-09-07T05:17:14.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991656658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:17:14.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991657792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:17:14.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991658942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/vfw6a2a9bb513fc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:17:14.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991659945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:17:14.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991660947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/resourceInstances/vfw6a2a9bb513fc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991661950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907050956/1.0/artifacts/service-Vfw20210907050956-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c56cf4c5-d31c-4be4-99bf-bbaf5490a6ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991693067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc56cf4c5-d31c-4be4-99bf-bbaf5490a6ca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e9c8e16e-8ba5-407e-aac4-9ff5b2d45079/model-vers/model-ver/69623cdf-7917-4c6c-8f20-db1297584377) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:17:14.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991703079,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991705984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991707771,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991709279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991710351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991711353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991712356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991713360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:17:14.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:17:27.770Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eff55509-5454-43ab-b4aa-905b101e13e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:17:27.777Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eff55509-5454-43ab-b4aa-905b101e13e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:17:27.778Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:17:27.778Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T05:17:27.778Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T05:17:27.779Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T05:17:27.779Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-07T05:17:27.779Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T05:17:27.779Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||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=?
2021-09-07T05:17:27.782Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T05:17:57.782Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eff55509-5454-43ab-b4aa-905b101e13e5 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=?
2021-09-07T05:17:57.787Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eff55509-5454-43ab-b4aa-905b101e13e5 and serviceModelVersionId: f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06
2021-09-07T05:17:57.787Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44f02e47-cd12-40d9-909c-309ba9d0acbd
2021-09-07T05:17:57.788Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06?depth=0
2021-09-07T05:17:57.792Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T05:17:57.813Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06?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]}
2021-09-07T05:17:57.814Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06?depth=0|INFO|500||Invoke
2021-09-07T05:17:57.828Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T05:17:57.853Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T05:17:57.853Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210907-05:17:57:838-463], Content-Length=[495], Date=[Tue, 07 Sep 2021 05:17:57 GMT], Content-Type=[application/json]}
2021-09-07T05:17:57.853Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06","ERR.5.4.6114"]}}}

2021-09-07T05:17:57.856Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=eff55509-5454-43ab-b4aa-905b101e13e5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06) (ec=ERR.5.4.6114)
2021-09-07T05:17:57.856Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=eff55509-5454-43ab-b4aa-905b101e13e5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06) (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)
2021-09-07T05:17:57.856Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=eff55509-5454-43ab-b4aa-905b101e13e5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06) (ec=ERR.5.4.6114)
2021-09-07T05:17:57.856Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=eff55509-5454-43ab-b4aa-905b101e13e5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:17:57.859Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-07T05:17:57.859Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eff55509-5454-43ab-b4aa-905b101e13e5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=eff55509-5454-43ab-b4aa-905b101e13e5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06) (ec=ERR.5.4.6114)
2021-09-07T05:17:57.860Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T05:17:57.860Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:17:57.861Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:17:57.861Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991877859,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003deff55509-5454-43ab-b4aa-905b101e13e5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:17:57.961Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:17:57.962Z||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.
2021-09-07T05:17:57.962Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:17:57.973Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:17:57.973Z||pool-171-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-07T05:17:58.871Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:17:58.871Z|eff55509-5454-43ab-b4aa-905b101e13e5|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.
2021-09-07T05:17:58.871Z|eff55509-5454-43ab-b4aa-905b101e13e5|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:18:03.141Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:18:03.142Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:18:03.142Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0e713f99-67e4-4f5a-84b6-4d94ffe42e80","serviceName":"Demo_pNF_hMAs8smzQUi1aeIdZ03i","serviceVersion":"1.0","serviceUUID":"c58574f3-2c16-40be-a171-d258b405c5e7","serviceDescription":"catalog service description","serviceInvariantUUID":"8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c","resources":[{"resourceInstanceName":"pNF 43d38c4d-5b22 0","resourceName":"pNF 43d38c4d-5b22","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"69d55316-6ee7-4845-8198-8b0e23e0994a","resourceInvariantUUID":"583c4075-e018-48ce-b0a7-1050b4d2c684","resourceCustomizationUUID":"4da87fd4-b709-47eb-b2ec-20bd3b50e602","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vf-license-model.xml","artifactChecksum":"MTU3MDc0ZWQ4OGUxMmU5YWQ0MWFiZjAwNWU3MjU5ZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8f74af5a-5284-4ad8-a5d9-2618da1c241f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/pNF.csar","artifactChecksum":"YjQxYjk4NmYwYjY2ZjJjZTU5ZjgxMmIwYzU4NWI4NDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5de8720e-c902-4c50-b5fc-c7c7df1b1e46","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"369f1da6-a13d-4ebf-85bd-23d1b4af78a5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vendor-license-model.xml","artifactChecksum":"NjRmYmY5OThjMzliMWVlN2RjZGY2NmQ2MjJjODgwOTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14a9782d-3798-4db8-8877-af0c6499cf19","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a20461f-041f-4436-abbb-f0de2ab4d129","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a0520c5-f3f6-4b4c-8020-08eb123f68b2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHmas8smzqui1aeidz03i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-template.yml","artifactChecksum":"ZmRjMjU4NzhjYjBiMTA5ZDhlNGU2MGFlNTUxY2Q5ODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2f83abe-00b9-4a1c-8964-6c84a955169c","artifactVersion":"1"},{"artifactName":"service-DemoPnfHmas8smzqui1aeidz03i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar","artifactChecksum":"ZTY1YmM1MTQ0ZDNjN2UzNGI3Mzg3ZWUyM2M5ZDBhZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07f1abab-d144-45a5-a1e1-a701d15b567a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T05:18:03.143Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:18:03.143Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:18:03.144Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:18:03.144Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:03.244Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:18:03.245Z||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.
2021-09-07T05:18:03.245Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:18:03.254Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:18:03.254Z||pool-172-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:18:04.145Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:18:04.145Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:18:04.146Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:18:04.146Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:04.247Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-07T05:18:04.247Z||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.
2021-09-07T05:18:04.247Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:18:04.255Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:18:04.256Z||pool-173-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:18:05.147Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:18:05.147Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:18:05.149Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:18:05.149Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:05.249Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:18:05.250Z||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.
2021-09-07T05:18:05.250Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:18:05.257Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:18:05.258Z||pool-174-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:18:06.150Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:18:06.150Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:18:06.151Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:18:06.151Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:06.252Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:18:06.253Z||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.
2021-09-07T05:18:06.253Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:18:06.261Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:18:06.261Z||pool-175-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:18:07.152Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:18:07.153Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:18:07.154Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:18:07.154Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:07.254Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:18:07.255Z||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.
2021-09-07T05:18:07.255Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:18:07.263Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:18:07.263Z||pool-176-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:18:08.155Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:18:08.155Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:18:08.157Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:18:08.157Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:08.257Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:18:08.257Z||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.
2021-09-07T05:18:08.257Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:18:08.266Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:18:08.267Z||pool-177-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:18:09.157Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:18:09.158Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:18:09.159Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:18:09.159Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:09.259Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:18:09.260Z||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.
2021-09-07T05:18:09.260Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:18:09.268Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:18:09.268Z||pool-178-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:18:10.160Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:18:10.161Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:18:10.162Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:18:10.162Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:18:10.262Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:18:10.263Z||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.
2021-09-07T05:18:10.263Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:18:10.271Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:18:10.271Z||pool-179-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:18:11.163Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "serviceName": "Demo_pNF_hMAs8smzQUi1aeIdZ03i",
  "serviceVersion": "1.0",
  "serviceUUID": "c58574f3-2c16-40be-a171-d258b405c5e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c",
  "resources": [
    {
      "resourceInstanceName": "pNF 43d38c4d-5b22 0",
      "resourceCustomizationUUID": "4da87fd4-b709-47eb-b2ec-20bd3b50e602",
      "resourceName": "pNF 43d38c4d-5b22",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "69d55316-6ee7-4845-8198-8b0e23e0994a",
      "resourceInvariantUUID": "583c4075-e018-48ce-b0a7-1050b4d2c684",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
      "artifactChecksum": "ZTY1YmM1MTQ0ZDNjN2UzNGI3Mzg3ZWUyM2M5ZDBhZjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "07f1abab-d144-45a5-a1e1-a701d15b567a"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T05:18:11.164Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T05:18:11.164Z|eff55509-5454-43ab-b4aa-905b101e13e5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c58574f3-2c16-40be-a171-d258b405c5e7 ASDC
2021-09-07T05:18:11.164Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0e713f99-67e4-4f5a-84b6-4d94ffe42e80
ServiceName:Demo_pNF_hMAs8smzQUi1aeIdZ03i
ServiceVersion:1.0
ServiceUUID:c58574f3-2c16-40be-a171-d258b405c5e7
ServiceInvariantUUID:8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
ArtifactUUID:07f1abab-d144-45a5-a1e1-a701d15b567a
ArtifactChecksum:ZTY1YmM1MTQ0ZDNjN2UzNGI3Mzg3ZWUyM2M5ZDBhZjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 43d38c4d-5b22 0
ResourceCustomizationUUID:4da87fd4-b709-47eb-b2ec-20bd3b50e602
ResourceInvariantUUID:583c4075-e018-48ce-b0a7-1050b4d2c684
ResourceName:pNF 43d38c4d-5b22
ResourceType:PNF
ResourceUUID:69d55316-6ee7-4845-8198-8b0e23e0994a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-07T05:18:11.164Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c58574f3-2c16-40be-a171-d258b405c5e7 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 (?, ?, ?, ?, ?)
2021-09-07T05:18:11.179Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:18:11.180Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:18:11.180Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:18:11.180Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 07f1abab-d144-45a5-a1e1-a701d15b567a from URL: /sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:11.181Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-07T05:18:11.181Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:11.686Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-07T05:18:11.688Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar 07f1abab-d144-45a5-a1e1-a701d15b567a 82534
2021-09-07T05:18:11.688Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar ASDC sendASDCNotification
2021-09-07T05:18:11.689Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:11.689Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:18:11.689Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:18:11.690Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:18:11.690Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991891688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:18:11.790Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:18:11.791Z||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.
2021-09-07T05:18:11.791Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:18:11.799Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:18:11.799Z||pool-180-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:18:12.690Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:18:12.691Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-07T05:18:12.692Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 07f1abab-d144-45a5-a1e1-a701d15b567a, URL: /sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar to file: /app/ASDC/1/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:12.692Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:12.692Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:12.692Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:12.765Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP913052005455239133/Definitions/service-DemoPnfHmas8smzqui1aeidz03i-template.yml
2021-09-07T05:18:13.283Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T05:18:13.283Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:18:13.283Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:13.284Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-07T05:18:13.284Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||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-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:13.284Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:13.284Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||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-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:13.284Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:13.284Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:13.284Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:13.284Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 43d38c4d-5b22 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-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:13.284Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-07T05:18:13.285Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:18:13.285Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hMAs8smzQUi1aeIdZ03i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:18:13.285Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Node template pNF 43d38c4d-5b22 0 is matching search criteria
2021-09-07T05:18:13.285Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:18:13.285Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 43d38c4d-5b22 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:18:13.285Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:18:13.286Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hMAs8smzQUi1aeIdZ03i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:18:13.286Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Node template pNF 43d38c4d-5b22 0 is matching search criteria
2021-09-07T05:18:13.286Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-07T05:18:13.286Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 43d38c4d-5b22 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:18:13.286Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:18:13.286Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hMAs8smzQUi1aeIdZ03i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:18:13.287Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:18:13.287Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hMAs8smzQUi1aeIdZ03i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:18:13.287Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:18:13.287Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hMAs8smzQUi1aeIdZ03i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:18:13.287Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:18:13.287Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hMAs8smzQUi1aeIdZ03i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:18:13.287Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:18:13.288Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hMAs8smzQUi1aeIdZ03i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:18:13.288Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hMAs8smzQUi1aeIdZ03i
Description:catalog service description
Model UUID:c58574f3-2c16-40be-a171-d258b405c5e7
Model Version:NULL
Model InvariantUuid:8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T05:18:13.293Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 69d55316-6ee7-4845-8198-8b0e23e0994a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:18:13.295Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||pNF 43d38c4d-5b22 0
2021-09-07T05:18:13.295Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 69d55316-6ee7-4845-8198-8b0e23e0994a
2021-09-07T05:18:13.295Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||No resources found for Service: c58574f3-2c16-40be-a171-d258b405c5e7
2021-09-07T05:18:13.295Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c58574f3-2c16-40be-a171-d258b405c5e7
2021-09-07T05:18:13.295Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 43d38c4d-5b22 0 69d55316-6ee7-4845-8198-8b0e23e0994a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:18:13.298Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c21d759, org.onap.sdc.toscaparser.api.parameters.Input@8bcddd5, org.onap.sdc.toscaparser.api.parameters.Input@774070f4, org.onap.sdc.toscaparser.api.parameters.Input@3b7d5339, org.onap.sdc.toscaparser.api.parameters.Input@69b4d010]
2021-09-07T05:18:13.298Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:18:13.298Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hMAs8smzQUi1aeIdZ03i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:18:13.298Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c58574f3-2c16-40be-a171-d258b405c5e7: pNF 43d38c4d-5b22
2021-09-07T05:18:13.298Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Processing PNF resource: 69d55316-6ee7-4845-8198-8b0e23e0994a
2021-09-07T05:18:13.298Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:18:13.299Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hMAs8smzQUi1aeIdZ03i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:18:13.299Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Resource customization UUID: 4da87fd4-b709-47eb-b2ec-20bd3b50e602 is the same as notified resource customizationUUID: 4da87fd4-b709-47eb-b2ec-20bd3b50e602
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-09-07T05:18:13.317Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 43d38c4d-5b22 69d55316-6ee7-4845-8198-8b0e23e0994a 0 ASDC deployResourceStructure
2021-09-07T05:18:13.317Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar ASDC sendASDCNotification
2021-09-07T05:18:13.317Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar
2021-09-07T05:18:13.317Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:18:13.317Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:18:13.319Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:18:13.319Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991893317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:18:13.419Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:18:13.419Z||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.
2021-09-07T05:18:13.420Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:18:13.428Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:18:13.428Z||pool-181-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:18:14.319Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e713f99-67e4-4f5a-84b6-4d94ffe42e80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:18:14.327Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e713f99-67e4-4f5a-84b6-4d94ffe42e80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:18:14.328Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:18:14.328Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:18:14.328Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:18:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:18:14.431Z||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.
2021-09-07T05:18:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:18:14.451Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:18:14.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991717212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991717212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991719821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991717212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991719821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991717212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "cds",
  "timestamp": 1630991721183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "dcae-sch",
  "timestamp": 1630991721780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991719821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991717212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "cds",
  "timestamp": 1630991721183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "dcae-sch",
  "timestamp": 1630991721780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991719821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991717212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "cds",
  "timestamp": 1630991721183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991723506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "dcae-sch",
  "timestamp": 1630991721780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991719821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991717212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "cds",
  "timestamp": 1630991721183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991723506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "dcae-sch",
  "timestamp": 1630991721780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991719821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991717212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:18:14.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "cds",
  "timestamp": 1630991721183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "policy-id",
  "timestamp": 1630991725238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991723506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "dcae-sch",
  "timestamp": 1630991721780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991719821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "cds",
  "timestamp": 1630991721183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "policy-id",
  "timestamp": 1630991725238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991723506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991727215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:18:14.461Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:18:14.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "dcae-sch",
  "timestamp": 1630991721780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630991719821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:18:14.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "cds",
  "timestamp": 1630991721183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "policy-id",
  "timestamp": 1630991725238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991723506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "dcae-sch",
  "timestamp": 1630991721780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "cds",
  "timestamp": 1630991721183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:18:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "policy-id",
  "timestamp": 1630991725238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991728915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:18:14.463Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:18:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991723506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:18:14.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "dcae-sch",
  "timestamp": 1630991721780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "clamp",
  "timestamp": 1630991728836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "policy-id",
  "timestamp": 1630991725238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630991729918,
  "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=?
2021-09-07T05:18:14.468Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e713f99-67e4-4f5a-84b6-4d94ffe42e80
2021-09-07T05:18:14.468Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e713f99-67e4-4f5a-84b6-4d94ffe42e80 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 (?, ?, ?, ?, ?)
2021-09-07T05:18:14.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "cds",
  "timestamp": 1630991729967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:18:14.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:18:14.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991723506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "clamp",
  "timestamp": 1630991728836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "policy-id",
  "timestamp": 1630991725238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "cds",
  "timestamp": 1630991730973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-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=?
2021-09-07T05:18:14.477Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0e713f99-67e4-4f5a-84b6-4d94ffe42e80
2021-09-07T05:18:14.478Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e713f99-67e4-4f5a-84b6-4d94ffe42e80 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 (?, ?, ?, ?, ?)
2021-09-07T05:18:14.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991723506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "clamp",
  "timestamp": 1630991728836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "aai-ml",
  "timestamp": 1630991731181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "policy-id",
  "timestamp": 1630991725238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "clamp",
  "timestamp": 1630991728836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991732691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:18:14.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:18:14.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "aai-ml",
  "timestamp": 1630991731181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "policy-id",
  "timestamp": 1630991725238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:18:14.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "clamp",
  "timestamp": 1630991728836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991733709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:18:14.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:18:14.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "aai-ml",
  "timestamp": 1630991731181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "clamp",
  "timestamp": 1630991728836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630991734712,
  "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=?
2021-09-07T05:18:14.488Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0e713f99-67e4-4f5a-84b6-4d94ffe42e80
2021-09-07T05:18:14.488Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e713f99-67e4-4f5a-84b6-4d94ffe42e80 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 (?, ?, ?, ?, ?)
2021-09-07T05:18:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "aai-ml",
  "timestamp": 1630991731181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "policy-id",
  "timestamp": 1630991734882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:18:14.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:18:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "clamp",
  "timestamp": 1630991728836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "aai-ml",
  "timestamp": 1630991731181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "policy-id",
  "timestamp": 1630991735887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:18:14.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:18:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "clamp",
  "timestamp": 1630991728836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:18:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "aai-ml",
  "timestamp": 1630991731181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "policy-id",
  "timestamp": 1630991736889,
  "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=?
2021-09-07T05:18:14.498Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e713f99-67e4-4f5a-84b6-4d94ffe42e80
2021-09-07T05:18:14.498Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e713f99-67e4-4f5a-84b6-4d94ffe42e80 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 (?, ?, ?, ?, ?)
2021-09-07T05:18:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "aai-ml",
  "timestamp": 1630991731181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "aai-ml",
  "timestamp": 1630991731181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:18:14.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "aai-ml",
  "timestamp": 1630991741099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:18:14.509Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:18:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7149f6eb-dcf1-4bc9-8a89-14b308f675b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991744486,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7149f6eb-dcf1-4bc9-8a89-14b308f675b6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2271062d-c852-45a2-ab95-42a8ff84b4e1/model-vers/model-ver/4d06be47-9e8b-48f1-a8a9-1b3d186f437e) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:18:14.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:18:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "aai-ml",
  "timestamp": 1630991744790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T05:18:14.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:18:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "aai-ml",
  "timestamp": 1630991745793,
  "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=?
2021-09-07T05:18:14.513Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0e713f99-67e4-4f5a-84b6-4d94ffe42e80
2021-09-07T05:18:14.513Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e713f99-67e4-4f5a-84b6-4d94ffe42e80 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 (?, ?, ?, ?, ?)
2021-09-07T05:18:14.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "clamp",
  "timestamp": 1630991746001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:18:14.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:18:14.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "clamp",
  "timestamp": 1630991747017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:18:14.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:18:14.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "clamp",
  "timestamp": 1630991748020,
  "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=?
2021-09-07T05:18:14.522Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0e713f99-67e4-4f5a-84b6-4d94ffe42e80
2021-09-07T05:18:14.522Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e713f99-67e4-4f5a-84b6-4d94ffe42e80 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 (?, ?, ?, ?, ?)
2021-09-07T05:18:14.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:18:14.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991640295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:18:14.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:18:14.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991755088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:18:14.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:18:14.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:18:14.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991756743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:18:14.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:18:44.329Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e713f99-67e4-4f5a-84b6-4d94ffe42e80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:18:44.336Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e713f99-67e4-4f5a-84b6-4d94ffe42e80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:18:44.337Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:18:44.337Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T05:18:44.338Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T05:18:44.338Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T05:18:44.338Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-07T05:18:44.338Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T05:18:44.338Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||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=?
2021-09-07T05:18:44.341Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T05:19:14.341Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0e713f99-67e4-4f5a-84b6-4d94ffe42e80 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=?
2021-09-07T05:19:14.345Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0e713f99-67e4-4f5a-84b6-4d94ffe42e80 and serviceModelVersionId: c58574f3-2c16-40be-a171-d258b405c5e7
2021-09-07T05:19:14.345Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c
2021-09-07T05:19:14.345Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7?depth=0
2021-09-07T05:19:14.349Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T05:19:14.370Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7?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]}
2021-09-07T05:19:14.371Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7?depth=0|INFO|500||Invoke
2021-09-07T05:19:14.386Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T05:19:14.431Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:19:14.431Z||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.
2021-09-07T05:19:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:19:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T05:19:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210907-05:19:14:392-35824], Content-Length=[495], Date=[Tue, 07 Sep 2021 05:19:14 GMT], Content-Type=[application/json]}
2021-09-07T05:19:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7","ERR.5.4.6114"]}}}

2021-09-07T05:19:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0e713f99-67e4-4f5a-84b6-4d94ffe42e80 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7) (ec=ERR.5.4.6114)
2021-09-07T05:19:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0e713f99-67e4-4f5a-84b6-4d94ffe42e80 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7) (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)
2021-09-07T05:19:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0e713f99-67e4-4f5a-84b6-4d94ffe42e80 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7) (ec=ERR.5.4.6114)
2021-09-07T05:19:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0e713f99-67e4-4f5a-84b6-4d94ffe42e80 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:19:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-07T05:19:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0e713f99-67e4-4f5a-84b6-4d94ffe42e80 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0e713f99-67e4-4f5a-84b6-4d94ffe42e80 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7) (ec=ERR.5.4.6114)
2021-09-07T05:19:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T05:19:14.465Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:19:14.466Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:19:14.466Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991954464,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0e713f99-67e4-4f5a-84b6-4d94ffe42e80 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:19:14.567Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-07T05:19:14.567Z||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.
2021-09-07T05:19:14.567Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:19:14.576Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:19:14.576Z||pool-182-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:19:14.584Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:19:14.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:19:14.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eff55509-5454-43ab-b4aa-905b101e13e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991877859,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003deff55509-5454-43ab-b4aa-905b101e13e5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/44f02e47-cd12-40d9-909c-309ba9d0acbd/model-vers/model-ver/f9ccaabc-7ac9-4c5e-b0c2-41a53bd7df06) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:19:14.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:19:14.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:19:14.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:19:14.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:19:14.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/resourceInstances/pnf43d38c4d5b220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991878870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991891688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:19:14.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:19:14.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:19:14.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991893317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmas8smzqui1aeidz03i/1.0/artifacts/service-DemoPnfHmas8smzqui1aeidz03i-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:19:14.587Z||pool-2-thread-2|||||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=?
2021-09-07T05:19:15.477Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:19:15.477Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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.
2021-09-07T05:19:15.477Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:19:25.010Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:19:25.010Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:19:25.011Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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.
2021-09-07T05:19:25.011Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:19:34.540Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:19:34.541Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:19:34.541Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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.
2021-09-07T05:19:34.541Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:19:44.070Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:19:44.071Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:19:44.072Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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.
2021-09-07T05:19:44.072Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:19:53.603Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:19:53.603Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:19:53.604Z||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.
2021-09-07T05:19:53.604Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:20:03.137Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:20:03.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:20:03.138Z||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.
2021-09-07T05:20:03.138Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:20:12.670Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:20:14.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:20:14.429Z||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.
2021-09-07T05:20:14.429Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:20:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:20:14.431Z||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.
2021-09-07T05:20:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:20:14.949Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:20:14.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-07T05:20:14.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0e713f99-67e4-4f5a-84b6-4d94ffe42e80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630991954464,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0e713f99-67e4-4f5a-84b6-4d94ffe42e80 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8093b0a0-09bc-42f2-8b9d-dd68d7fcd66c/model-vers/model-ver/c58574f3-2c16-40be-a171-d258b405c5e7) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:20:14.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:20:23.960Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:21:14.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:21:14.429Z||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.
2021-09-07T05:21:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:21:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:21:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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.
2021-09-07T05:21:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:21:23.961Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:21:23.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:14.429Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:22:14.430Z||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.
2021-09-07T05:22:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:22:14.431Z||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.
2021-09-07T05:22:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:15.050Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:15.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ca6fa2a-56d8-4043-844d-cb747812258b","serviceName":"vFW 2021-09-07 05-19-45","serviceVersion":"1.0","serviceUUID":"9058b0a6-2756-4507-96f4-8a153a6b4df3","serviceDescription":"catalog service description","serviceInvariantUUID":"a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4","resources":[{"resourceInstanceName":"vFW aff9ece9-d360 0","resourceName":"vFW aff9ece9-d360","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb58d085-6ec9-43ce-85e7-489cc4661903","resourceInvariantUUID":"2718a94a-357f-40c3-a0c6-ad7c62e6bcf6","resourceCustomizationUUID":"9da9a81e-26ea-401a-9508-7dafdf0e7022","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vf-license-model.xml","artifactChecksum":"NjljNzYwYzlkYzhkOGI5MGFlOTFkMDUyYzMzYWM2OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"657fb0c0-b79f-40a8-aba3-11635280bf61","artifactVersion":"1"},{"artifactName":"vfwaff9ece9d3600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json","artifactChecksum":"YzY1MmZlZGI5ZjU3NDZmYTAxZTRhMTdkNzViYjQ4ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ebbd753a-6a0c-4c01-b072-17de05813295","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c11af706-9412-4e7f-8230-04d418e0450d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vendor-license-model.xml","artifactChecksum":"MmM3NmZmOWU3OWEzYTgyOWVjOWM0MTU2MWJiNzllYzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e3e4e8b-4837-4d3b-9dfd-34901bda0c7c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"48b57c2b-f0b4-487d-b706-9a5a4e368f01","artifactVersion":"2","generatedFromUUID":"c11af706-9412-4e7f-8230-04d418e0450d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210907051945-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-template.yml","artifactChecksum":"ZDFkMTFiYmI1MGRkODg1Y2FhZjk1ODQ2NDAwZWI4NTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"937f0078-757e-4006-b6db-43a9cdaa5da7","artifactVersion":"1"},{"artifactName":"service-Vfw20210907051945-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar","artifactChecksum":"ZWFiN2Q5ZTlmMWE1ZmE0ODA5Mzk2YjcwZmI1NGM5NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6689092-4bc6-4ba5-a02d-47d236477fcf","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T05:22:15.051Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:22:15.051Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:15.053Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:15.053Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992134429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.058Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:15.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "aai-ml",
  "timestamp": 1630992091181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "clamp",
  "timestamp": 1630992088836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "cds",
  "timestamp": 1630992096183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "aai-ml",
  "timestamp": 1630992091181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "clamp",
  "timestamp": 1630992088836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "cds",
  "timestamp": 1630992096183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "aai-ml",
  "timestamp": 1630992091181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "clamp",
  "timestamp": 1630992088836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "cds",
  "timestamp": 1630992096183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "aai-ml",
  "timestamp": 1630992091181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "clamp",
  "timestamp": 1630992088836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "cds",
  "timestamp": 1630992096183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "aai-ml",
  "timestamp": 1630992091181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "clamp",
  "timestamp": 1630992088836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992099821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "cds",
  "timestamp": 1630992096183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "aai-ml",
  "timestamp": 1630992091181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "clamp",
  "timestamp": 1630992088836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992099821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "cds",
  "timestamp": 1630992096183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "aai-ml",
  "timestamp": 1630992091181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "clamp",
  "timestamp": 1630992088836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "dcae-sch",
  "timestamp": 1630992101780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992099821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "cds",
  "timestamp": 1630992096183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "dcae-sch",
  "timestamp": 1630992101780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992099821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "aai-ml",
  "timestamp": 1630992103986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:22:15.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:22:15.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992103506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "dcae-sch",
  "timestamp": 1630992101780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992099821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "cds",
  "timestamp": 1630992104782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992103506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "dcae-sch",
  "timestamp": 1630992101780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992099821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "cds",
  "timestamp": 1630992105793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-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 (?, ?, ?, ?, ?)
2021-09-07T05:22:15.076Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ca6fa2a-56d8-4043-844d-cb747812258b
2021-09-07T05:22:15.076Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ca6fa2a-56d8-4043-844d-cb747812258b 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 (?, ?, ?, ?, ?)
2021-09-07T05:22:15.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "policy-id",
  "timestamp": 1630992105239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992103506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "dcae-sch",
  "timestamp": 1630992101780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992099821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "policy-id",
  "timestamp": 1630992105239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992103506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "dcae-sch",
  "timestamp": 1630992101780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992107212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "policy-id",
  "timestamp": 1630992105239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992107971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992103506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "dcae-sch",
  "timestamp": 1630992101780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992107212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "policy-id",
  "timestamp": 1630992105239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "clamp",
  "timestamp": 1630992109066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992103506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992109144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992107212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "policy-id",
  "timestamp": 1630992105239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "clamp",
  "timestamp": 1630992110086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992103506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992110282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "aai-ml",
  "timestamp": 1630992110305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T05:22:15.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:22:15.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992107212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "policy-id",
  "timestamp": 1630992105239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "clamp",
  "timestamp": 1630992111089,
  "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=?
2021-09-07T05:22:15.088Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5ca6fa2a-56d8-4043-844d-cb747812258b
2021-09-07T05:22:15.088Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ca6fa2a-56d8-4043-844d-cb747812258b 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 (?, ?, ?, ?, ?)
2021-09-07T05:22:15.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "aai-ml",
  "timestamp": 1630992111308,
  "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=?
2021-09-07T05:22:15.096Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5ca6fa2a-56d8-4043-844d-cb747812258b
2021-09-07T05:22:15.096Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ca6fa2a-56d8-4043-844d-cb747812258b 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 (?, ?, ?, ?, ?)
2021-09-07T05:22:15.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992111308,
  "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=?
2021-09-07T05:22:15.104Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ca6fa2a-56d8-4043-844d-cb747812258b
2021-09-07T05:22:15.104Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ca6fa2a-56d8-4043-844d-cb747812258b 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 (?, ?, ?, ?, ?)
2021-09-07T05:22:15.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992107212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "policy-id",
  "timestamp": 1630992105239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:22:15.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992112310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:22:15.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:22:15.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992107212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:15.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "policy-id",
  "timestamp": 1630992113586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:22:15.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:22:15.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992107212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:22:15.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:22:15.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "policy-id",
  "timestamp": 1630992114589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:22:15.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:22:15.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992115411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:22:15.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:22:15.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "policy-id",
  "timestamp": 1630992115592,
  "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=?
2021-09-07T05:22:15.114Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ca6fa2a-56d8-4043-844d-cb747812258b
2021-09-07T05:22:15.114Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ca6fa2a-56d8-4043-844d-cb747812258b 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=?
2021-09-07T05:22:15.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992118257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:22:15.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:22:15.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-07T05:22:15.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992119259,
  "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=?
2021-09-07T05:22:15.120Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ca6fa2a-56d8-4043-844d-cb747812258b
2021-09-07T05:22:15.120Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ca6fa2a-56d8-4043-844d-cb747812258b 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 (?, ?, ?, ?, ?)
2021-09-07T05:22:15.153Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:22:15.153Z||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.
2021-09-07T05:22:15.153Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:15.163Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:15.163Z||pool-183-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:22:16.053Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:22:16.054Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:16.056Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:16.056Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992134429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:22:16.156Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:22:16.157Z||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.
2021-09-07T05:22:16.157Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:16.165Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:16.165Z||pool-184-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:22:17.057Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:22:17.057Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:17.058Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:17.059Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992134429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:22:17.159Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:22:17.159Z||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.
2021-09-07T05:22:17.159Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:17.168Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:17.168Z||pool-185-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:22:18.059Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:22:18.059Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:18.061Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:18.061Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992134429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:18.161Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:22:18.162Z||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.
2021-09-07T05:22:18.162Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:18.171Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:18.171Z||pool-186-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:22:19.061Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:22:19.062Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:19.064Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:19.064Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992134429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T05:22:19.164Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:22:19.164Z||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.
2021-09-07T05:22:19.164Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:19.172Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:19.172Z||pool-187-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:22:20.064Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:22:20.065Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:20.066Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:20.066Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992134429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:22:20.166Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:22:20.167Z||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.
2021-09-07T05:22:20.167Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:20.176Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:20.176Z||pool-188-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:22:21.067Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:22:21.068Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:21.069Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:21.069Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992134429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:22:21.169Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:22:21.170Z||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.
2021-09-07T05:22:21.170Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:21.177Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:21.177Z||pool-189-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:22:22.070Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "serviceName": "vFW 2021-09-07 05-19-45",
  "serviceVersion": "1.0",
  "serviceUUID": "9058b0a6-2756-4507-96f4-8a153a6b4df3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4",
  "resources": [
    {
      "resourceInstanceName": "vFW aff9ece9-d360 0",
      "resourceCustomizationUUID": "9da9a81e-26ea-401a-9508-7dafdf0e7022",
      "resourceName": "vFW aff9ece9-d360",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cb58d085-6ec9-43ce-85e7-489cc4661903",
      "resourceInvariantUUID": "2718a94a-357f-40c3-a0c6-ad7c62e6bcf6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwaff9ece9d3600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
          "artifactChecksum": "YzY1MmZlZGI5ZjU3NDZmYTAxZTRhMTdkNzViYjQ4ZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ebbd753a-6a0c-4c01-b072-17de05813295",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c11af706-9412-4e7f-8230-04d418e0450d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "48b57c2b-f0b4-487d-b706-9a5a4e368f01",
            "generatedFromUUID": "c11af706-9412-4e7f-8230-04d418e0450d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "48b57c2b-f0b4-487d-b706-9a5a4e368f01",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210907051945-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
      "artifactChecksum": "ZWFiN2Q5ZTlmMWE1ZmE0ODA5Mzk2YjcwZmI1NGM5NzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6689092-4bc6-4ba5-a02d-47d236477fcf"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T05:22:22.070Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T05:22:22.070Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9058b0a6-2756-4507-96f4-8a153a6b4df3 ASDC
2021-09-07T05:22:22.071Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5ca6fa2a-56d8-4043-844d-cb747812258b
ServiceName:vFW 2021-09-07 05-19-45
ServiceVersion:1.0
ServiceUUID:9058b0a6-2756-4507-96f4-8a153a6b4df3
ServiceInvariantUUID:a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210907051945-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar
ArtifactUUID:a6689092-4bc6-4ba5-a02d-47d236477fcf
ArtifactChecksum:ZWFiN2Q5ZTlmMWE1ZmE0ODA5Mzk2YjcwZmI1NGM5NzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW aff9ece9-d360 0
ResourceCustomizationUUID:9da9a81e-26ea-401a-9508-7dafdf0e7022
ResourceInvariantUUID:2718a94a-357f-40c3-a0c6-ad7c62e6bcf6
ResourceName:vFW aff9ece9-d360
ResourceType:VF
ResourceUUID:cb58d085-6ec9-43ce-85e7-489cc4661903
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwaff9ece9d3600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json
ArtifactUUID:ebbd753a-6a0c-4c01-b072-17de05813295
ArtifactChecksum:YzY1MmZlZGI5ZjU3NDZmYTAxZTRhMTdkNzViYjQ4ZDM=
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/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml
ArtifactUUID:c11af706-9412-4e7f-8230-04d418e0450d
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/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env
ArtifactUUID:48b57c2b-f0b4-487d-b706-9a5a4e368f01
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/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env
ArtifactUUID:48b57c2b-f0b4-487d-b706-9a5a4e368f01
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-07T05:22:22.071Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9058b0a6-2756-4507-96f4-8a153a6b4df3 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=?
2021-09-07T05:22:22.089Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:22:22.089Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-07T05:22:22.089Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-07T05:22:22.089Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a6689092-4bc6-4ba5-a02d-47d236477fcf from URL: /sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar
2021-09-07T05:22:22.089Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-07T05:22:22.089Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar
2021-09-07T05:22:23.276Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-07T05:22:23.280Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar a6689092-4bc6-4ba5-a02d-47d236477fcf 98735
2021-09-07T05:22:23.280Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar ASDC sendASDCNotification
2021-09-07T05:22:23.280Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar
2021-09-07T05:22:23.280Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:22:23.281Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:23.282Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:23.282Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992143280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:22:23.383Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-07T05:22:23.384Z||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.
2021-09-07T05:22:23.384Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:23.392Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:23.392Z||pool-190-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:22:24.283Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:22:24.283Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-07T05:22:24.284Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a6689092-4bc6-4ba5-a02d-47d236477fcf, URL: /sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar to file: /app/ASDC/1/service-Vfw20210907051945-csar.csar
2021-09-07T05:22:24.284Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210907051945-csar.csar
2021-09-07T05:22:24.284Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210907051945-csar.csar
2021-09-07T05:22:24.284Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210907051945-csar.csar
2021-09-07T05:22:24.463Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP299878172337675171/Definitions/service-Vfw20210907051945-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
2021-09-07T05:22:25.876Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210907051945-csar.csar
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW aff9ece9-d360 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-Vfw20210907051945-csar.csar
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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-Vfw20210907051945-csar.csar
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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-Vfw20210907051945-csar.csar
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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-Vfw20210907051945-csar.csar
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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-Vfw20210907051945-csar.csar
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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-Vfw20210907051945-csar.csar
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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-Vfw20210907051945-csar.csar
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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-Vfw20210907051945-csar.csar
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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-Vfw20210907051945-csar.csar
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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-Vfw20210907051945-csar.csar
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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-Vfw20210907051945-csar.csar
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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-Vfw20210907051945-csar.csar
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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-Vfw20210907051945-csar.csar
2021-09-07T05:22:25.877Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-07T05:22:25.878Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.878Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:25.878Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is matching search criteria
2021-09-07T05:22:25.878Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-07T05:22:25.878Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW aff9ece9-d360 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:22:25.878Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.878Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:25.878Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is matching search criteria
2021-09-07T05:22:25.878Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-07T05:22:25.878Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW aff9ece9-d360 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:22:25.878Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.878Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is not matching search criteria
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:22:25.879Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:25.880Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:22:25.880Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:22:25.880Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-07T05:22:25.880Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.880Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T05:22:25.880Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.880Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is matching search criteria
2021-09-07T05:22:25.880Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW aff9ece9-d360 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:22:25.880Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.880Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is matching search criteria
2021-09-07T05:22:25.880Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW aff9ece9-d360 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:22:25.880Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.881Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is matching search criteria
2021-09-07T05:22:25.881Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW aff9ece9-d360 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:22:25.881Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.881Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is not matching search criteria
2021-09-07T05:22:25.881Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:22:25.881Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T05:22:25.881Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:22:25.881Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:22:25.881Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:22:25.881Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:22:25.881Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:25.881Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:22:25.881Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:25.881Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=757ed2df-f22b-43c7-aa73-4397e384136d
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is not matching search criteria
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:25.882Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8db42212-3516-4772-bd88-0c8c5c7714de
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is not matching search criteria
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:22:25.883Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:25.884Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T05:22:25.884Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=de2c4b27-d087-49ac-814d-4d705daf8e90
2021-09-07T05:22:25.884Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.884Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:25.884Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.884Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:25.884Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.884Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:25.884Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:25.884Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:25.884Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-07 05-19-45
Description:catalog service description
Model UUID:9058b0a6-2756-4507-96f4-8a153a6b4df3
Model Version:NULL
Model InvariantUuid:a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW aff9ece9-d360
Model UUID:d1ff89f1-9aef-42b5-a958-6a9142e2e19d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2718a94a-357f-40c3-a0c6-ad7c62e6bcf6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9da9a81e-26ea-401a-9508-7dafdf0e7022
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4817305e-aa59-41df-a872-53e59b16e88d
ModelName:VfwAff9ece9D360..base_vfw..module-0
ModelUuid:e7495e6f-0061-40fa-8933-90e68cde8cbb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:757ed2df-f22b-43c7-aa73-4397e384136d
ModelInvariantUuid:c28ff94e-8065-48fd-9a9e-a2e725aa795b
ModelName:vFW aff9ece9-d360-nodes.vfwCvfc
ModelUuid:65f53e7c-701a-448f-bc78-409899a5f90f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5f75bb11-9efa-4154-bfba-390288acc93d
ModelInvariantUuid:6dd94c94-7256-4e1b-a3ae-eedce93fdfa8
ModelName:VfwAff9ece9D360.compute.nodes.heat.vfw
ModelUuid:404dd5d4-9371-45fa-bd61-64acdb04e2e5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8db42212-3516-4772-bd88-0c8c5c7714de
ModelInvariantUuid:3e3aeebd-5ea3-45dd-aa2f-734d21795d49
ModelName:vFW aff9ece9-d360-nodes.vsnCvfc
ModelUuid:0edeb361-4786-4a7a-ae71-0a3a3dd4ae85
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ddbf7baa-d6cd-45bf-87dd-b406e5660695
ModelInvariantUuid:5eea3c95-c9ca-4dcc-a8e0-9f4d15b91a3b
ModelName:VfwAff9ece9D360.compute.nodes.heat.vsn
ModelUuid:d28b9bb8-455c-443f-ac26-4be147d0e4f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:de2c4b27-d087-49ac-814d-4d705daf8e90
ModelInvariantUuid:8f5d1fd4-9741-4673-acad-7286cae57e79
ModelName:vFW aff9ece9-d360-nodes.vpgCvfc
ModelUuid:da1fd2c5-5694-49ad-8185-772b277f01cf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:822bd822-23d1-4fd2-adf7-c032c42b9cdb
ModelInvariantUuid:714bbca9-831e-4369-9309-8056c8445b9d
ModelName:VfwAff9ece9D360.compute.nodes.heat.vpg
ModelUuid:3cb0fa66-cbd4-42c9-9701-88169c7d3806
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T05:22:25.889Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: cb58d085-6ec9-43ce-85e7-489cc4661903
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:22:25.891Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||vFW aff9ece9-d360 0
2021-09-07T05:22:25.891Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cb58d085-6ec9-43ce-85e7-489cc4661903
2021-09-07T05:22:25.891Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ebbd753a-6a0c-4c01-b072-17de05813295 from URL: /sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json
2021-09-07T05:22:25.891Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-07T05:22:25.891Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json
2021-09-07T05:22:26.671Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-07T05:22:26.671Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json ebbd753a-6a0c-4c01-b072-17de05813295 785
2021-09-07T05:22:26.671Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json ASDC sendASDCNotification
2021-09-07T05:22:26.672Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json
2021-09-07T05:22:26.672Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:22:26.672Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:26.673Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:26.673Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992146671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:22:26.774Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-07T05:22:26.774Z||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.
2021-09-07T05:22:26.774Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:26.782Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:26.783Z||pool-191-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:22:27.674Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAff9ece9D360..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4817305e-aa59-41df-a872-53e59b16e88d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7495e6f-0061-40fa-8933-90e68cde8cbb",
    "vfModuleModelCustomizationUUID": "62059a92-b965-476b-a622-814522cec38d",
    "isBase": true,
    "artifacts": [
      "c11af706-9412-4e7f-8230-04d418e0450d",
      "48b57c2b-f0b4-487d-b706-9a5a4e368f01"
    ],
    "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": ""
    }
  }
]
2021-09-07T05:22:27.676Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAff9ece9D360..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7495e6f-0061-40fa-8933-90e68cde8cbb
VfModuleModelInvariantUUID:4817305e-aa59-41df-a872-53e59b16e88d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c11af706-9412-4e7f-8230-04d418e0450d
,
48b57c2b-f0b4-487d-b706-9a5a4e368f01

}
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


}

2021-09-07T05:22:27.677Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAff9ece9D360..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4817305e-aa59-41df-a872-53e59b16e88d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7495e6f-0061-40fa-8933-90e68cde8cbb",
    "vfModuleModelCustomizationUUID": "62059a92-b965-476b-a622-814522cec38d",
    "isBase": true,
    "artifacts": [
      "c11af706-9412-4e7f-8230-04d418e0450d",
      "48b57c2b-f0b4-487d-b706-9a5a4e368f01"
    ],
    "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": ""
    }
  }
]
2021-09-07T05:22:27.677Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAff9ece9D360..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7495e6f-0061-40fa-8933-90e68cde8cbb
VfModuleModelInvariantUUID:4817305e-aa59-41df-a872-53e59b16e88d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c11af706-9412-4e7f-8230-04d418e0450d
,
48b57c2b-f0b4-487d-b706-9a5a4e368f01

}
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


}

2021-09-07T05:22:27.677Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c11af706-9412-4e7f-8230-04d418e0450d from URL: /sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml
2021-09-07T05:22:27.677Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-07T05:22:27.678Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml
2021-09-07T05:22:28.176Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-07T05:22:28.177Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml c11af706-9412-4e7f-8230-04d418e0450d 20368
2021-09-07T05:22:28.177Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T05:22:28.177Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml
2021-09-07T05:22:28.177Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:22:28.177Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:28.179Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:28.179Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992148177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:22:28.279Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:22:28.279Z||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.
2021-09-07T05:22:28.279Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:28.287Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:28.288Z||pool-192-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:22:29.179Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 48b57c2b-f0b4-487d-b706-9a5a4e368f01 from URL: /sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env
2021-09-07T05:22:29.180Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-07T05:22:29.180Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env
2021-09-07T05:22:29.317Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-07T05:22:29.318Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env 48b57c2b-f0b4-487d-b706-9a5a4e368f01 2098
2021-09-07T05:22:29.318Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T05:22:29.318Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env
2021-09-07T05:22:29.318Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:22:29.318Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:29.319Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:29.319Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992149318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:22:29.420Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-07T05:22:29.420Z||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.
2021-09-07T05:22:29.420Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:29.429Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:29.429Z||pool-193-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:22:30.320Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9058b0a6-2756-4507-96f4-8a153a6b4df3
2021-09-07T05:22:30.320Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW aff9ece9-d360 0 cb58d085-6ec9-43ce-85e7-489cc4661903 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:22:30.330Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ea21d24, org.onap.sdc.toscaparser.api.parameters.Input@6787010b, org.onap.sdc.toscaparser.api.parameters.Input@45ba76ed, org.onap.sdc.toscaparser.api.parameters.Input@49b8955b, org.onap.sdc.toscaparser.api.parameters.Input@73dea75]
2021-09-07T05:22:30.331Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.331Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:30.331Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-07T05:22:30.331Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 9da9a81e-26ea-401a-9508-7dafdf0e7022
2021-09-07T05:22:30.331Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9da9a81e-26ea-401a-9508-7dafdf0e7022 matches Tosca VF Customization UUID: 9da9a81e-26ea-401a-9508-7dafdf0e7022
2021-09-07T05:22:30.331Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 9da9a81e-26ea-401a-9508-7dafdf0e7022  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-07T05:22:30.333Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.333Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:30.333Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 9da9a81e-26ea-401a-9508-7dafdf0e7022: {\"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\"}
2021-09-07T05:22:30.334Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@436962e6
2021-09-07T05:22:30.334Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.334Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T05:22:30.334Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 62059a92-b965-476b-a622-814522cec38d
2021-09-07T05:22:30.334Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 62059a92-b965-476b-a622-814522cec38d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-07T05:22:30.335Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.335Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is matching search criteria
2021-09-07T05:22:30.335Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW aff9ece9-d360 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:22:30.336Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.336Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is matching search criteria
2021-09-07T05:22:30.336Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW aff9ece9-d360 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:22:30.336Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.336Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is not matching search criteria
2021-09-07T05:22:30.336Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:22:30.336Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T05:22:30.336Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:22:30.336Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:22:30.336Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:22:30.336Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:22:30.337Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:30.337Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:22:30.337Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:30.337Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:22:30.337Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:22:30.337Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=757ed2df-f22b-43c7-aa73-4397e384136d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:22:30.338Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.338Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is matching search criteria
2021-09-07T05:22:30.338Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW aff9ece9-d360 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:22:30.339Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.339Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is not matching search criteria
2021-09-07T05:22:30.339Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:22:30.339Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:22:30.339Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:22:30.339Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:30.339Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:22:30.339Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:22:30.339Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:22:30.339Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T05:22:30.339Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:22:30.339Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:30.340Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:22:30.340Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:22:30.340Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8db42212-3516-4772-bd88-0c8c5c7714de
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:22:30.341Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.341Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is matching search criteria
2021-09-07T05:22:30.341Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW aff9ece9-d360 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:22:30.341Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.341Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is not matching search criteria
2021-09-07T05:22:30.342Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:22:30.342Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:22:30.342Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:22:30.342Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:30.342Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:22:30.342Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:22:30.342Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:22:30.342Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:22:30.342Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:22:30.342Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:22:30.342Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:22:30.342Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T05:22:30.343Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=de2c4b27-d087-49ac-814d-4d705daf8e90
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:22:30.344Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.344Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is matching search criteria
2021-09-07T05:22:30.344Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW aff9ece9-d360 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:22:30.344Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.344Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Node template vFW aff9ece9-d360 0 is matching search criteria
2021-09-07T05:22:30.344Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW aff9ece9-d360 0] matching following query criteria: sdcType=VF, customizationUUID=9da9a81e-26ea-401a-9508-7dafdf0e7022
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:22:30.345Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.345Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:30.345Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9058b0a6-2756-4507-96f4-8a153a6b4df3: vFW aff9ece9-d360
2021-09-07T05:22:30.345Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.345Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:30.346Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.346Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:30.346Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.346Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:30.346Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.346Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:30.346Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:22:30.346Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-07 05-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:22:30.346Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-09-07 05-19-45 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-07T05:22:30.446Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW aff9ece9-d360 cb58d085-6ec9-43ce-85e7-489cc4661903 1 ASDC deployResourceStructure
2021-09-07T05:22:30.447Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json ASDC sendASDCNotification
2021-09-07T05:22:30.447Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json
2021-09-07T05:22:30.447Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:22:30.447Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:30.448Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:30.448Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992150447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:22:30.549Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:22:30.549Z||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.
2021-09-07T05:22:30.549Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:30.557Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:30.558Z||pool-194-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:22:31.449Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T05:22:31.449Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml
2021-09-07T05:22:31.450Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:22:31.450Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:31.451Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:31.451Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992151449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:22:31.552Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-07T05:22:31.553Z||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.
2021-09-07T05:22:31.553Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:31.562Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:31.563Z||pool-195-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:22:32.452Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T05:22:32.453Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env
2021-09-07T05:22:32.453Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:22:32.453Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:32.454Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:32.454Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992152452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T05:22:32.554Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:22:32.555Z||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.
2021-09-07T05:22:32.555Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:32.563Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:32.563Z||pool-196-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:22:33.455Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar ASDC sendASDCNotification
2021-09-07T05:22:33.455Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar
2021-09-07T05:22:33.455Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:22:33.455Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:22:33.457Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:22:33.457Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992153455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:22:33.557Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:22:33.557Z||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.
2021-09-07T05:22:33.558Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:22:33.567Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:22:33.567Z||pool-197-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:22:34.457Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ca6fa2a-56d8-4043-844d-cb747812258b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:22:34.466Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ca6fa2a-56d8-4043-844d-cb747812258b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:22:34.468Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:22:34.469Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T05:22:34.469Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T05:22:34.469Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T05:22:34.469Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T05:22:34.469Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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=?
2021-09-07T05:22:34.472Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T05:23:04.472Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ca6fa2a-56d8-4043-844d-cb747812258b 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=?
2021-09-07T05:23:04.476Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ca6fa2a-56d8-4043-844d-cb747812258b and serviceModelVersionId: 9058b0a6-2756-4507-96f4-8a153a6b4df3
2021-09-07T05:23:04.477Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4
2021-09-07T05:23:04.477Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3?depth=0
2021-09-07T05:23:04.481Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T05:23:04.503Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3?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]}
2021-09-07T05:23:04.503Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3?depth=0|INFO|500||Invoke
2021-09-07T05:23:04.516Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T05:23:04.577Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T05:23:04.578Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210907-05:23:04:522-76873], Content-Length=[495], Date=[Tue, 07 Sep 2021 05:23:04 GMT], Content-Type=[application/json]}
2021-09-07T05:23:04.578Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3","ERR.5.4.6114"]}}}

2021-09-07T05:23:04.581Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=5ca6fa2a-56d8-4043-844d-cb747812258b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3) (ec=ERR.5.4.6114)
2021-09-07T05:23:04.581Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5ca6fa2a-56d8-4043-844d-cb747812258b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3) (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)
2021-09-07T05:23:04.581Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5ca6fa2a-56d8-4043-844d-cb747812258b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3) (ec=ERR.5.4.6114)
2021-09-07T05:23:04.581Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=5ca6fa2a-56d8-4043-844d-cb747812258b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:23:04.583Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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)
2021-09-07T05:23:04.583Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ca6fa2a-56d8-4043-844d-cb747812258b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5ca6fa2a-56d8-4043-844d-cb747812258b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3) (ec=ERR.5.4.6114)
2021-09-07T05:23:04.584Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T05:23:04.584Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:23:04.585Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:23:04.585Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992184584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5ca6fa2a-56d8-4043-844d-cb747812258b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:23:04.685Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:23:04.686Z||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.
2021-09-07T05:23:04.686Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:23:04.696Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:23:04.696Z||pool-198-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-07T05:23:14.429Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:23:14.430Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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.
2021-09-07T05:23:14.430Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:23:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:23:14.431Z||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.
2021-09-07T05:23:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:23:14.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:23:14.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:23:14.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992134429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:23:14.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:23:23.968Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:24:14.429Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:24:14.430Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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.
2021-09-07T05:24:14.430Z|5ca6fa2a-56d8-4043-844d-cb747812258b|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:24:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:24:14.431Z||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.
2021-09-07T05:24:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:24:14.951Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:24:14.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992134429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:24:14.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:24:14.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992134429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:24:14.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:24:14.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992134429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:24:14.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:24:14.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992134429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T05:24:14.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992134429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992134429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992143280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992146671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992148177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992149318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:24:14.953Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992150447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/vfwaff9ece9d3600_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992151449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992152452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/resourceInstances/vfwaff9ece9d3600/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992153455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907051945/1.0/artifacts/service-Vfw20210907051945-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca6fa2a-56d8-4043-844d-cb747812258b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992184584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5ca6fa2a-56d8-4043-844d-cb747812258b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a50fd580-8d9a-4d70-b3ca-d4d6d5208bb4/model-vers/model-ver/9058b0a6-2756-4507-96f4-8a153a6b4df3) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:24:14.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:24:18.714Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:24:18.714Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:24:18.714Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b79e647b-de76-432b-b473-42a4bbd26755","serviceName":"Demo_pNF_lu9YeWGyXKOun3Lriq2j","serviceVersion":"1.0","serviceUUID":"bf426d0e-63f3-4c67-a8b5-e12a2d7645cc","serviceDescription":"catalog service description","serviceInvariantUUID":"38df31a7-0015-428f-bffa-311b5d413df0","resources":[{"resourceInstanceName":"pNF 54cb9ed9-95d6 0","resourceName":"pNF 54cb9ed9-95d6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"af9f8178-c4cd-44f7-aa34-1acbc78db18a","resourceInvariantUUID":"e2f95ed0-a19c-44e7-b3f7-452e19cdd9ea","resourceCustomizationUUID":"22e958fc-0c77-4433-ab01-646dafe3ba3f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vf-license-model.xml","artifactChecksum":"ZmQ5ZWM0NmZjZGYxZmE1NmZiNTI5YjgyMGE4MzY4MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e927758-6e2b-4aed-8259-c13472d6c86a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/pNF.csar","artifactChecksum":"YjQxYjk4NmYwYjY2ZjJjZTU5ZjgxMmIwYzU4NWI4NDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57241c29-1445-4f9e-83df-ab0f9c3b2e99","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4083cca6-48d5-4389-be36-d096006a5679","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vendor-license-model.xml","artifactChecksum":"NTY1ZjZjOTBkZjNkNTExZTU1NDRlYTk5NzVlMjE3Nzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cd80b1bb-d54d-4ff7-b959-1c15b05c5636","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07ea5202-4dc6-4ca5-bc9a-8facd68ab60a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4df583b-1e10-445e-87b5-16a2d694ab1e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLu9yewgyxkoun3lriq2j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-template.yml","artifactChecksum":"YTM2MzAxZDk0ZGQ5ODJiMmUzY2U1MWI2NjY5N2ZjMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d620223-1b02-4019-9567-01a9477db4c5","artifactVersion":"1"},{"artifactName":"service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar","artifactChecksum":"NTM5OWYwZDA2YWM3YzJjOGU3ZjBiNTc4ODY3ZjhlZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9e73f65-1a56-4ee3-bbf6-2931edc15355","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T05:24:18.716Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:24:18.716Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:24:18.717Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:24:18.717Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:24:18.817Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:24:18.818Z||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.
2021-09-07T05:24:18.818Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:24:18.825Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:24:18.826Z||pool-199-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:24:19.718Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:24:19.718Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:24:19.719Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:24:19.720Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:24:19.820Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:24:19.820Z||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.
2021-09-07T05:24:19.820Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:24:19.828Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:24:19.828Z||pool-200-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:24:20.720Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:24:20.721Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:24:20.722Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:24:20.722Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:24:20.822Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:24:20.822Z||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.
2021-09-07T05:24:20.823Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:24:20.831Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:24:20.831Z||pool-201-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:24:21.722Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:24:21.723Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:24:21.724Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:24:21.724Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:24:21.824Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:24:21.825Z||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.
2021-09-07T05:24:21.825Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:24:21.835Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:24:21.835Z||pool-202-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:24:22.725Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:24:22.725Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:24:22.726Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:24:22.726Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:24:22.827Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:24:22.827Z||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.
2021-09-07T05:24:22.827Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:24:22.836Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:24:22.836Z||pool-203-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:24:23.727Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:24:23.728Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:24:23.729Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:24:23.729Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:24:23.829Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:24:23.830Z||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.
2021-09-07T05:24:23.830Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:24:23.839Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:24:23.839Z||pool-204-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:24:24.729Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:24:24.730Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:24:24.732Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:24:24.732Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:24:24.832Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:24:24.833Z||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.
2021-09-07T05:24:24.833Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:24:24.841Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:24:24.841Z||pool-205-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:24:25.732Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:24:25.733Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:24:25.734Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:24:25.734Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:24:25.834Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:24:25.835Z||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.
2021-09-07T05:24:25.835Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:24:25.843Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:24:25.843Z||pool-206-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:24:26.735Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "serviceName": "Demo_pNF_lu9YeWGyXKOun3Lriq2j",
  "serviceVersion": "1.0",
  "serviceUUID": "bf426d0e-63f3-4c67-a8b5-e12a2d7645cc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "38df31a7-0015-428f-bffa-311b5d413df0",
  "resources": [
    {
      "resourceInstanceName": "pNF 54cb9ed9-95d6 0",
      "resourceCustomizationUUID": "22e958fc-0c77-4433-ab01-646dafe3ba3f",
      "resourceName": "pNF 54cb9ed9-95d6",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "af9f8178-c4cd-44f7-aa34-1acbc78db18a",
      "resourceInvariantUUID": "e2f95ed0-a19c-44e7-b3f7-452e19cdd9ea",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
      "artifactChecksum": "NTM5OWYwZDA2YWM3YzJjOGU3ZjBiNTc4ODY3ZjhlZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e9e73f65-1a56-4ee3-bbf6-2931edc15355"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T05:24:26.735Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T05:24:26.736Z|5ca6fa2a-56d8-4043-844d-cb747812258b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bf426d0e-63f3-4c67-a8b5-e12a2d7645cc ASDC
2021-09-07T05:24:26.736Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b79e647b-de76-432b-b473-42a4bbd26755
ServiceName:Demo_pNF_lu9YeWGyXKOun3Lriq2j
ServiceVersion:1.0
ServiceUUID:bf426d0e-63f3-4c67-a8b5-e12a2d7645cc
ServiceInvariantUUID:38df31a7-0015-428f-bffa-311b5d413df0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
ArtifactUUID:e9e73f65-1a56-4ee3-bbf6-2931edc15355
ArtifactChecksum:NTM5OWYwZDA2YWM3YzJjOGU3ZjBiNTc4ODY3ZjhlZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 54cb9ed9-95d6 0
ResourceCustomizationUUID:22e958fc-0c77-4433-ab01-646dafe3ba3f
ResourceInvariantUUID:e2f95ed0-a19c-44e7-b3f7-452e19cdd9ea
ResourceName:pNF 54cb9ed9-95d6
ResourceType:PNF
ResourceUUID:af9f8178-c4cd-44f7-aa34-1acbc78db18a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-07T05:24:26.736Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf426d0e-63f3-4c67-a8b5-e12a2d7645cc 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 (?, ?, ?, ?, ?)
2021-09-07T05:24:26.752Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:24:26.753Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-07T05:24:26.753Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-07T05:24:26.753Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e9e73f65-1a56-4ee3-bbf6-2931edc15355 from URL: /sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:26.753Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-07T05:24:26.753Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:27.194Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-07T05:24:27.197Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar e9e73f65-1a56-4ee3-bbf6-2931edc15355 82541
2021-09-07T05:24:27.197Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar ASDC sendASDCNotification
2021-09-07T05:24:27.197Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:27.197Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:24:27.198Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:24:27.199Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:24:27.199Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992267197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:24:27.299Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:24:27.300Z||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.
2021-09-07T05:24:27.300Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:24:27.307Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:24:27.308Z||pool-207-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:24:28.200Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:24:28.200Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-07T05:24:28.201Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e9e73f65-1a56-4ee3-bbf6-2931edc15355, URL: /sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar to file: /app/ASDC/1/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:28.201Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:28.201Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:28.201Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:28.273Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18020033363386793644/Definitions/service-DemoPnfLu9yewgyxkoun3lriq2j-template.yml
2021-09-07T05:24:28.815Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T05:24:28.815Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-07T05:24:28.815Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:28.815Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-07T05:24:28.815Z|b79e647b-de76-432b-b473-42a4bbd26755|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-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:28.815Z|b79e647b-de76-432b-b473-42a4bbd26755|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-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:28.815Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 54cb9ed9-95d6 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-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:28.815Z|b79e647b-de76-432b-b473-42a4bbd26755|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-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:28.815Z|b79e647b-de76-432b-b473-42a4bbd26755|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-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:28.815Z|b79e647b-de76-432b-b473-42a4bbd26755|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-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:28.815Z|b79e647b-de76-432b-b473-42a4bbd26755|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-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:28.815Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-07T05:24:28.816Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:24:28.816Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lu9YeWGyXKOun3Lriq2j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:24:28.816Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Node template pNF 54cb9ed9-95d6 0 is matching search criteria
2021-09-07T05:24:28.816Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-07T05:24:28.816Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 54cb9ed9-95d6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:24:28.816Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:24:28.816Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lu9YeWGyXKOun3Lriq2j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:24:28.816Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Node template pNF 54cb9ed9-95d6 0 is matching search criteria
2021-09-07T05:24:28.816Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-07T05:24:28.816Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 54cb9ed9-95d6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:24:28.816Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:24:28.817Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lu9YeWGyXKOun3Lriq2j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:24:28.817Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:24:28.817Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lu9YeWGyXKOun3Lriq2j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:24:28.817Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:24:28.817Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lu9YeWGyXKOun3Lriq2j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:24:28.817Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:24:28.817Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lu9YeWGyXKOun3Lriq2j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:24:28.817Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:24:28.817Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lu9YeWGyXKOun3Lriq2j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:24:28.817Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_lu9YeWGyXKOun3Lriq2j
Description:catalog service description
Model UUID:bf426d0e-63f3-4c67-a8b5-e12a2d7645cc
Model Version:NULL
Model InvariantUuid:38df31a7-0015-428f-bffa-311b5d413df0
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T05:24:28.820Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: af9f8178-c4cd-44f7-aa34-1acbc78db18a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:24:28.822Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||pNF 54cb9ed9-95d6 0
2021-09-07T05:24:28.822Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: af9f8178-c4cd-44f7-aa34-1acbc78db18a
2021-09-07T05:24:28.822Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||No resources found for Service: bf426d0e-63f3-4c67-a8b5-e12a2d7645cc
2021-09-07T05:24:28.822Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bf426d0e-63f3-4c67-a8b5-e12a2d7645cc
2021-09-07T05:24:28.822Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 54cb9ed9-95d6 0 af9f8178-c4cd-44f7-aa34-1acbc78db18a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:24:28.825Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c697d74, org.onap.sdc.toscaparser.api.parameters.Input@8391c85, org.onap.sdc.toscaparser.api.parameters.Input@30b2bcf8, org.onap.sdc.toscaparser.api.parameters.Input@a5f796f, org.onap.sdc.toscaparser.api.parameters.Input@3dea378d]
2021-09-07T05:24:28.825Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:24:28.825Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lu9YeWGyXKOun3Lriq2j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:24:28.825Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bf426d0e-63f3-4c67-a8b5-e12a2d7645cc: pNF 54cb9ed9-95d6
2021-09-07T05:24:28.825Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Processing PNF resource: af9f8178-c4cd-44f7-aa34-1acbc78db18a
2021-09-07T05:24:28.825Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:24:28.825Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lu9YeWGyXKOun3Lriq2j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:24:28.825Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Resource customization UUID: 22e958fc-0c77-4433-ab01-646dafe3ba3f is the same as notified resource customizationUUID: 22e958fc-0c77-4433-ab01-646dafe3ba3f
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-09-07T05:24:28.842Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 54cb9ed9-95d6 af9f8178-c4cd-44f7-aa34-1acbc78db18a 0 ASDC deployResourceStructure
2021-09-07T05:24:28.842Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar ASDC sendASDCNotification
2021-09-07T05:24:28.842Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar
2021-09-07T05:24:28.842Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:24:28.842Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:24:28.843Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:24:28.843Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992268842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:24:28.944Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:24:28.944Z||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.
2021-09-07T05:24:28.945Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:24:28.952Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:24:28.952Z||pool-208-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:24:29.844Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b79e647b-de76-432b-b473-42a4bbd26755
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:24:29.851Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b79e647b-de76-432b-b473-42a4bbd26755
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:24:29.852Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:24:29.852Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:24:29.852Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:24:59.853Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b79e647b-de76-432b-b473-42a4bbd26755
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:24:59.858Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b79e647b-de76-432b-b473-42a4bbd26755
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:24:59.861Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:24:59.861Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:24:59.861Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:25:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:25:14.431Z||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.
2021-09-07T05:25:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:25:15.056Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:25:15.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992257212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992257212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992259821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992257212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992259821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992257212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "cds",
  "timestamp": 1630992261183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "dcae-sch",
  "timestamp": 1630992261780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992259821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992257212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "cds",
  "timestamp": 1630992261183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "dcae-sch",
  "timestamp": 1630992261780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992259821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992257212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "cds",
  "timestamp": 1630992261183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992263506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "dcae-sch",
  "timestamp": 1630992261780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992259821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992257212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "cds",
  "timestamp": 1630992261183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992263506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "dcae-sch",
  "timestamp": 1630992261780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992259821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992254429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:25:15.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992257212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:25:15.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "cds",
  "timestamp": 1630992261183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "policy-id",
  "timestamp": 1630992265238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992263506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "dcae-sch",
  "timestamp": 1630992261780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992259821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "cds",
  "timestamp": 1630992261183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "policy-id",
  "timestamp": 1630992265238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992263506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992267184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:25:15.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:25:15.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992267197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:25:15.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:25:15.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "dcae-sch",
  "timestamp": 1630992261780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992259821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:25:15.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "cds",
  "timestamp": 1630992261183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "policy-id",
  "timestamp": 1630992265238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992263506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "dcae-sch",
  "timestamp": 1630992261780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "cds",
  "timestamp": 1630992261183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:25:15.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992268825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:25:15.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:25:15.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992268842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:25:15.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:25:15.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "policy-id",
  "timestamp": 1630992265238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992263506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:25:15.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "dcae-sch",
  "timestamp": 1630992261780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "clamp",
  "timestamp": 1630992268836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992269829,
  "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=?
2021-09-07T05:25:15.082Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b79e647b-de76-432b-b473-42a4bbd26755
2021-09-07T05:25:15.082Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b79e647b-de76-432b-b473-42a4bbd26755 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 (?, ?, ?, ?, ?)
2021-09-07T05:25:15.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "policy-id",
  "timestamp": 1630992265238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "cds",
  "timestamp": 1630992269988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:25:15.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:25:15.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992263506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "clamp",
  "timestamp": 1630992268836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "policy-id",
  "timestamp": 1630992265238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "cds",
  "timestamp": 1630992270992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-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=?
2021-09-07T05:25:15.094Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b79e647b-de76-432b-b473-42a4bbd26755
2021-09-07T05:25:15.094Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b79e647b-de76-432b-b473-42a4bbd26755 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 (?, ?, ?, ?, ?)
2021-09-07T05:25:15.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992263506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "clamp",
  "timestamp": 1630992268836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "aai-ml",
  "timestamp": 1630992271181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "policy-id",
  "timestamp": 1630992265238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "clamp",
  "timestamp": 1630992268836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992272682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "aai-ml",
  "timestamp": 1630992271181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "policy-id",
  "timestamp": 1630992265238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "clamp",
  "timestamp": 1630992268836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992273699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:25:15.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:25:15.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "aai-ml",
  "timestamp": 1630992271181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "clamp",
  "timestamp": 1630992268836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992274703,
  "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=?
2021-09-07T05:25:15.105Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b79e647b-de76-432b-b473-42a4bbd26755
2021-09-07T05:25:15.105Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b79e647b-de76-432b-b473-42a4bbd26755 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 (?, ?, ?, ?, ?)
2021-09-07T05:25:15.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "aai-ml",
  "timestamp": 1630992271181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "policy-id",
  "timestamp": 1630992275083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "clamp",
  "timestamp": 1630992268836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "aai-ml",
  "timestamp": 1630992271181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "policy-id",
  "timestamp": 1630992276086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "clamp",
  "timestamp": 1630992268836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "aai-ml",
  "timestamp": 1630992271181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/resourceInstances/pnf54cb9ed995d60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "policy-id",
  "timestamp": 1630992277090,
  "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=?
2021-09-07T05:25:15.113Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b79e647b-de76-432b-b473-42a4bbd26755
2021-09-07T05:25:15.113Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b79e647b-de76-432b-b473-42a4bbd26755 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 (?, ?, ?, ?, ?)
2021-09-07T05:25:15.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "aai-ml",
  "timestamp": 1630992271181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:25:15.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "aai-ml",
  "timestamp": 1630992271181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:25:15.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:25:15.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "aai-ml",
  "timestamp": 1630992280892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:25:15.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:25:15.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "aai-ml",
  "timestamp": 1630992284292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T05:25:15.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:25:15.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "aai-ml",
  "timestamp": 1630992285295,
  "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=?
2021-09-07T05:25:15.120Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b79e647b-de76-432b-b473-42a4bbd26755
2021-09-07T05:25:15.120Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b79e647b-de76-432b-b473-42a4bbd26755 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 (?, ?, ?, ?, ?)
2021-09-07T05:25:15.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "clamp",
  "timestamp": 1630992288094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:25:15.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:25:15.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "clamp",
  "timestamp": 1630992290103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLu9yewgyxkoun3lriq2j/1.0/artifacts/service-DemoPnfLu9yewgyxkoun3lriq2j-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:25:15.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:25:15.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:25:15.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "clamp",
  "timestamp": 1630992291106,
  "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=?
2021-09-07T05:25:15.128Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b79e647b-de76-432b-b473-42a4bbd26755
2021-09-07T05:25:15.128Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b79e647b-de76-432b-b473-42a4bbd26755 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 (?, ?, ?, ?, ?)
2021-09-07T05:25:29.861Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b79e647b-de76-432b-b473-42a4bbd26755
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:25:29.869Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b79e647b-de76-432b-b473-42a4bbd26755
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:25:29.871Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:25:29.871Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T05:25:29.871Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T05:25:29.871Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T05:25:29.871Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-07T05:25:29.871Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T05:25:29.871Z|b79e647b-de76-432b-b473-42a4bbd26755|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=?
2021-09-07T05:25:29.874Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T05:25:59.875Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b79e647b-de76-432b-b473-42a4bbd26755 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=?
2021-09-07T05:25:59.879Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b79e647b-de76-432b-b473-42a4bbd26755 and serviceModelVersionId: bf426d0e-63f3-4c67-a8b5-e12a2d7645cc
2021-09-07T05:25:59.879Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 38df31a7-0015-428f-bffa-311b5d413df0
2021-09-07T05:25:59.879Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc?depth=0
2021-09-07T05:25:59.882Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T05:25:59.903Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc?depth=0|INFO|500||Invoke
2021-09-07T05:25:59.904Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b79e647b-de76-432b-b473-42a4bbd26755], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f23a111c-1c56-48f3-9ba4-8cc5f82771dd], X-ECOMP-RequestID=[b79e647b-de76-432b-b473-42a4bbd26755], X-TransactionId=[], X-ONAP-RequestID=[b79e647b-de76-432b-b473-42a4bbd26755], Content-Type=[application/merge-patch+json]}
2021-09-07T05:25:59.921Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T05:25:59.986Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210907-05:25:59:926-83220], Content-Length=[495], Date=[Tue, 07 Sep 2021 05:25:59 GMT], Content-Type=[application/json]}
2021-09-07T05:25:59.986Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc?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/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc","ERR.5.4.6114"]}}}

2021-09-07T05:25:59.987Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T05:25:59.989Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=b79e647b-de76-432b-b473-42a4bbd26755 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc) (ec=ERR.5.4.6114)
2021-09-07T05:25:59.989Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b79e647b-de76-432b-b473-42a4bbd26755 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc) (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)
2021-09-07T05:25:59.989Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b79e647b-de76-432b-b473-42a4bbd26755 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc) (ec=ERR.5.4.6114)
2021-09-07T05:25:59.989Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=b79e647b-de76-432b-b473-42a4bbd26755 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:25:59.992Z|b79e647b-de76-432b-b473-42a4bbd26755|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)
2021-09-07T05:25:59.992Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b79e647b-de76-432b-b473-42a4bbd26755 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b79e647b-de76-432b-b473-42a4bbd26755 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc) (ec=ERR.5.4.6114)
2021-09-07T05:25:59.992Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T05:25:59.992Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:25:59.993Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:25:59.993Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992359992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db79e647b-de76-432b-b473-42a4bbd26755 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:26:00.094Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-07T05:26:00.094Z||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.
2021-09-07T05:26:00.094Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:26:00.105Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:26:00.105Z||pool-209-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-07T05:26:01.000Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:26:01.000Z|b79e647b-de76-432b-b473-42a4bbd26755|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.
2021-09-07T05:26:01.001Z|b79e647b-de76-432b-b473-42a4bbd26755|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:26:10.530Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:26:14.429Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:26:14.429Z|b79e647b-de76-432b-b473-42a4bbd26755|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.
2021-09-07T05:26:14.429Z|b79e647b-de76-432b-b473-42a4bbd26755|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:26:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:26:14.431Z||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.
2021-09-07T05:26:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:26:15.049Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:26:15.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:26:15.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b79e647b-de76-432b-b473-42a4bbd26755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992359992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db79e647b-de76-432b-b473-42a4bbd26755 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/38df31a7-0015-428f-bffa-311b5d413df0/model-vers/model-ver/bf426d0e-63f3-4c67-a8b5-e12a2d7645cc) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:26:15.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:26:23.966Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:27:14.429Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:27:14.430Z|b79e647b-de76-432b-b473-42a4bbd26755|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.
2021-09-07T05:27:14.430Z|b79e647b-de76-432b-b473-42a4bbd26755|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:27:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:27:14.431Z||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.
2021-09-07T05:27:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:27:23.964Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:27:23.964Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:28:14.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:28:14.429Z||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.
2021-09-07T05:28:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:28:14.431Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:28:14.431Z||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.
2021-09-07T05:28:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:28:23.968Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:28:23.970Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:29:14.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:29:14.430Z||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.
2021-09-07T05:29:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:29:14.431Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:29:14.431Z||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.
2021-09-07T05:29:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:29:23.968Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:29:23.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:30:14.429Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:30:14.430Z||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.
2021-09-07T05:30:14.430Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:30:14.431Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:30:14.431Z|236938d4-5ea2-4900-911e-110ea5447f43|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.
2021-09-07T05:30:14.431Z|236938d4-5ea2-4900-911e-110ea5447f43|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:30:23.964Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:30:23.964Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:14.429Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:31:14.429Z|236938d4-5ea2-4900-911e-110ea5447f43|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.
2021-09-07T05:31:14.429Z|236938d4-5ea2-4900-911e-110ea5447f43|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:31:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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.
2021-09-07T05:31:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:15.016Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:15.017Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.017Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "cds",
  "timestamp": 1630992651183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992647212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "policy-id",
  "timestamp": 1630992645238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "cds",
  "timestamp": 1630992651183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992647212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "policy-id",
  "timestamp": 1630992645238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "cds",
  "timestamp": 1630992651183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.018Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992647212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "policy-id",
  "timestamp": 1630992645238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "cds",
  "timestamp": 1630992651183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992647212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "policy-id",
  "timestamp": 1630992645238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "cds",
  "timestamp": 1630992651183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992647212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "policy-id",
  "timestamp": 1630992645238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "clamp",
  "timestamp": 1630992658836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.019Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "cds",
  "timestamp": 1630992651183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992647212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "policy-id",
  "timestamp": 1630992645238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992659821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "clamp",
  "timestamp": 1630992658836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "cds",
  "timestamp": 1630992651183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992647212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "policy-id",
  "timestamp": 1630992645238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992659821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:31:15.020Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "clamp",
  "timestamp": 1630992658836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "aai-ml",
  "timestamp": 1630992661181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "dcae-sch",
  "timestamp": 1630992661780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992659821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "clamp",
  "timestamp": 1630992658836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992662779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "cds",
  "timestamp": 1630992662791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "aai-ml",
  "timestamp": 1630992661181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.021Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.022Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.022Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "policy-id",
  "timestamp": 1630992662792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:31:15.022Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:31:15.022Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.022Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "dcae-sch",
  "timestamp": 1630992661780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.022Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.022Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.022Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992659821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.022Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.022Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.022Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "clamp",
  "timestamp": 1630992658836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.022Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.022Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.022Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "cds",
  "timestamp": 1630992663797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-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 (?, ?, ?, ?, ?)
2021-09-07T05:31:15.033Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9015839b-2aed-418f-a62b-390b886cd48f
2021-09-07T05:31:15.033Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9015839b-2aed-418f-a62b-390b886cd48f 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 (?, ?, ?, ?, ?)
2021-09-07T05:31:15.037Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.037Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "aai-ml",
  "timestamp": 1630992661181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.037Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.037Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "policy-id",
  "timestamp": 1630992663796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992663506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "dcae-sch",
  "timestamp": 1630992661780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992659821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "clamp",
  "timestamp": 1630992658836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "aai-ml",
  "timestamp": 1630992661181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.038Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "policy-id",
  "timestamp": 1630992664799,
  "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=?
2021-09-07T05:31:15.041Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9015839b-2aed-418f-a62b-390b886cd48f
2021-09-07T05:31:15.042Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9015839b-2aed-418f-a62b-390b886cd48f 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 (?, ?, ?, ?, ?)
2021-09-07T05:31:15.046Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:15.046Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.046Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992663506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.047Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.047Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9015839b-2aed-418f-a62b-390b886cd48f","serviceName":"vFW 2021-09-07 05-29-22","serviceVersion":"1.0","serviceUUID":"046d365d-6336-42fa-a6d5-e288dd547803","serviceDescription":"catalog service description","serviceInvariantUUID":"353c5972-f9b0-49bd-b7d8-ccd207a52e62","resources":[{"resourceInstanceName":"vFW 3d44b500-0d82 0","resourceName":"vFW 3d44b500-0d82","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aee19a3-b417-414e-aa31-c15443689eab","resourceInvariantUUID":"18b3c3ea-4219-478d-a59b-413ec7e197ae","resourceCustomizationUUID":"2ed316a3-a3cb-498a-a13a-4a1038127446","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vf-license-model.xml","artifactChecksum":"YmFjYjVhNjIzMTg1MWZlM2UwZGNkOTJlNmZhZmYyM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b254882b-a394-401b-a470-637b359aba68","artifactVersion":"1"},{"artifactName":"vfw3d44b5000d820_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json","artifactChecksum":"OTdkYmMwYTBkYzk2YWQxY2YyYjlkY2M1MGNjZmIzOWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff86e772-ecca-462e-9d6b-41c3faafd558","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"11f14e46-4e8f-4c35-bdb5-ff0bf63e58c6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vendor-license-model.xml","artifactChecksum":"NzU0ZTU5MTZkYTcyNDI1NTNmZmEyYTZjODM0NjdlMDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"16176e33-0be8-499f-a7fc-81cce237df9e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"60c435f5-a59f-4039-bac0-e2ea17a675dd","artifactVersion":"2","generatedFromUUID":"11f14e46-4e8f-4c35-bdb5-ff0bf63e58c6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210907052922-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-template.yml","artifactChecksum":"MTE3NmUwZWI0MWI0ZmM2ZTA5NGI0YWZkNjgwMzBiMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"196c88bf-4730-4f46-b143-8e1bb52f13d7","artifactVersion":"1"},{"artifactName":"service-Vfw20210907052922-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar","artifactChecksum":"ZjgwOWMyMGQxNDg3NmYyNjYyNDgzNWQ5NzAzYWU1NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f3f51bc-ff2e-4168-8338-8244b8f2a5fc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "dcae-sch",
  "timestamp": 1630992661780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992659821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "clamp",
  "timestamp": 1630992658836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992665724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "aai-ml",
  "timestamp": 1630992661181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.047Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992663506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.048Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.048Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:31:15.048Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.048Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "dcae-sch",
  "timestamp": 1630992661780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.048Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:15.048Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.048Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.048Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992659821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:31:15.048Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.048Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.048Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992666727,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2021-09-07T05:31:15.049Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:15.049Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992674429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-07T05:31:15.051Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9015839b-2aed-418f-a62b-390b886cd48f
2021-09-07T05:31:15.051Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9015839b-2aed-418f-a62b-390b886cd48f 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 (?, ?, ?, ?, ?)
2021-09-07T05:31:15.056Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.056Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "aai-ml",
  "timestamp": 1630992661181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.056Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.056Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.057Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992663506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.057Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.057Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.057Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "dcae-sch",
  "timestamp": 1630992661780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.057Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.057Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.057Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "aai-ml",
  "timestamp": 1630992661181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:31:15.057Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.057Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.057Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992668082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:31:15.057Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:31:15.057Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.057Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992663506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.057Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "dcae-sch",
  "timestamp": 1630992661780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "aai-ml",
  "timestamp": 1630992668973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992663506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992669235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992663506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992670477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:31:15.058Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.059Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "clamp",
  "timestamp": 1630992671153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:31:15.059Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:31:15.059Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.059Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992671497,
  "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=?
2021-09-07T05:31:15.061Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9015839b-2aed-418f-a62b-390b886cd48f
2021-09-07T05:31:15.061Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9015839b-2aed-418f-a62b-390b886cd48f 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=?
2021-09-07T05:31:15.065Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.065Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992672500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:31:15.065Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:31:15.065Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.065Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "clamp",
  "timestamp": 1630992673162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:31:15.065Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:31:15.065Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:31:15.065Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "clamp",
  "timestamp": 1630992674166,
  "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=?
2021-09-07T05:31:15.067Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9015839b-2aed-418f-a62b-390b886cd48f
2021-09-07T05:31:15.067Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9015839b-2aed-418f-a62b-390b886cd48f 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 (?, ?, ?, ?, ?)
2021-09-07T05:31:15.149Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:31:15.150Z||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.
2021-09-07T05:31:15.150Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:15.158Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:15.159Z||pool-210-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:31:16.049Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:31:16.050Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:16.051Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:16.052Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992674429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:31:16.152Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:31:16.152Z||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.
2021-09-07T05:31:16.152Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:16.160Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:16.160Z||pool-211-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:31:17.052Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:31:17.052Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:17.056Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:17.056Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992674429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:31:17.156Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:31:17.157Z||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.
2021-09-07T05:31:17.157Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:17.168Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:17.168Z||pool-212-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:31:18.056Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:31:18.057Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:18.058Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:18.058Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992674429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:18.158Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:31:18.159Z||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.
2021-09-07T05:31:18.159Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:18.167Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:18.167Z||pool-213-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:31:19.059Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:31:19.059Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:19.060Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:19.060Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992674429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T05:31:19.160Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:31:19.161Z||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.
2021-09-07T05:31:19.161Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:19.169Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:19.169Z||pool-214-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:31:20.061Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:31:20.062Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:20.063Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:20.063Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992674429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:31:20.163Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:31:20.163Z||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.
2021-09-07T05:31:20.164Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:20.172Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:20.172Z||pool-215-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:31:21.063Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:31:21.064Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:21.065Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:21.066Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992674429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:31:21.166Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:31:21.166Z||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.
2021-09-07T05:31:21.166Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:21.174Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:21.174Z||pool-216-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:31:22.066Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "serviceName": "vFW 2021-09-07 05-29-22",
  "serviceVersion": "1.0",
  "serviceUUID": "046d365d-6336-42fa-a6d5-e288dd547803",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "353c5972-f9b0-49bd-b7d8-ccd207a52e62",
  "resources": [
    {
      "resourceInstanceName": "vFW 3d44b500-0d82 0",
      "resourceCustomizationUUID": "2ed316a3-a3cb-498a-a13a-4a1038127446",
      "resourceName": "vFW 3d44b500-0d82",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aee19a3-b417-414e-aa31-c15443689eab",
      "resourceInvariantUUID": "18b3c3ea-4219-478d-a59b-413ec7e197ae",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3d44b5000d820_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
          "artifactChecksum": "OTdkYmMwYTBkYzk2YWQxY2YyYjlkY2M1MGNjZmIzOWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ff86e772-ecca-462e-9d6b-41c3faafd558",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "11f14e46-4e8f-4c35-bdb5-ff0bf63e58c6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "60c435f5-a59f-4039-bac0-e2ea17a675dd",
            "generatedFromUUID": "11f14e46-4e8f-4c35-bdb5-ff0bf63e58c6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "60c435f5-a59f-4039-bac0-e2ea17a675dd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210907052922-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
      "artifactChecksum": "ZjgwOWMyMGQxNDg3NmYyNjYyNDgzNWQ5NzAzYWU1NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4f3f51bc-ff2e-4168-8338-8244b8f2a5fc"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T05:31:22.066Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T05:31:22.067Z|236938d4-5ea2-4900-911e-110ea5447f43|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 046d365d-6336-42fa-a6d5-e288dd547803 ASDC
2021-09-07T05:31:22.067Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9015839b-2aed-418f-a62b-390b886cd48f
ServiceName:vFW 2021-09-07 05-29-22
ServiceVersion:1.0
ServiceUUID:046d365d-6336-42fa-a6d5-e288dd547803
ServiceInvariantUUID:353c5972-f9b0-49bd-b7d8-ccd207a52e62
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210907052922-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar
ArtifactUUID:4f3f51bc-ff2e-4168-8338-8244b8f2a5fc
ArtifactChecksum:ZjgwOWMyMGQxNDg3NmYyNjYyNDgzNWQ5NzAzYWU1NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3d44b500-0d82 0
ResourceCustomizationUUID:2ed316a3-a3cb-498a-a13a-4a1038127446
ResourceInvariantUUID:18b3c3ea-4219-478d-a59b-413ec7e197ae
ResourceName:vFW 3d44b500-0d82
ResourceType:VF
ResourceUUID:9aee19a3-b417-414e-aa31-c15443689eab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3d44b5000d820_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json
ArtifactUUID:ff86e772-ecca-462e-9d6b-41c3faafd558
ArtifactChecksum:OTdkYmMwYTBkYzk2YWQxY2YyYjlkY2M1MGNjZmIzOWY=
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/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml
ArtifactUUID:11f14e46-4e8f-4c35-bdb5-ff0bf63e58c6
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/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env
ArtifactUUID:60c435f5-a59f-4039-bac0-e2ea17a675dd
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/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env
ArtifactUUID:60c435f5-a59f-4039-bac0-e2ea17a675dd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-07T05:31:22.067Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 046d365d-6336-42fa-a6d5-e288dd547803 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=?
2021-09-07T05:31:22.086Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:31:22.086Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-07T05:31:22.087Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-07T05:31:22.087Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4f3f51bc-ff2e-4168-8338-8244b8f2a5fc from URL: /sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar
2021-09-07T05:31:22.087Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-07T05:31:22.087Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar
2021-09-07T05:31:23.275Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-07T05:31:23.279Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar 4f3f51bc-ff2e-4168-8338-8244b8f2a5fc 98695
2021-09-07T05:31:23.279Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar ASDC sendASDCNotification
2021-09-07T05:31:23.279Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar
2021-09-07T05:31:23.279Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:31:23.279Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:23.281Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:23.281Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992683279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:31:23.381Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:31:23.382Z||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.
2021-09-07T05:31:23.382Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:23.390Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:23.390Z||pool-217-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:31:24.281Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:31:24.282Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-07T05:31:24.282Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4f3f51bc-ff2e-4168-8338-8244b8f2a5fc, URL: /sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar to file: /app/ASDC/1/service-Vfw20210907052922-csar.csar
2021-09-07T05:31:24.282Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210907052922-csar.csar
2021-09-07T05:31:24.283Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210907052922-csar.csar
2021-09-07T05:31:24.283Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210907052922-csar.csar
2021-09-07T05:31:24.403Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1589063608968568921/Definitions/service-Vfw20210907052922-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-09-07T05:31:25.814Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T05:31:25.814Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-07T05:31:25.814Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210907052922-csar.csar
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|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-Vfw20210907052922-csar.csar
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|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-Vfw20210907052922-csar.csar
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|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-Vfw20210907052922-csar.csar
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|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-Vfw20210907052922-csar.csar
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|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-Vfw20210907052922-csar.csar
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|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-Vfw20210907052922-csar.csar
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|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-Vfw20210907052922-csar.csar
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|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-Vfw20210907052922-csar.csar
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|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-Vfw20210907052922-csar.csar
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|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-Vfw20210907052922-csar.csar
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|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-Vfw20210907052922-csar.csar
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|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-Vfw20210907052922-csar.csar
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3d44b500-0d82 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-Vfw20210907052922-csar.csar
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:25.815Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is matching search criteria
2021-09-07T05:31:25.816Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-07T05:31:25.816Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d44b500-0d82 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:31:25.816Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.816Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:25.816Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is matching search criteria
2021-09-07T05:31:25.816Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-07T05:31:25.816Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d44b500-0d82 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:31:25.816Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.816Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:25.816Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.816Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is not matching search criteria
2021-09-07T05:31:25.816Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-07T05:31:25.817Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.818Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T05:31:25.818Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.818Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is matching search criteria
2021-09-07T05:31:25.818Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d44b500-0d82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:31:25.818Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.818Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is matching search criteria
2021-09-07T05:31:25.818Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d44b500-0d82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:31:25.818Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.818Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is matching search criteria
2021-09-07T05:31:25.818Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d44b500-0d82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:31:25.818Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.818Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is not matching search criteria
2021-09-07T05:31:25.818Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:31:25.819Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T05:31:25.819Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:31:25.819Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:31:25.819Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:31:25.819Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:31:25.819Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:25.819Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:31:25.819Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:25.819Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:31:25.819Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:31:25.819Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f9a4f219-db1d-4594-a565-d70f7f5fc229
2021-09-07T05:31:25.819Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.819Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is not matching search criteria
2021-09-07T05:31:25.819Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:31:25.820Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:31:25.820Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:25.820Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:31:25.820Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:31:25.820Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:31:25.820Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:31:25.820Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T05:31:25.820Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:31:25.820Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:25.820Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:31:25.820Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:31:25.820Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=def1ab1f-5af7-4dcc-a83b-b99f8cf3cd5f
2021-09-07T05:31:25.820Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.820Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is not matching search criteria
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=af041834-c5a6-47df-b500-d6a3558d6c6a
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.821Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:25.822Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.822Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:25.822Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.822Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:25.822Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:25.822Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:25.822Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-07 05-29-22
Description:catalog service description
Model UUID:046d365d-6336-42fa-a6d5-e288dd547803
Model Version:NULL
Model InvariantUuid:353c5972-f9b0-49bd-b7d8-ccd207a52e62
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3d44b500-0d82
Model UUID:b0355d65-157d-4e2d-ad8c-a90195202990
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:18b3c3ea-4219-478d-a59b-413ec7e197ae
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2ed316a3-a3cb-498a-a13a-4a1038127446
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2f5e5397-53bb-4b7a-8b19-b08059481aa3
ModelName:Vfw3d44b5000d82..base_vfw..module-0
ModelUuid:5fa8080b-8820-4f4f-a403-cdc55df04cb8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f9a4f219-db1d-4594-a565-d70f7f5fc229
ModelInvariantUuid:df31c37a-6653-4550-a683-a706f114ae4d
ModelName:vFW 3d44b500-0d82-nodes.vfwCvfc
ModelUuid:ae4c802a-9416-49af-9947-a56dc517ab87
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ea1b67da-9014-4532-b5be-e9489e3414f2
ModelInvariantUuid:3e6eafc5-e677-429a-977b-1dde8d8c4da1
ModelName:Vfw3d44b5000d82.compute.nodes.heat.vfw
ModelUuid:d1c1cb6b-fcd3-4020-ba6f-b0b37df366a2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:def1ab1f-5af7-4dcc-a83b-b99f8cf3cd5f
ModelInvariantUuid:408c091b-d650-49ae-94ce-16f4363294ea
ModelName:vFW 3d44b500-0d82-nodes.vsnCvfc
ModelUuid:81a3aa20-49d7-4ec2-b451-894fa9442504
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b5e4cdc0-d255-4ad4-b014-4269774a6d69
ModelInvariantUuid:387c0aa4-6ca5-4f91-9cce-0d435f51d10e
ModelName:Vfw3d44b5000d82.compute.nodes.heat.vsn
ModelUuid:e4cccda1-f538-439b-97cd-19aedd7644b1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:af041834-c5a6-47df-b500-d6a3558d6c6a
ModelInvariantUuid:552b30c1-1c0e-439b-9b15-68eb6fff317f
ModelName:vFW 3d44b500-0d82-nodes.vpgCvfc
ModelUuid:115074a1-e366-4fd6-b824-6d19c05b3a04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:04a3b8b1-04d4-4eb8-94e5-dac8f0f955d1
ModelInvariantUuid:e8082671-be06-4604-b145-21c0439242e3
ModelName:Vfw3d44b5000d82.compute.nodes.heat.vpg
ModelUuid:7925ea79-7576-4d00-9ace-e9648a4a5d48
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T05:31:25.826Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aee19a3-b417-414e-aa31-c15443689eab
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:31:25.827Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||vFW 3d44b500-0d82 0
2021-09-07T05:31:25.828Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aee19a3-b417-414e-aa31-c15443689eab
2021-09-07T05:31:25.828Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ff86e772-ecca-462e-9d6b-41c3faafd558 from URL: /sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json
2021-09-07T05:31:25.828Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-07T05:31:25.828Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json
2021-09-07T05:31:26.582Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-07T05:31:26.583Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json ff86e772-ecca-462e-9d6b-41c3faafd558 785
2021-09-07T05:31:26.583Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json ASDC sendASDCNotification
2021-09-07T05:31:26.583Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json
2021-09-07T05:31:26.583Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:31:26.583Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:26.584Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:26.585Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992686583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:31:26.685Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:31:26.685Z||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.
2021-09-07T05:31:26.685Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:26.695Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:26.695Z||pool-218-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:31:27.585Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3d44b5000d82..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2f5e5397-53bb-4b7a-8b19-b08059481aa3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5fa8080b-8820-4f4f-a403-cdc55df04cb8",
    "vfModuleModelCustomizationUUID": "7dc47eba-afaf-4056-99e8-e6811edf8804",
    "isBase": true,
    "artifacts": [
      "11f14e46-4e8f-4c35-bdb5-ff0bf63e58c6",
      "60c435f5-a59f-4039-bac0-e2ea17a675dd"
    ],
    "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": ""
    }
  }
]
2021-09-07T05:31:27.587Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3d44b5000d82..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5fa8080b-8820-4f4f-a403-cdc55df04cb8
VfModuleModelInvariantUUID:2f5e5397-53bb-4b7a-8b19-b08059481aa3
VfModuleModelDescription:NULL
Artifacts UUID List:{
11f14e46-4e8f-4c35-bdb5-ff0bf63e58c6
,
60c435f5-a59f-4039-bac0-e2ea17a675dd

}
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


}

2021-09-07T05:31:27.588Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3d44b5000d82..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2f5e5397-53bb-4b7a-8b19-b08059481aa3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5fa8080b-8820-4f4f-a403-cdc55df04cb8",
    "vfModuleModelCustomizationUUID": "7dc47eba-afaf-4056-99e8-e6811edf8804",
    "isBase": true,
    "artifacts": [
      "11f14e46-4e8f-4c35-bdb5-ff0bf63e58c6",
      "60c435f5-a59f-4039-bac0-e2ea17a675dd"
    ],
    "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": ""
    }
  }
]
2021-09-07T05:31:27.588Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3d44b5000d82..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5fa8080b-8820-4f4f-a403-cdc55df04cb8
VfModuleModelInvariantUUID:2f5e5397-53bb-4b7a-8b19-b08059481aa3
VfModuleModelDescription:NULL
Artifacts UUID List:{
11f14e46-4e8f-4c35-bdb5-ff0bf63e58c6
,
60c435f5-a59f-4039-bac0-e2ea17a675dd

}
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


}

2021-09-07T05:31:27.588Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 11f14e46-4e8f-4c35-bdb5-ff0bf63e58c6 from URL: /sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml
2021-09-07T05:31:27.588Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-07T05:31:27.588Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml
2021-09-07T05:31:28.086Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-07T05:31:28.086Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml 11f14e46-4e8f-4c35-bdb5-ff0bf63e58c6 20368
2021-09-07T05:31:28.087Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T05:31:28.087Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml
2021-09-07T05:31:28.087Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:31:28.087Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:28.088Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:28.088Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992688087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:31:28.188Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:31:28.189Z||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.
2021-09-07T05:31:28.189Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:28.196Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:28.196Z||pool-219-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:31:29.089Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 60c435f5-a59f-4039-bac0-e2ea17a675dd from URL: /sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env
2021-09-07T05:31:29.089Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-07T05:31:29.089Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env
2021-09-07T05:31:29.286Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-07T05:31:29.286Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env 60c435f5-a59f-4039-bac0-e2ea17a675dd 2098
2021-09-07T05:31:29.286Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T05:31:29.286Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env
2021-09-07T05:31:29.286Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:31:29.286Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:29.287Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:29.288Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992689286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:31:29.388Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:31:29.388Z||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.
2021-09-07T05:31:29.388Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:29.396Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:29.396Z||pool-220-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:31:30.288Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 046d365d-6336-42fa-a6d5-e288dd547803
2021-09-07T05:31:30.288Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3d44b500-0d82 0 9aee19a3-b417-414e-aa31-c15443689eab ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:31:30.298Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c15c9dd, org.onap.sdc.toscaparser.api.parameters.Input@6cdc63cb, org.onap.sdc.toscaparser.api.parameters.Input@2dc6f4b0, org.onap.sdc.toscaparser.api.parameters.Input@69cc76ed, org.onap.sdc.toscaparser.api.parameters.Input@3b451128]
2021-09-07T05:31:30.298Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.299Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:30.299Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-09-07T05:31:30.299Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 2ed316a3-a3cb-498a-a13a-4a1038127446
2021-09-07T05:31:30.299Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ed316a3-a3cb-498a-a13a-4a1038127446 matches Tosca VF Customization UUID: 2ed316a3-a3cb-498a-a13a-4a1038127446
2021-09-07T05:31:30.299Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 2ed316a3-a3cb-498a-a13a-4a1038127446  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-07T05:31:30.300Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.300Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:30.301Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 2ed316a3-a3cb-498a-a13a-4a1038127446: {\"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\"}
2021-09-07T05:31:30.301Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24009ec8
2021-09-07T05:31:30.301Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.301Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T05:31:30.301Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7dc47eba-afaf-4056-99e8-e6811edf8804
2021-09-07T05:31:30.301Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7dc47eba-afaf-4056-99e8-e6811edf8804
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-07T05:31:30.302Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.302Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is matching search criteria
2021-09-07T05:31:30.302Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d44b500-0d82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:31:30.303Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.303Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is matching search criteria
2021-09-07T05:31:30.303Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d44b500-0d82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:31:30.303Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.303Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is not matching search criteria
2021-09-07T05:31:30.303Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:31:30.303Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T05:31:30.303Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:31:30.303Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:31:30.303Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:31:30.304Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:31:30.304Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:30.304Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:31:30.304Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:30.304Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:31:30.304Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:31:30.304Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f9a4f219-db1d-4594-a565-d70f7f5fc229
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:31:30.305Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.306Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is matching search criteria
2021-09-07T05:31:30.306Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d44b500-0d82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:31:30.306Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.306Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is not matching search criteria
2021-09-07T05:31:30.306Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:31:30.306Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:31:30.306Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:30.306Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:31:30.306Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:31:30.306Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:31:30.306Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:31:30.306Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T05:31:30.306Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:31:30.307Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:30.307Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:31:30.307Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:31:30.307Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=def1ab1f-5af7-4dcc-a83b-b99f8cf3cd5f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:31:30.308Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.308Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is matching search criteria
2021-09-07T05:31:30.308Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d44b500-0d82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:31:30.308Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.308Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is not matching search criteria
2021-09-07T05:31:30.309Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:31:30.309Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:31:30.309Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:30.309Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:31:30.309Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:31:30.309Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:31:30.309Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:31:30.309Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:31:30.309Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:31:30.309Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:31:30.309Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:31:30.309Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T05:31:30.310Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=af041834-c5a6-47df-b500-d6a3558d6c6a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:31:30.311Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.311Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is matching search criteria
2021-09-07T05:31:30.311Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d44b500-0d82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:31:30.311Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.311Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Node template vFW 3d44b500-0d82 0 is matching search criteria
2021-09-07T05:31:30.311Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3d44b500-0d82 0] matching following query criteria: sdcType=VF, customizationUUID=2ed316a3-a3cb-498a-a13a-4a1038127446
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:31:30.312Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.312Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:30.313Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 046d365d-6336-42fa-a6d5-e288dd547803: vFW 3d44b500-0d82
2021-09-07T05:31:30.313Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.313Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:30.313Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.313Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:30.313Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.313Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:30.313Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.313Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:30.313Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:31:30.313Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-09-07 05-29-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:31:30.313Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-09-07 05-29-22 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-07T05:31:30.401Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3d44b500-0d82 9aee19a3-b417-414e-aa31-c15443689eab 1 ASDC deployResourceStructure
2021-09-07T05:31:30.401Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json ASDC sendASDCNotification
2021-09-07T05:31:30.401Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json
2021-09-07T05:31:30.401Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:31:30.401Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:30.402Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:30.402Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992690401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:31:30.503Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-07T05:31:30.503Z||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.
2021-09-07T05:31:30.503Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:30.512Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:30.512Z||pool-221-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:31:31.403Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T05:31:31.403Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml
2021-09-07T05:31:31.403Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:31:31.404Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:31.405Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:31.405Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992691403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:31:31.505Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:31:31.506Z||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.
2021-09-07T05:31:31.506Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:31.514Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:31.514Z||pool-222-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:31:32.406Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T05:31:32.406Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env
2021-09-07T05:31:32.406Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:31:32.406Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:32.408Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:32.408Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992692406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T05:31:32.508Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:31:32.509Z||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.
2021-09-07T05:31:32.509Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:32.517Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:32.517Z||pool-223-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:31:33.408Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar ASDC sendASDCNotification
2021-09-07T05:31:33.409Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar
2021-09-07T05:31:33.409Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:31:33.409Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:31:33.410Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:31:33.411Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992693408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:31:33.511Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:31:33.511Z||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.
2021-09-07T05:31:33.511Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:31:33.520Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:31:33.521Z||pool-224-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:31:34.411Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:31:34.418Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:31:34.420Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:31:34.420Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:31:34.420Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:32:04.420Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:32:04.426Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:32:04.427Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:32:04.427Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:32:04.427Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:32:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:32:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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.
2021-09-07T05:32:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:32:14.449Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:32:14.449Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:32:14.449Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "aai-ml",
  "timestamp": 1630992674897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T05:32:14.450Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:32:34.427Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:32:34.432Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:32:34.434Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:32:34.434Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:32:34.434Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:33:04.434Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:33:04.441Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:33:04.442Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:33:04.443Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:33:04.443Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:33:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:33:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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.
2021-09-07T05:33:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:33:14.450Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:33:14.450Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:33:14.450Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992674429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:33:14.450Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:33:34.443Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:33:34.448Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:33:34.450Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:33:34.450Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:33:34.450Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:34:04.450Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:34:04.458Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:34:04.460Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:34:04.460Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:34:04.460Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:34:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:34:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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.
2021-09-07T05:34:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:34:14.452Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:34:14.452Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.452Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "aai-ml",
  "timestamp": 1630992675900,
  "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=?
2021-09-07T05:34:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9015839b-2aed-418f-a62b-390b886cd48f
2021-09-07T05:34:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9015839b-2aed-418f-a62b-390b886cd48f 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 (?, ?, ?, ?, ?)
2021-09-07T05:34:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992674429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:34:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:34:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992674429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:34:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:34:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992674429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:34:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:34:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992674429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T05:34:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:34:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992674429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992674429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992683279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992686583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992688087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992689286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992690401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/vfw3d44b5000d820_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.464Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992691403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:34:14.465Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:34:14.465Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.465Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992692406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/resourceInstances/vfw3d44b5000d820/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T05:34:14.465Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:34:14.465Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:34:14.465Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992693408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907052922/1.0/artifacts/service-Vfw20210907052922-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:34:14.465Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:34:34.460Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:34:34.467Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:34:34.468Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:34:34.468Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T05:34:34.468Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T05:34:34.469Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T05:34:34.469Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T05:34:34.469Z|9015839b-2aed-418f-a62b-390b886cd48f|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=?
2021-09-07T05:34:34.471Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T05:35:04.471Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9015839b-2aed-418f-a62b-390b886cd48f 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=?
2021-09-07T05:35:04.475Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9015839b-2aed-418f-a62b-390b886cd48f and serviceModelVersionId: 046d365d-6336-42fa-a6d5-e288dd547803
2021-09-07T05:35:04.475Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 353c5972-f9b0-49bd-b7d8-ccd207a52e62
2021-09-07T05:35:04.475Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803?depth=0
2021-09-07T05:35:04.479Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T05:35:04.511Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803?depth=0|INFO|500||Invoke
2021-09-07T05:35:04.512Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9015839b-2aed-418f-a62b-390b886cd48f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f01c7aa8-231b-4226-b1b5-bf9019a8d12b], X-ECOMP-RequestID=[9015839b-2aed-418f-a62b-390b886cd48f], X-TransactionId=[], X-ONAP-RequestID=[9015839b-2aed-418f-a62b-390b886cd48f], Content-Type=[application/merge-patch+json]}
2021-09-07T05:35:04.525Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T05:35:04.549Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210907-05:35:04:531-69165], Content-Length=[495], Date=[Tue, 07 Sep 2021 05:35:04 GMT], Content-Type=[application/json]}
2021-09-07T05:35:04.549Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803?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/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803","ERR.5.4.6114"]}}}

2021-09-07T05:35:04.550Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T05:35:04.554Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9015839b-2aed-418f-a62b-390b886cd48f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803) (ec=ERR.5.4.6114)
2021-09-07T05:35:04.554Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9015839b-2aed-418f-a62b-390b886cd48f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803) (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)
2021-09-07T05:35:04.554Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9015839b-2aed-418f-a62b-390b886cd48f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803) (ec=ERR.5.4.6114)
2021-09-07T05:35:04.554Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9015839b-2aed-418f-a62b-390b886cd48f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:35:04.558Z|9015839b-2aed-418f-a62b-390b886cd48f|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)
2021-09-07T05:35:04.558Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9015839b-2aed-418f-a62b-390b886cd48f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9015839b-2aed-418f-a62b-390b886cd48f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803) (ec=ERR.5.4.6114)
2021-09-07T05:35:04.558Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T05:35:04.558Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:35:04.559Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:35:04.559Z|9015839b-2aed-418f-a62b-390b886cd48f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992904558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9015839b-2aed-418f-a62b-390b886cd48f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:35:04.659Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:35:04.660Z||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.
2021-09-07T05:35:04.660Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:35:04.670Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:35:04.670Z||pool-225-thread-1|||||INFO|500||cambria reply ok (11 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=?
2021-09-07T05:35:05.567Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:35:05.568Z||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.
2021-09-07T05:35:05.568Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:35:09.829Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:35:09.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:35:09.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e770ec13-6940-4eba-926f-b075acd30828","serviceName":"Demo_pNF_CWZF1z8giyxUTECqboK8","serviceVersion":"1.0","serviceUUID":"a841bfe5-aa3d-4398-a0f8-3ae29314d8b4","serviceDescription":"catalog service description","serviceInvariantUUID":"e92cb8b9-553b-4e04-ac48-d10572be20f1","resources":[{"resourceInstanceName":"pNF ea7d6ded-a612 0","resourceName":"pNF ea7d6ded-a612","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b53032a5-c08e-4fdf-aba8-f5e5e49c6138","resourceInvariantUUID":"8595d08d-47bb-43b6-84b2-e1aadc1cf076","resourceCustomizationUUID":"44cabd34-debe-4098-80ba-1b0f7eb57759","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vf-license-model.xml","artifactChecksum":"ODRiYmY1ZGNjNTYyZWJmYjJhY2NkZTFiOGNjYjNlMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1fa8136b-9b01-4bdb-bfde-41f7139cc0cc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/pNF.csar","artifactChecksum":"YjQxYjk4NmYwYjY2ZjJjZTU5ZjgxMmIwYzU4NWI4NDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3685dee2-021d-480e-adc2-add21cd6e5fb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"48105623-baa2-4816-8dcb-cdc21d6845bf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vendor-license-model.xml","artifactChecksum":"YTdlNzk1NTIzMWE4M2Y5Zjc5YzRiMWU5NjkxZmE4MWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51b23dbf-a765-49ef-9f76-e24ac5e5b2b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0b2f6bf-64bb-401d-8e58-066e4710d3d8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"08f0ba73-609b-4499-b5d2-7d104a2b7f02","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCwzf1z8giyxutecqbok8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-template.yml","artifactChecksum":"Njg5ZmFkZWNjZWQwZjYzYmI5Yzc0YTkyZDJkN2ZhYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e200e122-1ff1-480d-9bc7-b3cd031c901c","artifactVersion":"1"},{"artifactName":"service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar","artifactChecksum":"NzMzNWEzZmMzODI2NGQ5Njg0YzFlNTk1ZThkMGI0ZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9ec4f48-5588-4a03-9926-770717fe750f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T05:35:09.831Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:35:09.831Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:35:09.832Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:35:09.832Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:09.933Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-07T05:35:09.933Z||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.
2021-09-07T05:35:09.933Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:35:09.941Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:35:09.941Z||pool-226-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:35:10.833Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:35:10.833Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:35:10.835Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:35:10.835Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:10.935Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:35:10.935Z||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.
2021-09-07T05:35:10.935Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:35:10.945Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:35:10.945Z||pool-227-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:35:11.835Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:35:11.836Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:35:11.837Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:35:11.837Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:11.937Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:35:11.938Z||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.
2021-09-07T05:35:11.938Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:35:11.947Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:35:11.947Z||pool-228-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:35:12.838Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:35:12.838Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:35:12.840Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:35:12.840Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:12.940Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:35:12.941Z||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.
2021-09-07T05:35:12.941Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:35:12.949Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:35:12.949Z||pool-229-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:35:13.840Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:35:13.841Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:35:13.842Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:35:13.843Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:13.943Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:35:13.943Z||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.
2021-09-07T05:35:13.943Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:35:13.951Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:35:13.951Z||pool-230-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:35:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:35:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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.
2021-09-07T05:35:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:35:14.451Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:35:14.452Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.452Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992797212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.453Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.453Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.453Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992797212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.453Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.453Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.453Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992799821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.453Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.454Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.454Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992797212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.454Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.454Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.454Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992799821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.454Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.454Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.454Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992797212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.454Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.454Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.454Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "cds",
  "timestamp": 1630992801183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.454Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.454Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.455Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "dcae-sch",
  "timestamp": 1630992801780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.455Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.455Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.455Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992799821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.455Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.455Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.455Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992797212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.455Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.455Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.455Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "cds",
  "timestamp": 1630992801183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.455Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.455Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.455Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "dcae-sch",
  "timestamp": 1630992801780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.455Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.456Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.456Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992799821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.456Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.456Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.456Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992797212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.456Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.456Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.456Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "cds",
  "timestamp": 1630992801183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.456Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.456Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.456Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992803506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.456Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "dcae-sch",
  "timestamp": 1630992801780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992799821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992797212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "cds",
  "timestamp": 1630992801183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.457Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992803506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "dcae-sch",
  "timestamp": 1630992801780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992799821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992797212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:35:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "cds",
  "timestamp": 1630992801183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.458Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.459Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "policy-id",
  "timestamp": 1630992805238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.459Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.459Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.459Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992803506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.459Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.459Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.459Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "dcae-sch",
  "timestamp": 1630992801780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.459Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.459Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.459Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992799821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.459Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.459Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.459Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "cds",
  "timestamp": 1630992801183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.459Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.460Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.460Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "policy-id",
  "timestamp": 1630992805238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.460Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.460Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.460Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992803506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.460Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.460Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.460Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992807207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:35:14.460Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:35:14.460Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.460Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "dcae-sch",
  "timestamp": 1630992801780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.460Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630992799821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:35:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "cds",
  "timestamp": 1630992801183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "policy-id",
  "timestamp": 1630992805238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992803506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.461Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "dcae-sch",
  "timestamp": 1630992801780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.462Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.462Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.462Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "cds",
  "timestamp": 1630992801183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:35:14.462Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.462Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.462Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992808879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:35:14.462Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:35:14.462Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.462Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "policy-id",
  "timestamp": 1630992805238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.462Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.462Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.462Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992803506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:35:14.462Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.462Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "dcae-sch",
  "timestamp": 1630992801780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "clamp",
  "timestamp": 1630992808836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.463Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630992809882,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2021-09-07T05:35:14.472Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e770ec13-6940-4eba-926f-b075acd30828
2021-09-07T05:35:14.473Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e770ec13-6940-4eba-926f-b075acd30828 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 (?, ?, ?, ?, ?)
2021-09-07T05:35:14.477Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.478Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "policy-id",
  "timestamp": 1630992805238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.478Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.478Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.478Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "cds",
  "timestamp": 1630992810007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:35:14.478Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:35:14.478Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.478Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992803506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.478Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.478Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.478Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "clamp",
  "timestamp": 1630992808836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.478Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.478Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.479Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "policy-id",
  "timestamp": 1630992805238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.479Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.479Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.479Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "cds",
  "timestamp": 1630992811011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-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=?
2021-09-07T05:35:14.482Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e770ec13-6940-4eba-926f-b075acd30828
2021-09-07T05:35:14.482Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e770ec13-6940-4eba-926f-b075acd30828 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 (?, ?, ?, ?, ?)
2021-09-07T05:35:14.488Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.488Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992803506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.488Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.488Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.488Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "clamp",
  "timestamp": 1630992808836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.488Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.488Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.488Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "aai-ml",
  "timestamp": 1630992811181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "policy-id",
  "timestamp": 1630992805238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "clamp",
  "timestamp": 1630992808836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992812785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "aai-ml",
  "timestamp": 1630992811181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "policy-id",
  "timestamp": 1630992805238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "clamp",
  "timestamp": 1630992808836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992813793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.489Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "aai-ml",
  "timestamp": 1630992811181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.490Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.490Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.490Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "clamp",
  "timestamp": 1630992808836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.490Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.490Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.490Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630992814795,
  "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=?
2021-09-07T05:35:14.492Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e770ec13-6940-4eba-926f-b075acd30828
2021-09-07T05:35:14.493Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e770ec13-6940-4eba-926f-b075acd30828 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 (?, ?, ?, ?, ?)
2021-09-07T05:35:14.497Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.497Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "aai-ml",
  "timestamp": 1630992811181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.497Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.497Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.497Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "policy-id",
  "timestamp": 1630992815089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "clamp",
  "timestamp": 1630992808836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "aai-ml",
  "timestamp": 1630992811181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "policy-id",
  "timestamp": 1630992816092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "clamp",
  "timestamp": 1630992808836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "aai-ml",
  "timestamp": 1630992811181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.498Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "policy-id",
  "timestamp": 1630992817096,
  "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=?
2021-09-07T05:35:14.501Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e770ec13-6940-4eba-926f-b075acd30828
2021-09-07T05:35:14.501Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e770ec13-6940-4eba-926f-b075acd30828 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 (?, ?, ?, ?, ?)
2021-09-07T05:35:14.505Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.505Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "aai-ml",
  "timestamp": 1630992811181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.505Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.505Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.505Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "aai-ml",
  "timestamp": 1630992811181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:35:14.505Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:35:14.506Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.506Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "aai-ml",
  "timestamp": 1630992820883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:35:14.506Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:35:14.506Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.506Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "aai-ml",
  "timestamp": 1630992824291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-09-07T05:35:14.506Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:35:14.506Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.506Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "aai-ml",
  "timestamp": 1630992825294,
  "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=?
2021-09-07T05:35:14.508Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e770ec13-6940-4eba-926f-b075acd30828
2021-09-07T05:35:14.508Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e770ec13-6940-4eba-926f-b075acd30828 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 (?, ?, ?, ?, ?)
2021-09-07T05:35:14.516Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.516Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "clamp",
  "timestamp": 1630992829183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:35:14.516Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:35:14.516Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.516Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "clamp",
  "timestamp": 1630992831191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:35:14.516Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:35:14.516Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:35:14.516Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "clamp",
  "timestamp": 1630992832194,
  "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=?
2021-09-07T05:35:14.519Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e770ec13-6940-4eba-926f-b075acd30828
2021-09-07T05:35:14.519Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e770ec13-6940-4eba-926f-b075acd30828 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 (?, ?, ?, ?, ?)
2021-09-07T05:35:14.843Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:35:14.844Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:35:14.845Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:35:14.845Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:14.945Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:35:14.946Z||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.
2021-09-07T05:35:14.946Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:35:14.954Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:35:14.954Z||pool-231-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:35:15.846Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:35:15.846Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:35:15.848Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:35:15.848Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:35:15.948Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:35:15.949Z||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.
2021-09-07T05:35:15.949Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:35:15.957Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:35:15.957Z||pool-232-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:35:16.848Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:35:16.849Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:35:16.850Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:35:16.850Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:35:16.951Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:35:16.951Z||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.
2021-09-07T05:35:16.951Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:35:16.960Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:35:16.960Z||pool-233-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:35:17.851Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "serviceName": "Demo_pNF_CWZF1z8giyxUTECqboK8",
  "serviceVersion": "1.0",
  "serviceUUID": "a841bfe5-aa3d-4398-a0f8-3ae29314d8b4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e92cb8b9-553b-4e04-ac48-d10572be20f1",
  "resources": [
    {
      "resourceInstanceName": "pNF ea7d6ded-a612 0",
      "resourceCustomizationUUID": "44cabd34-debe-4098-80ba-1b0f7eb57759",
      "resourceName": "pNF ea7d6ded-a612",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b53032a5-c08e-4fdf-aba8-f5e5e49c6138",
      "resourceInvariantUUID": "8595d08d-47bb-43b6-84b2-e1aadc1cf076",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
      "artifactChecksum": "NzMzNWEzZmMzODI2NGQ5Njg0YzFlNTk1ZThkMGI0ZmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e9ec4f48-5588-4a03-9926-770717fe750f"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T05:35:17.852Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T05:35:17.852Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a841bfe5-aa3d-4398-a0f8-3ae29314d8b4 ASDC
2021-09-07T05:35:17.852Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e770ec13-6940-4eba-926f-b075acd30828
ServiceName:Demo_pNF_CWZF1z8giyxUTECqboK8
ServiceVersion:1.0
ServiceUUID:a841bfe5-aa3d-4398-a0f8-3ae29314d8b4
ServiceInvariantUUID:e92cb8b9-553b-4e04-ac48-d10572be20f1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
ArtifactUUID:e9ec4f48-5588-4a03-9926-770717fe750f
ArtifactChecksum:NzMzNWEzZmMzODI2NGQ5Njg0YzFlNTk1ZThkMGI0ZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ea7d6ded-a612 0
ResourceCustomizationUUID:44cabd34-debe-4098-80ba-1b0f7eb57759
ResourceInvariantUUID:8595d08d-47bb-43b6-84b2-e1aadc1cf076
ResourceName:pNF ea7d6ded-a612
ResourceType:PNF
ResourceUUID:b53032a5-c08e-4fdf-aba8-f5e5e49c6138
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-07T05:35:17.852Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a841bfe5-aa3d-4398-a0f8-3ae29314d8b4 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=?
2021-09-07T05:35:17.869Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:35:17.869Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-07T05:35:17.869Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-07T05:35:17.869Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e9ec4f48-5588-4a03-9926-770717fe750f from URL: /sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:17.869Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-07T05:35:17.870Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:18.152Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-07T05:35:18.155Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar e9ec4f48-5588-4a03-9926-770717fe750f 82536
2021-09-07T05:35:18.155Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar ASDC sendASDCNotification
2021-09-07T05:35:18.155Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:18.155Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:35:18.155Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:35:18.156Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:35:18.156Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992918155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:35:18.257Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:35:18.257Z||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.
2021-09-07T05:35:18.257Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:35:18.266Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:35:18.266Z||pool-234-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:35:19.157Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:35:19.158Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-07T05:35:19.158Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e9ec4f48-5588-4a03-9926-770717fe750f, URL: /sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar to file: /app/ASDC/1/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:19.158Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:19.159Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:19.159Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:19.240Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14966811680286596400/Definitions/service-DemoPnfCwzf1z8giyxutecqbok8-template.yml
2021-09-07T05:35:19.789Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||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-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||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-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ea7d6ded-a612 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-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_CWZF1z8giyxUTECqboK8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Node template pNF ea7d6ded-a612 0 is matching search criteria
2021-09-07T05:35:19.790Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ea7d6ded-a612 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_CWZF1z8giyxUTECqboK8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Node template pNF ea7d6ded-a612 0 is matching search criteria
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ea7d6ded-a612 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_CWZF1z8giyxUTECqboK8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_CWZF1z8giyxUTECqboK8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_CWZF1z8giyxUTECqboK8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_CWZF1z8giyxUTECqboK8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:35:19.791Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_CWZF1z8giyxUTECqboK8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:35:19.792Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_CWZF1z8giyxUTECqboK8
Description:catalog service description
Model UUID:a841bfe5-aa3d-4398-a0f8-3ae29314d8b4
Model Version:NULL
Model InvariantUuid:e92cb8b9-553b-4e04-ac48-d10572be20f1
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T05:35:19.796Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: b53032a5-c08e-4fdf-aba8-f5e5e49c6138
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:35:19.797Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||pNF ea7d6ded-a612 0
2021-09-07T05:35:19.798Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b53032a5-c08e-4fdf-aba8-f5e5e49c6138
2021-09-07T05:35:19.798Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a841bfe5-aa3d-4398-a0f8-3ae29314d8b4
2021-09-07T05:35:19.798Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a841bfe5-aa3d-4398-a0f8-3ae29314d8b4
2021-09-07T05:35:19.798Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ea7d6ded-a612 0 b53032a5-c08e-4fdf-aba8-f5e5e49c6138 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:35:19.801Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@431c5718, org.onap.sdc.toscaparser.api.parameters.Input@f27141b, org.onap.sdc.toscaparser.api.parameters.Input@7fb82568, org.onap.sdc.toscaparser.api.parameters.Input@2d99730b, org.onap.sdc.toscaparser.api.parameters.Input@c9c4537]
2021-09-07T05:35:19.801Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:35:19.802Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_CWZF1z8giyxUTECqboK8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:35:19.802Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a841bfe5-aa3d-4398-a0f8-3ae29314d8b4: pNF ea7d6ded-a612
2021-09-07T05:35:19.802Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||Processing PNF resource: b53032a5-c08e-4fdf-aba8-f5e5e49c6138
2021-09-07T05:35:19.802Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:35:19.802Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_CWZF1z8giyxUTECqboK8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:35:19.802Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||Resource customization UUID: 44cabd34-debe-4098-80ba-1b0f7eb57759 is the same as notified resource customizationUUID: 44cabd34-debe-4098-80ba-1b0f7eb57759
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-09-07T05:35:19.824Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ea7d6ded-a612 b53032a5-c08e-4fdf-aba8-f5e5e49c6138 0 ASDC deployResourceStructure
2021-09-07T05:35:19.825Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar ASDC sendASDCNotification
2021-09-07T05:35:19.825Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar
2021-09-07T05:35:19.825Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:35:19.825Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:35:19.826Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:35:19.826Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992919825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:35:19.927Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:35:19.927Z||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.
2021-09-07T05:35:19.927Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:35:19.936Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:35:19.937Z||pool-235-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:35:20.827Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e770ec13-6940-4eba-926f-b075acd30828
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:35:20.834Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e770ec13-6940-4eba-926f-b075acd30828
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:35:20.835Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:35:20.835Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-07T05:35:20.835Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-07T05:35:20.835Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-07T05:35:20.835Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-07T05:35:20.835Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-09-07T05:35:20.835Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-07T05:35:20.838Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-07T05:35:50.839Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e770ec13-6940-4eba-926f-b075acd30828 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=?
2021-09-07T05:35:50.842Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e770ec13-6940-4eba-926f-b075acd30828 and serviceModelVersionId: a841bfe5-aa3d-4398-a0f8-3ae29314d8b4
2021-09-07T05:35:50.842Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e92cb8b9-553b-4e04-ac48-d10572be20f1
2021-09-07T05:35:50.842Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4?depth=0
2021-09-07T05:35:50.845Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-07T05:35:50.861Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4?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]}
2021-09-07T05:35:50.862Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4?depth=0|INFO|500||Invoke
2021-09-07T05:35:50.875Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-09-07T05:35:50.901Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4?depth=0|INFO|404|Not Found|InvokeReturn
2021-09-07T05:35:50.902Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210907-05:35:50:880-2535], Content-Length=[495], Date=[Tue, 07 Sep 2021 05:35:50 GMT], Content-Type=[application/json]}
2021-09-07T05:35:50.902Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4","ERR.5.4.6114"]}}}

2021-09-07T05:35:50.905Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=e770ec13-6940-4eba-926f-b075acd30828 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4) (ec=ERR.5.4.6114)
2021-09-07T05:35:50.905Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e770ec13-6940-4eba-926f-b075acd30828 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4) (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)
2021-09-07T05:35:50.905Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e770ec13-6940-4eba-926f-b075acd30828 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4) (ec=ERR.5.4.6114)
2021-09-07T05:35:50.905Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=e770ec13-6940-4eba-926f-b075acd30828 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:35:50.908Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-07T05:35:50.908Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e770ec13-6940-4eba-926f-b075acd30828 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e770ec13-6940-4eba-926f-b075acd30828 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4) (ec=ERR.5.4.6114)
2021-09-07T05:35:50.908Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-09-07T05:35:50.908Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:35:50.909Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:35:50.909Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992950908,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de770ec13-6940-4eba-926f-b075acd30828 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:35:51.010Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:35:51.010Z||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.
2021-09-07T05:35:51.010Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:35:51.021Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:35:51.021Z||pool-236-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-07T05:35:51.917Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:35:51.918Z|e770ec13-6940-4eba-926f-b075acd30828|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.
2021-09-07T05:35:51.918Z|e770ec13-6940-4eba-926f-b075acd30828|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:36:01.451Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:36:01.451Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:36:01.452Z|e770ec13-6940-4eba-926f-b075acd30828|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.
2021-09-07T05:36:01.452Z|e770ec13-6940-4eba-926f-b075acd30828|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:36:10.985Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:36:10.986Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:36:10.986Z|e770ec13-6940-4eba-926f-b075acd30828|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.
2021-09-07T05:36:10.986Z|e770ec13-6940-4eba-926f-b075acd30828|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:36:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:36:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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.
2021-09-07T05:36:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:36:14.447Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:36:14.448Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:36:14.448Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9015839b-2aed-418f-a62b-390b886cd48f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992904558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9015839b-2aed-418f-a62b-390b886cd48f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/353c5972-f9b0-49bd-b7d8-ccd207a52e62/model-vers/model-ver/046d365d-6336-42fa-a6d5-e288dd547803) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:36:14.448Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:36:14.448Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:36:14.448Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:36:14.448Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:36:14.448Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:36:14.448Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:36:14.448Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:36:14.449Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:36:14.449Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:36:14.449Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:36:14.449Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:36:14.449Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:36:14.449Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:36:14.449Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:36:14.449Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:36:14.449Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:36:20.516Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:36:20.517Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:36:20.517Z|e770ec13-6940-4eba-926f-b075acd30828|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.
2021-09-07T05:36:20.517Z|e770ec13-6940-4eba-926f-b075acd30828|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:36:30.045Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:37:14.429Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:37:14.429Z|e770ec13-6940-4eba-926f-b075acd30828|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.
2021-09-07T05:37:14.429Z|e770ec13-6940-4eba-926f-b075acd30828|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:37:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:37:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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.
2021-09-07T05:37:14.431Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:37:14.947Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:37:14.947Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:37:14.947Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/resourceInstances/pnfea7d6deda6120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:37:14.948Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:37:14.948Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:37:14.948Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:37:14.948Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:37:14.948Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:37:14.948Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992905567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:37:14.948Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:37:14.948Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:37:14.948Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992918155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:37:14.948Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:37:14.948Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:37:14.948Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992919825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwzf1z8giyxutecqbok8/1.0/artifacts/service-DemoPnfCwzf1z8giyxutecqbok8-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:37:14.949Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:37:14.949Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-07T05:37:14.949Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e770ec13-6940-4eba-926f-b075acd30828",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630992950908,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de770ec13-6940-4eba-926f-b075acd30828 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e92cb8b9-553b-4e04-ac48-d10572be20f1/model-vers/model-ver/a841bfe5-aa3d-4398-a0f8-3ae29314d8b4) (ec\u003dERR.5.4.6114)"
}
2021-09-07T05:37:14.949Z|0e713f99-67e4-4f5a-84b6-4d94ffe42e80|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:37:23.966Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:38:14.429Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:38:14.430Z|e770ec13-6940-4eba-926f-b075acd30828|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.
2021-09-07T05:38:14.430Z|e770ec13-6940-4eba-926f-b075acd30828|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:38:14.431Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:38:14.431Z||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.
2021-09-07T05:38:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:38:23.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:38:23.964Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:39:14.429Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:39:14.429Z|e770ec13-6940-4eba-926f-b075acd30828|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.
2021-09-07T05:39:14.430Z|e770ec13-6940-4eba-926f-b075acd30828|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:39:14.431Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:39:14.431Z||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.
2021-09-07T05:39:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:39:23.966Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:39:23.968Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:40:14.429Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:40:14.429Z|e770ec13-6940-4eba-926f-b075acd30828|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.
2021-09-07T05:40:14.429Z|e770ec13-6940-4eba-926f-b075acd30828|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:40:14.431Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:40:14.431Z||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.
2021-09-07T05:40:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:40:23.961Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:40:23.963Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:41:14.429Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:41:14.429Z|e770ec13-6940-4eba-926f-b075acd30828|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.
2021-09-07T05:41:14.430Z|e770ec13-6940-4eba-926f-b075acd30828|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:41:14.431Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:41:14.431Z|b79e647b-de76-432b-b473-42a4bbd26755|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.
2021-09-07T05:41:14.431Z|b79e647b-de76-432b-b473-42a4bbd26755|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:41:23.969Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:41:23.970Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:14.429Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:42:14.429Z|e770ec13-6940-4eba-926f-b075acd30828|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.
2021-09-07T05:42:14.429Z|e770ec13-6940-4eba-926f-b075acd30828|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:14.431Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:42:14.431Z|b79e647b-de76-432b-b473-42a4bbd26755|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.
2021-09-07T05:42:14.431Z|b79e647b-de76-432b-b473-42a4bbd26755|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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:14.905Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:14.905Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "cds",
  "timestamp": 1630993311183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "cds",
  "timestamp": 1630993311183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "clamp",
  "timestamp": 1630993318836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "cds",
  "timestamp": 1630993311183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630993319821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "clamp",
  "timestamp": 1630993318836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:42:14.906Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "cds",
  "timestamp": 1630993311183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630993319821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "clamp",
  "timestamp": 1630993318836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "cds",
  "timestamp": 1630993311183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "aai-ml",
  "timestamp": 1630993321181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "dcae-sch",
  "timestamp": 1630993321780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630993319821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "clamp",
  "timestamp": 1630993318836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "cds",
  "timestamp": 1630993311183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.907Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "aai-ml",
  "timestamp": 1630993321181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "dcae-sch",
  "timestamp": 1630993321780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630993319821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "clamp",
  "timestamp": 1630993318836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "cds",
  "timestamp": 1630993311183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "aai-ml",
  "timestamp": 1630993321181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630993323506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "dcae-sch",
  "timestamp": 1630993321780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.908Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630993319821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "clamp",
  "timestamp": 1630993318836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "aai-ml",
  "timestamp": 1630993321181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630993323506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "dcae-sch",
  "timestamp": 1630993321780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630993319821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "clamp",
  "timestamp": 1630993318836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "cds",
  "timestamp": 1630993325684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:42:14.909Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "aai-ml",
  "timestamp": 1630993321181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "policy-id",
  "timestamp": 1630993325238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630993323506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "dcae-sch",
  "timestamp": 1630993321780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630993319821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.910Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "cds",
  "timestamp": 1630993326689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-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 (?, ?, ?, ?, ?)
2021-09-07T05:42:14.919Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 27158976-1aa8-4dba-9976-2e6f9aaa42d0
2021-09-07T05:42:14.919Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27158976-1aa8-4dba-9976-2e6f9aaa42d0 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 (?, ?, ?, ?, ?)
2021-09-07T05:42:14.924Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.924Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "aai-ml",
  "timestamp": 1630993321181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "policy-id",
  "timestamp": 1630993325238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630993323506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "dcae-sch",
  "timestamp": 1630993321780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "aai-ml",
  "timestamp": 1630993321181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "policy-id",
  "timestamp": 1630993325238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630993323506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.925Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630993328280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "dcae-sch",
  "timestamp": 1630993321780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "policy-id",
  "timestamp": 1630993325238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630993323506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "aai-ml",
  "timestamp": 1630993329387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630993329790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "policy-id",
  "timestamp": 1630993325238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630993323506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.926Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "policy-id",
  "timestamp": 1630993325238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:14.927Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.927Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.927Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630993331007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:42:14.927Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:42:14.927Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.927Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "policy-id",
  "timestamp": 1630993325238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:42:14.927Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-07T05:42:14.927Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.927Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630993332029,
  "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=?
2021-09-07T05:42:14.929Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27158976-1aa8-4dba-9976-2e6f9aaa42d0
2021-09-07T05:42:14.929Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27158976-1aa8-4dba-9976-2e6f9aaa42d0 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 (?, ?, ?, ?, ?)
2021-09-07T05:42:14.934Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.934Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630993333032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:42:14.934Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:42:14.934Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-07T05:42:14.934Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "policy-id",
  "timestamp": 1630993333764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:42:14.934Z|b79e647b-de76-432b-b473-42a4bbd26755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:42:15.047Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:15.047Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-07T05:42:15.048Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"27158976-1aa8-4dba-9976-2e6f9aaa42d0","serviceName":"vFW 2021-09-07 05-40-10","serviceVersion":"1.0","serviceUUID":"6e07e931-8e6a-4b5d-86ee-b49ac0106da4","serviceDescription":"catalog service description","serviceInvariantUUID":"4f18f3cb-29e7-4a1b-87e0-b3fdf545ecab","resources":[{"resourceInstanceName":"vFW 1e2be075-fe79 0","resourceName":"vFW 1e2be075-fe79","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"01b2deb8-8520-40b8-83d2-2d5db885563d","resourceInvariantUUID":"09d24ef1-0f96-4f12-8a26-dc539fa176c6","resourceCustomizationUUID":"ae8e8d7f-2976-4071-9406-a59306c67460","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmE4NjNmNDI4ODJhOGNlNDdmMjUyNTliMjlkMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4d1cc289-5896-45e6-9461-2d21817abb94","artifactVersion":"1"},{"artifactName":"vfw1e2be075fe790_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json","artifactChecksum":"MzI3NmYxYzU4NjBmZmU2MjRjODE5ODA2ZmZkZTg1NDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b16e810-8525-46e4-9c5a-07f2ba6f8dfc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9ffc7556-8d31-4491-8565-2f29a4e40c9f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vendor-license-model.xml","artifactChecksum":"Yjc4ODRmYjJmYTU2NTk5YTZiOGI2ZGM3MjIxMDY1ZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d25524e8-b865-49ac-ab53-50c2d3d11aa1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6e2bce7b-fad6-4441-b0a9-d4beb3015bf3","artifactVersion":"2","generatedFromUUID":"9ffc7556-8d31-4491-8565-2f29a4e40c9f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210907054010-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-template.yml","artifactChecksum":"MDRjMjU1Y2NkNGZlYTljY2U1NWQxYzRiN2M4MjhlNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"866a31bc-9abd-4863-8d9a-6f12727a362f","artifactVersion":"1"},{"artifactName":"service-Vfw20210907054010-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar","artifactChecksum":"MjhlZjdhNzdmZTZlNWZmNDIxY2YxNjU1MjVjNGE1NDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb326ed1-56a4-4e93-8c11-78037843f3af","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-07T05:42:15.049Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:42:15.049Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:15.050Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:15.050Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993334429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:15.151Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:15.151Z||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.
2021-09-07T05:42:15.151Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:15.160Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:15.160Z||pool-237-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:42:16.051Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:42:16.051Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:16.053Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:16.053Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993334429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json",
  "status": "NOTIFIED"
}
2021-09-07T05:42:16.153Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:16.154Z||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.
2021-09-07T05:42:16.154Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:16.162Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:16.162Z||pool-238-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:42:17.053Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:42:17.054Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:17.055Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:17.055Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993334429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-07T05:42:17.155Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:17.156Z||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.
2021-09-07T05:42:17.156Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:17.164Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:17.165Z||pool-239-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:42:18.055Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:42:18.056Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:18.057Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:18.057Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993334429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:18.157Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:18.158Z||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.
2021-09-07T05:42:18.158Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:18.167Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:18.167Z||pool-240-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:42:19.058Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:42:19.058Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:19.059Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:19.059Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993334429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-07T05:42:19.160Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:19.160Z||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.
2021-09-07T05:42:19.161Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:19.169Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:19.169Z||pool-241-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:42:20.060Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:42:20.060Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:20.061Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:20.062Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993334429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:42:20.162Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:20.162Z||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.
2021-09-07T05:42:20.162Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:20.171Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:20.171Z||pool-242-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:42:21.062Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-07T05:42:21.063Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:21.065Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:21.065Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993334429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
  "status": "NOTIFIED"
}
2021-09-07T05:42:21.165Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:21.165Z||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.
2021-09-07T05:42:21.166Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:21.175Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:21.175Z||pool-243-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:42:22.066Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "serviceName": "vFW 2021-09-07 05-40-10",
  "serviceVersion": "1.0",
  "serviceUUID": "6e07e931-8e6a-4b5d-86ee-b49ac0106da4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4f18f3cb-29e7-4a1b-87e0-b3fdf545ecab",
  "resources": [
    {
      "resourceInstanceName": "vFW 1e2be075-fe79 0",
      "resourceCustomizationUUID": "ae8e8d7f-2976-4071-9406-a59306c67460",
      "resourceName": "vFW 1e2be075-fe79",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "01b2deb8-8520-40b8-83d2-2d5db885563d",
      "resourceInvariantUUID": "09d24ef1-0f96-4f12-8a26-dc539fa176c6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1e2be075fe790_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json",
          "artifactChecksum": "MzI3NmYxYzU4NjBmZmU2MjRjODE5ODA2ZmZkZTg1NDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0b16e810-8525-46e4-9c5a-07f2ba6f8dfc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9ffc7556-8d31-4491-8565-2f29a4e40c9f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6e2bce7b-fad6-4441-b0a9-d4beb3015bf3",
            "generatedFromUUID": "9ffc7556-8d31-4491-8565-2f29a4e40c9f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6e2bce7b-fad6-4441-b0a9-d4beb3015bf3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210907054010-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
      "artifactChecksum": "MjhlZjdhNzdmZTZlNWZmNDIxY2YxNjU1MjVjNGE1NDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cb326ed1-56a4-4e93-8c11-78037843f3af"
    }
  ],
  "workloadContext": "Production"
}
2021-09-07T05:42:22.066Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-07T05:42:22.066Z|e770ec13-6940-4eba-926f-b075acd30828|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e07e931-8e6a-4b5d-86ee-b49ac0106da4 ASDC
2021-09-07T05:42:22.066Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:27158976-1aa8-4dba-9976-2e6f9aaa42d0
ServiceName:vFW 2021-09-07 05-40-10
ServiceVersion:1.0
ServiceUUID:6e07e931-8e6a-4b5d-86ee-b49ac0106da4
ServiceInvariantUUID:4f18f3cb-29e7-4a1b-87e0-b3fdf545ecab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210907054010-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar
ArtifactUUID:cb326ed1-56a4-4e93-8c11-78037843f3af
ArtifactChecksum:MjhlZjdhNzdmZTZlNWZmNDIxY2YxNjU1MjVjNGE1NDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1e2be075-fe79 0
ResourceCustomizationUUID:ae8e8d7f-2976-4071-9406-a59306c67460
ResourceInvariantUUID:09d24ef1-0f96-4f12-8a26-dc539fa176c6
ResourceName:vFW 1e2be075-fe79
ResourceType:VF
ResourceUUID:01b2deb8-8520-40b8-83d2-2d5db885563d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1e2be075fe790_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json
ArtifactUUID:0b16e810-8525-46e4-9c5a-07f2ba6f8dfc
ArtifactChecksum:MzI3NmYxYzU4NjBmZmU2MjRjODE5ODA2ZmZkZTg1NDE=
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/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml
ArtifactUUID:9ffc7556-8d31-4491-8565-2f29a4e40c9f
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/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env
ArtifactUUID:6e2bce7b-fad6-4441-b0a9-d4beb3015bf3
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/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env
ArtifactUUID:6e2bce7b-fad6-4441-b0a9-d4beb3015bf3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-07T05:42:22.066Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e07e931-8e6a-4b5d-86ee-b49ac0106da4 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=?
2021-09-07T05:42:22.085Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:42:22.086Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-07T05:42:22.086Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-07T05:42:22.086Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cb326ed1-56a4-4e93-8c11-78037843f3af from URL: /sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:22.086Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-07T05:42:22.086Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:23.282Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-07T05:42:23.285Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar cb326ed1-56a4-4e93-8c11-78037843f3af 98735
2021-09-07T05:42:23.285Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar ASDC sendASDCNotification
2021-09-07T05:42:23.285Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:23.285Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:42:23.285Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:23.287Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:23.287Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993343285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:42:23.387Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:23.388Z||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.
2021-09-07T05:42:23.388Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:23.397Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:23.397Z||pool-244-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:42:24.287Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-07T05:42:24.288Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-07T05:42:24.288Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: cb326ed1-56a4-4e93-8c11-78037843f3af, URL: /sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar to file: /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:24.288Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210907054010-csar.csar
2021-09-07T05:42:24.289Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:24.289Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:24.444Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3804695348375084485/Definitions/service-Vfw20210907054010-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-07T05:42:25.822Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-07T05:42:25.822Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-07T05:42:25.822Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:25.822Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-07T05:42:25.822Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:25.823Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:25.823Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:25.823Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:25.823Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:25.823Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:25.823Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:25.823Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:25.823Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:25.823Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:25.823Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1e2be075-fe79 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-Vfw20210907054010-csar.csar
2021-09-07T05:42:25.823Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:25.823Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:25.823Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-07T05:42:25.824Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.824Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:25.824Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is matching search criteria
2021-09-07T05:42:25.824Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-07T05:42:25.824Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1e2be075-fe79 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:42:25.824Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.824Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:25.824Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is matching search criteria
2021-09-07T05:42:25.825Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-07T05:42:25.825Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1e2be075-fe79 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-07T05:42:25.825Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.825Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:25.825Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.825Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is not matching search criteria
2021-09-07T05:42:25.825Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:42:25.825Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:42:25.826Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:42:25.826Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:25.826Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:42:25.826Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:42:25.826Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:42:25.826Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:42:25.826Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:42:25.826Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:42:25.827Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:25.827Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:42:25.827Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:25.827Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:42:25.827Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:42:25.827Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-07T05:42:25.827Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.827Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T05:42:25.827Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.828Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is matching search criteria
2021-09-07T05:42:25.828Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1e2be075-fe79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:42:25.828Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.828Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is matching search criteria
2021-09-07T05:42:25.828Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1e2be075-fe79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:42:25.828Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.828Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is matching search criteria
2021-09-07T05:42:25.829Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1e2be075-fe79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:42:25.829Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.829Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is not matching search criteria
2021-09-07T05:42:25.829Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:42:25.829Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:42:25.829Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T05:42:25.829Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:42:25.830Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:42:25.830Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:42:25.830Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:25.830Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:42:25.830Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:25.830Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:42:25.830Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:42:25.830Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d17fa326-4c40-4367-bda0-c40d1ad50d17
2021-09-07T05:42:25.830Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.831Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is not matching search criteria
2021-09-07T05:42:25.831Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:42:25.831Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:42:25.831Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:42:25.831Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:25.831Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:42:25.831Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:42:25.831Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:42:25.832Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T05:42:25.832Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:42:25.832Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:25.832Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:42:25.832Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:42:25.832Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=662052b9-218f-42cb-83b0-dbf0b687aa49
2021-09-07T05:42:25.832Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.832Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is not matching search criteria
2021-09-07T05:42:25.833Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:42:25.833Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:42:25.833Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:42:25.833Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:25.833Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:42:25.833Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:42:25.833Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:42:25.833Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:42:25.833Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:42:25.834Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:42:25.834Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:25.834Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T05:42:25.834Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=618e820c-f1fc-4a6f-919f-3d4a3d1f2d6f
2021-09-07T05:42:25.834Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.834Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:25.834Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.835Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:25.835Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.835Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:25.835Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:25.835Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:25.835Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-07 05-40-10
Description:catalog service description
Model UUID:6e07e931-8e6a-4b5d-86ee-b49ac0106da4
Model Version:NULL
Model InvariantUuid:4f18f3cb-29e7-4a1b-87e0-b3fdf545ecab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1e2be075-fe79
Model UUID:6a2c23fd-a1b5-4565-b781-2d80a8c01319
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:09d24ef1-0f96-4f12-8a26-dc539fa176c6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ae8e8d7f-2976-4071-9406-a59306c67460
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:24454306-07e0-409d-a345-120e04b1001e
ModelName:Vfw1e2be075Fe79..base_vfw..module-0
ModelUuid:c5c1955e-12eb-4651-956d-d7e61573f312
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d17fa326-4c40-4367-bda0-c40d1ad50d17
ModelInvariantUuid:1825fafe-baf9-419f-a685-907253a239d5
ModelName:vFW 1e2be075-fe79-nodes.vfwCvfc
ModelUuid:c36252d7-88e3-4235-bbff-5ba4e897122d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c2eba320-45c4-4a17-b573-360dd1f5a560
ModelInvariantUuid:07b8396b-17e3-40f6-8aa5-601cb8e3a9ff
ModelName:Vfw1e2be075Fe79.compute.nodes.heat.vfw
ModelUuid:e9acad37-ca3b-4aec-a5bb-b0f5258f1b1f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:662052b9-218f-42cb-83b0-dbf0b687aa49
ModelInvariantUuid:7c509467-c35c-4333-8a93-449c40929fd0
ModelName:vFW 1e2be075-fe79-nodes.vsnCvfc
ModelUuid:2af41431-7b9d-47e1-a5c7-f8dd6b8b2009
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1f5cc88f-a1e4-4f2d-808e-d0f97302d420
ModelInvariantUuid:e8ddfc62-f46d-41ae-a668-212ecd9b69fd
ModelName:Vfw1e2be075Fe79.compute.nodes.heat.vsn
ModelUuid:d79b4ae0-64f0-4521-9c38-4ee443fa5d81
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:618e820c-f1fc-4a6f-919f-3d4a3d1f2d6f
ModelInvariantUuid:59815c53-15d5-41f2-82d8-6db92989c149
ModelName:vFW 1e2be075-fe79-nodes.vpgCvfc
ModelUuid:40557787-3af1-4ff4-9222-11d0b831104a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:eec24469-4044-4aba-9281-180acb18d540
ModelInvariantUuid:8996e0aa-dfad-42bd-8df2-0f7be35b0034
ModelName:Vfw1e2be075Fe79.compute.nodes.heat.vpg
ModelUuid:d5c8837e-b3fd-478a-93cf-a572c649de32
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-07T05:42:25.839Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 01b2deb8-8520-40b8-83d2-2d5db885563d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:42:25.841Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||vFW 1e2be075-fe79 0
2021-09-07T05:42:25.841Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 01b2deb8-8520-40b8-83d2-2d5db885563d
2021-09-07T05:42:25.841Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0b16e810-8525-46e4-9c5a-07f2ba6f8dfc from URL: /sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json
2021-09-07T05:42:25.841Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-07T05:42:25.841Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json
2021-09-07T05:42:26.976Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-07T05:42:26.977Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json 0b16e810-8525-46e4-9c5a-07f2ba6f8dfc 785
2021-09-07T05:42:26.977Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json ASDC sendASDCNotification
2021-09-07T05:42:26.977Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json
2021-09-07T05:42:26.977Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:42:26.977Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:26.978Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:26.978Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993346977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:42:27.078Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:27.079Z||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.
2021-09-07T05:42:27.079Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:27.089Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:27.089Z||pool-245-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:42:27.979Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1e2be075Fe79..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "24454306-07e0-409d-a345-120e04b1001e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c5c1955e-12eb-4651-956d-d7e61573f312",
    "vfModuleModelCustomizationUUID": "f1dfc13f-5209-4385-9ebb-19fa9b922005",
    "isBase": true,
    "artifacts": [
      "9ffc7556-8d31-4491-8565-2f29a4e40c9f",
      "6e2bce7b-fad6-4441-b0a9-d4beb3015bf3"
    ],
    "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": ""
    }
  }
]
2021-09-07T05:42:27.981Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1e2be075Fe79..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5c1955e-12eb-4651-956d-d7e61573f312
VfModuleModelInvariantUUID:24454306-07e0-409d-a345-120e04b1001e
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ffc7556-8d31-4491-8565-2f29a4e40c9f
,
6e2bce7b-fad6-4441-b0a9-d4beb3015bf3

}
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


}

2021-09-07T05:42:27.982Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1e2be075Fe79..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "24454306-07e0-409d-a345-120e04b1001e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c5c1955e-12eb-4651-956d-d7e61573f312",
    "vfModuleModelCustomizationUUID": "f1dfc13f-5209-4385-9ebb-19fa9b922005",
    "isBase": true,
    "artifacts": [
      "9ffc7556-8d31-4491-8565-2f29a4e40c9f",
      "6e2bce7b-fad6-4441-b0a9-d4beb3015bf3"
    ],
    "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": ""
    }
  }
]
2021-09-07T05:42:27.982Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1e2be075Fe79..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5c1955e-12eb-4651-956d-d7e61573f312
VfModuleModelInvariantUUID:24454306-07e0-409d-a345-120e04b1001e
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ffc7556-8d31-4491-8565-2f29a4e40c9f
,
6e2bce7b-fad6-4441-b0a9-d4beb3015bf3

}
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


}

2021-09-07T05:42:27.982Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9ffc7556-8d31-4491-8565-2f29a4e40c9f from URL: /sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml
2021-09-07T05:42:27.982Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-07T05:42:27.982Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml
2021-09-07T05:42:28.480Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-07T05:42:28.481Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml 9ffc7556-8d31-4491-8565-2f29a4e40c9f 20368
2021-09-07T05:42:28.481Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T05:42:28.481Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml
2021-09-07T05:42:28.481Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:42:28.481Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:28.483Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:28.483Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993348481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:42:28.583Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:28.584Z||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.
2021-09-07T05:42:28.584Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:28.593Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:28.594Z||pool-246-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:42:29.483Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6e2bce7b-fad6-4441-b0a9-d4beb3015bf3 from URL: /sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env
2021-09-07T05:42:29.484Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-07T05:42:29.484Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env
2021-09-07T05:42:29.975Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-07T05:42:29.975Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env 6e2bce7b-fad6-4441-b0a9-d4beb3015bf3 2098
2021-09-07T05:42:29.975Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T05:42:29.976Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env
2021-09-07T05:42:29.976Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-07T05:42:29.976Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:29.977Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:29.977Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993349975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-07T05:42:30.077Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:30.078Z||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.
2021-09-07T05:42:30.078Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:30.086Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:30.087Z||pool-247-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:42:30.977Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 6e07e931-8e6a-4b5d-86ee-b49ac0106da4
2021-09-07T05:42:30.978Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1e2be075-fe79 0 01b2deb8-8520-40b8-83d2-2d5db885563d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:42:30.988Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2027f46f, org.onap.sdc.toscaparser.api.parameters.Input@44042871, org.onap.sdc.toscaparser.api.parameters.Input@3663726e, org.onap.sdc.toscaparser.api.parameters.Input@208a4170, org.onap.sdc.toscaparser.api.parameters.Input@3f914d82]
2021-09-07T05:42:30.988Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:30.989Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:30.989Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-09-07T05:42:30.989Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ae8e8d7f-2976-4071-9406-a59306c67460
2021-09-07T05:42:30.989Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ae8e8d7f-2976-4071-9406-a59306c67460 matches Tosca VF Customization UUID: ae8e8d7f-2976-4071-9406-a59306c67460
2021-09-07T05:42:30.989Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ae8e8d7f-2976-4071-9406-a59306c67460  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-07T05:42:30.990Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:30.990Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:30.991Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ae8e8d7f-2976-4071-9406-a59306c67460: {\"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\"}
2021-09-07T05:42:30.991Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51d1ad7
2021-09-07T05:42:30.991Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:30.991Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-07T05:42:30.991Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f1dfc13f-5209-4385-9ebb-19fa9b922005
2021-09-07T05:42:30.991Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f1dfc13f-5209-4385-9ebb-19fa9b922005
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-07T05:42:30.993Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:30.993Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is matching search criteria
2021-09-07T05:42:30.993Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1e2be075-fe79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:42:30.993Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:30.993Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is matching search criteria
2021-09-07T05:42:30.993Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1e2be075-fe79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:42:30.993Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:30.993Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is not matching search criteria
2021-09-07T05:42:30.993Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:42:30.994Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:42:30.994Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-07T05:42:30.994Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:42:30.994Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:42:30.994Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:42:30.994Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:30.994Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:42:30.994Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:30.994Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:42:30.994Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:42:30.994Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d17fa326-4c40-4367-bda0-c40d1ad50d17
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:42:30.995Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:30.996Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is matching search criteria
2021-09-07T05:42:30.996Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1e2be075-fe79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:42:30.996Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:30.996Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is not matching search criteria
2021-09-07T05:42:30.996Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:42:30.996Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:42:30.996Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:42:30.996Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:30.996Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:42:30.996Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:42:30.996Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:42:30.997Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-07T05:42:30.997Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-07T05:42:30.997Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:30.997Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-07T05:42:30.997Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:42:30.997Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=662052b9-218f-42cb-83b0-dbf0b687aa49
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:42:30.998Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:30.998Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is matching search criteria
2021-09-07T05:42:30.998Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1e2be075-fe79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:42:30.998Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:30.999Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is not matching search criteria
2021-09-07T05:42:30.999Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-07T05:42:30.999Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-07T05:42:30.999Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-07T05:42:30.999Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:30.999Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:42:30.999Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-07T05:42:30.999Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-07T05:42:31.000Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-07T05:42:31.000Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-07T05:42:31.000Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-07T05:42:31.000Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-07T05:42:31.000Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-07T05:42:31.000Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=618e820c-f1fc-4a6f-919f-3d4a3d1f2d6f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-07T05:42:31.001Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:31.001Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is matching search criteria
2021-09-07T05:42:31.001Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1e2be075-fe79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-07T05:42:31.001Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:31.002Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Node template vFW 1e2be075-fe79 0 is matching search criteria
2021-09-07T05:42:31.002Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1e2be075-fe79 0] matching following query criteria: sdcType=VF, customizationUUID=ae8e8d7f-2976-4071-9406-a59306c67460
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-07T05:42:31.003Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:31.003Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:31.003Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 6e07e931-8e6a-4b5d-86ee-b49ac0106da4: vFW 1e2be075-fe79
2021-09-07T05:42:31.003Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:31.003Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:31.003Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:31.003Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:31.003Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:31.003Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:31.003Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:31.003Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:31.003Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-07T05:42:31.004Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-07 05-40-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-07T05:42:31.004Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-09-07 05-40-10 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-07T05:42:31.110Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1e2be075-fe79 01b2deb8-8520-40b8-83d2-2d5db885563d 1 ASDC deployResourceStructure
2021-09-07T05:42:31.110Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json ASDC sendASDCNotification
2021-09-07T05:42:31.110Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json
2021-09-07T05:42:31.110Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:42:31.110Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:31.111Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:31.111Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993351110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vfw1e2be075fe790_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-07T05:42:31.212Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:31.212Z||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.
2021-09-07T05:42:31.212Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:31.221Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:31.222Z||pool-248-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:42:32.112Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-07T05:42:32.112Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml
2021-09-07T05:42:32.112Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:42:32.113Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:32.114Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:32.114Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993352112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-07T05:42:32.214Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:32.215Z||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.
2021-09-07T05:42:32.215Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:32.223Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:32.223Z||pool-249-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:42:33.114Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-07T05:42:33.115Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env
2021-09-07T05:42:33.115Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:42:33.115Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:33.116Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:33.116Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993353114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-07T05:42:33.217Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:33.217Z||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.
2021-09-07T05:42:33.217Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:33.226Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:33.227Z||pool-250-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-07T05:42:34.117Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar ASDC sendASDCNotification
2021-09-07T05:42:34.117Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar
2021-09-07T05:42:34.118Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-07T05:42:34.118Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-07T05:42:34.119Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-07T05:42:34.119Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993354117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:42:34.219Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-07T05:42:34.220Z||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.
2021-09-07T05:42:34.220Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:42:34.227Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:42:34.228Z||pool-251-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-07T05:42:35.120Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27158976-1aa8-4dba-9976-2e6f9aaa42d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:42:35.126Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27158976-1aa8-4dba-9976-2e6f9aaa42d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:42:35.127Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:42:35.127Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:42:35.127Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:43:05.128Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27158976-1aa8-4dba-9976-2e6f9aaa42d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:43:05.134Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27158976-1aa8-4dba-9976-2e6f9aaa42d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:43:05.136Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:43:05.136Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:43:05.136Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:43:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:43:14.431Z||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.
2021-09-07T05:43:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:43:14.447Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:43:14.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:43:14.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "policy-id",
  "timestamp": 1630993334767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/artifacts/service-Vfw20210907054010-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-07T05:43:14.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-07T05:43:35.136Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27158976-1aa8-4dba-9976-2e6f9aaa42d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:43:35.142Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27158976-1aa8-4dba-9976-2e6f9aaa42d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:43:35.143Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:43:35.143Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:43:35.143Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:44:05.144Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27158976-1aa8-4dba-9976-2e6f9aaa42d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:44:05.155Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27158976-1aa8-4dba-9976-2e6f9aaa42d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-07T05:44:05.156Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-07T05:44:05.156Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-07T05:44:05.156Z|27158976-1aa8-4dba-9976-2e6f9aaa42d0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-07T05:44:12.480Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-07T05:44:14.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-07T05:44:14.431Z||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.
2021-09-07T05:44:14.431Z||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 HU1qJg5HUIJ7YXWJ) ...
2021-09-07T05:44:14.448Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-07T05:44:14.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-07T05:44:14.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27158976-1aa8-4dba-9976-2e6f9aaa42d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630993334429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210907054010/1.0/resourceInstances/vfw1e2be075fe790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-07T05:44:14.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.