Results

By type

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

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

2022-06-05T03:34:51.047Z||main|||||INFO|500||The following profiles are active: basic
2022-06-05T03:35:10.086Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-05T03:35:10.088Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-05T03:35:10.280Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-05T03:35:17.450Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-05T03:35:18.095Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-05T03:35:18.857Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-05T03:35:18.867Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-05T03:35:19.062Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-05T03:35:19.391Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-05T03:35:20.259Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-05T03:35:22.774Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-05T03:35:26.058Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-05T03:35:26.145Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-05T03:35:26.949Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-05T03:35:27.259Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-05T03:35:28.923Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-05T03:35:30.636Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-05T03:35:30.664Z||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$$9ade955a.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-05T03:35:30.666Z||main|||||WARN|500||The sdc end point is not alive
2022-06-05T03:35:35.128Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-05T03:35:38.691Z||main|||||WARN|500||---
2022-06-05T03:35:38.692Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-05T03:35:38.692Z||main|||||WARN|500||---
2022-06-05T03:35:39.258Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-05T03:35:45.566Z||main|||||INFO|500||Started Application in 59.819 seconds (JVM running for 64.101)
2022-06-05T03:35:45.606Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T03:35:45.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T03:35:45.621Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T03:35:45.656Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T03:35:45.720Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 190f6b7c-d052-43fc-8adf-b4b316d58e8b url= /sdc/v1/artifactTypes
2022-06-05T03:35:45.721Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T03:35:46.831Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.46.71] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$a3258904.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-05T03:35:46.836Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54f86069
2022-06-05T03:35:46.837Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-05T03:35:46.855Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-05T03:35:46.858Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-05T03:35:46.862Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$a3258904.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-05T03:36:35.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T03:36:35.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T03:36:35.557Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T03:36:35.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T03:36:35.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cfd094ce-a944-4948-a575-e78136b2f2e2 url= /sdc/v1/artifactTypes
2022-06-05T03:36:35.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T03:36:36.586Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.46.71] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$a3258904.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-05T03:36:36.588Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70bc4eba
2022-06-05T03:36:36.588Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-05T03:36:36.589Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-05T03:36:36.589Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-05T03:36:36.589Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$a3258904.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-05T03:37:25.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T03:37:25.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T03:37:25.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T03:37:25.561Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T03:37:25.569Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8abbab64-9b5f-4453-abaa-e60b2ee5730e url= /sdc/v1/artifactTypes
2022-06-05T03:37:25.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T03:37:26.603Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.46.71] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$a3258904.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-05T03:37:26.605Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@440cc584
2022-06-05T03:37:26.605Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-05T03:37:26.606Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-05T03:37:26.606Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-05T03:37:26.607Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java: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$$a3258904.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-05T03:38:15.556Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-05T03:38:15.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-05T03:38:15.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-05T03:38:15.562Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-05T03:38:15.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 43ad91f0-4673-49f0-a19e-410a57283923 url= /sdc/v1/artifactTypes
2022-06-05T03:38:15.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-05T03:38:16.050Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-05T03:38:16.058Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-05T03:38:16.082Z||scheduling-1|||||DEBUG|500||create keys
2022-06-05T03:38:16.090Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-05T03:38:16.137Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:38:16.154Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8a6a9923-d45b-4385-b705-371e0725d64d url= /sdc/v1/registerForDistribution
2022-06-05T03:38:16.390Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8a6a9923-d45b-4385-b705-371e0725d64d url= /sdc/v1/registerForDistribution
2022-06-05T03:38:16.391Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-05T03:38:16.450Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:38:16.451Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:38:16.457Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-05T03:38:16.462Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:38:16.462Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:38:16.462Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:38:16.463Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:38:26.785Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:38:26.797Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:39:16.398Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:39:16.399Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:39:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:39:16.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:39:16.446Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:39:16.447Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T03:39:25.975Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:39:25.999Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:40:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:40:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:40:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:40:16.446Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:40:16.447Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:40:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:40:25.954Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:40:26.008Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:41:16.398Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:41:16.400Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:41:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:41:16.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:41:16.446Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:41:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:41:25.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:41:26.040Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:42:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:42:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:42:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:42:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:42:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:42:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:42:25.945Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:42:26.010Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:43:16.399Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:43:16.401Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:43:16.402Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:43:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:43:16.447Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:43:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:43:25.948Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:43:26.026Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:44:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:44:16.401Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:44:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:44:16.446Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:44:16.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:44:16.448Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T03:44:25.955Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:44:26.025Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:45:10.354Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-05T03:45:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:45:16.401Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:45:16.402Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:45:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:45:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:45:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:45:25.971Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:45:26.006Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:46:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:46:16.401Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:46:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:46:16.446Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:46:16.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:46:16.448Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T03:46:25.958Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:46:25.991Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:47:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:47:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:47:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:47:16.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:47:16.461Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:47:16.462Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:47:25.947Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:47:26.013Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:48:16.398Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:48:16.400Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:48:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:48:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:48:16.447Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:48:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:48:25.948Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:48:26.011Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:49:16.398Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:49:16.399Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:49:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:49:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:49:16.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:49:16.448Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T03:49:25.950Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:49:25.997Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:50:16.398Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:50:16.399Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:50:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:50:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:50:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:50:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:50:25.952Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:50:25.989Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:51:16.398Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:51:16.399Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:51:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:51:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:51:16.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:51:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:51:25.946Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:51:26.040Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:52:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:52:16.400Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:52:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:52:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:52:16.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:52:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:52:25.951Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:52:26.004Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:53:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:53:16.401Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:53:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:53:16.446Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:53:16.447Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:53:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:53:25.949Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:53:25.994Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:54:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:54:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:54:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:54:16.446Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:54:16.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:54:16.447Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T03:54:25.956Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:54:26.021Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:55:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:55:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:55:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:55:16.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:55:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:55:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:55:25.950Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:55:25.992Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:56:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:56:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:56:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:56:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:56:16.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:56:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:56:25.947Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:56:25.990Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:57:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:57:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:57:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:57:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:57:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:57:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:57:25.946Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:57:25.993Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:58:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:58:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:58:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:58:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:58:16.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:58:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:58:25.944Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:58:25.990Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:59:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:59:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:59:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T03:59:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T03:59:16.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T03:59:16.447Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T03:59:25.979Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T03:59:25.991Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:00:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:00:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:00:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:00:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:00:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:00:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:00:25.950Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:00:26.011Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:01:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:01:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:01:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:01:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:01:16.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:01:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:01:25.953Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:01:26.013Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:02:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:02:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:02:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:02:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:02:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:02:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:02:25.949Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:02:26.004Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:03:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:03:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:03:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:03:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:03:16.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:03:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:03:25.950Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:03:25.989Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:04:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:04:16.400Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:04:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:04:16.446Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:04:16.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:04:16.447Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:04:25.948Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:04:26.016Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:05:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:05:16.400Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:05:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:05:16.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:05:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:05:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:05:25.950Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:05:26.005Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:06:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:06:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:06:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:06:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:06:16.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:06:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:06:25.950Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:06:26.012Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:07:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:07:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:07:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:07:16.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:07:16.461Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:07:16.461Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:07:25.944Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:07:26.025Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:08:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:08:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:08:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:08:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:08:16.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:08:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:08:25.947Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:08:25.993Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:09:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:09:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:09:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:09:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:09:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:09:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:09:25.945Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:09:25.983Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:10:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:10:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:10:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:10:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:10:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:10:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:10:25.970Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:10:26.002Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:11:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:11:16.400Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:11:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:11:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:11:16.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:11:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:11:25.956Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:11:26.008Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:12:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:12:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:12:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:12:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:12:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:12:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:12:25.957Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:12:26.020Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:13:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:13:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:13:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:13:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:13:16.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:13:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:13:25.998Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:13:26.000Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:14:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:14:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:14:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:14:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:14:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:14:16.447Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:14:25.958Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:14:25.992Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:15:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:15:16.400Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:15:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:15:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:15:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:15:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:15:25.960Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:15:25.992Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:16:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:16:16.401Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:16:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:16:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:16:16.446Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:16:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:16:25.952Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:16:25.993Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:17:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:17:16.400Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:17:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:17:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:17:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:17:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:17:25.962Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:17:25.985Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:18:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:18:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:18:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:18:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:18:16.447Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:18:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:18:25.968Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:18:25.991Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:19:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:19:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:19:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:19:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:19:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:19:16.447Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:19:25.975Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:19:25.987Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:20:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:20:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:20:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:20:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:20:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:20:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:20:25.979Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:20:25.993Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:21:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:21:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:21:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:21:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:21:16.446Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:21:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:21:25.972Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:21:25.985Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:22:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:22:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:22:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:22:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:22:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:22:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:22:25.961Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:22:25.994Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:23:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:23:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:23:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:23:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:23:16.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:23:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:23:25.970Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:23:25.996Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:24:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:24:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:24:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:24:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:24:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:24:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:24:25.969Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:24:25.992Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:25:16.398Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:25:16.399Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:25:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:25:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:25:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:25:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:25:25.959Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:25:25.988Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:26:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:26:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:26:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:26:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:26:16.446Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:26:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:26:25.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:26:26.019Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:27:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:27:16.400Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:27:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:27:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:27:16.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:27:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:27:25.994Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:27:25.999Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:28:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:28:16.401Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:28:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:28:16.446Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:28:16.447Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:28:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:28:25.977Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:28:25.985Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:29:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:29:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:29:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:29:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:29:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:29:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:29:25.976Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:29:26.001Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:30:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:30:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:30:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:30:16.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:30:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:30:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:30:25.967Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:30:26.011Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:31:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:31:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:31:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:31:16.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:31:16.447Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:31:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:31:25.998Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:31:25.998Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:32:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:32:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:32:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:32:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:32:16.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:32:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:32:25.971Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:32:25.987Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:33:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:33:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:33:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:33:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:33:16.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:33:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:33:25.980Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:33:25.989Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:34:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:34:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:34:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:34:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:34:16.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:34:16.447Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:34:25.949Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:34:26.000Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:16.398Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:35:16.399Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:35:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:16.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:35:16.449Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:35:16.449Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:17.031Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:17.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e02d6308-7d1d-4dcf-9713-15a5dc3bb17e","serviceName":"basic_onboard_lAXkKz","serviceVersion":"1.0","serviceUUID":"794d4fc8-26c5-4fb2-9548-5d5dec51a46e","serviceDescription":"service","serviceInvariantUUID":"127440bc-d746-4f45-8c4a-5406f7ced36c","resources":[{"resourceInstanceName":"basic_onboard_lAXkKz 0","resourceName":"basic_onboard_lAXkKz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d9837454-09ff-4d79-9a3b-62fcc24ba47e","resourceInvariantUUID":"2061bbc5-873b-4d9d-b16f-72bbce5ae70a","resourceCustomizationUUID":"3342347f-6321-4872-ae6c-eeca3e577994","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml","artifactChecksum":"YTE3NWU1YmM4NDUwNTc0MDYyNWJkODFlMDIzZDQ4ZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c9b942c-b848-45b4-b39c-c62cf69ddb83","artifactVersion":"1"},{"artifactName":"basic_onboard_laxkkz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json","artifactChecksum":"Y2U0MmExMGM2NTJkMjI1N2M5YzliYTI4MmMyZjg1YmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"65f02a02-3935-4aaa-8db3-3e6be5ea74d8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7cbef787-953b-4019-8ecc-d4cb5f98e1e3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"93f99549-f4b8-4290-b5f0-ee79084b2fc7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8bd5b2ab-c441-4710-9131-7215a7413800","artifactVersion":"2","generatedFromUUID":"7cbef787-953b-4019-8ecc-d4cb5f98e1e3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLaxkkz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml","artifactChecksum":"YjFmMjdkZGY1NTVmOGQ5MjA4MGU0ZjUzZDc4MTViN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cad97664-1d6f-4bc9-a78b-c8ab4db8962c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLaxkkz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar","artifactChecksum":"Mjc5MTgzNGExNzI3YTA5NDU0MTQ2ZmQxZjk2NTAxNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9a997ed-172f-4cc6-9295-55cc0a1fa95c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T04:35:17.046Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:35:17.052Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:17.063Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:17.064Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403716398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.079Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:17.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "clamp",
  "timestamp": 1654403684217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654403685667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "cds",
  "timestamp": 1654403681473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654403685667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "cds",
  "timestamp": 1654403681473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "clamp",
  "timestamp": 1654403684217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:35:17.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654403685667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "cds",
  "timestamp": 1654403681473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "clamp",
  "timestamp": 1654403684217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654403685667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "cds",
  "timestamp": 1654403681473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "clamp",
  "timestamp": 1654403684217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654403685667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "cds",
  "timestamp": 1654403681473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "clamp",
  "timestamp": 1654403684217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654403685667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "cds",
  "timestamp": 1654403681473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "clamp",
  "timestamp": 1654403684217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "policy-id",
  "timestamp": 1654403696288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654403685667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "cds",
  "timestamp": 1654403681473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "clamp",
  "timestamp": 1654403684217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403697288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "policy-id",
  "timestamp": 1654403696288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403697288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "policy-id",
  "timestamp": 1654403696288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:35:17.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "cds",
  "timestamp": 1654403699391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403697288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:35:17.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "policy-id",
  "timestamp": 1654403696288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "cds",
  "timestamp": 1654403700413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-05T04:35:17.165Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-05T04:35:17.171Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:17.172Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:35:17.190Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:17.192Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:35:17.351Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
2022-06-05T04:35:17.377Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:35:17.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403697288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "policy-id",
  "timestamp": 1654403696288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403697288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-05T04:35:17.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "policy-id",
  "timestamp": 1654403696288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403697288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "policy-id",
  "timestamp": 1654403696288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:35:17.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "aai-ml",
  "timestamp": 1654403702417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403697288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:35:17.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "aai-ml",
  "timestamp": 1654403702417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "policy-id",
  "timestamp": 1654403704594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403705274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.407Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "aai-ml",
  "timestamp": 1654403702417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "policy-id",
  "timestamp": 1654403705606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:35:17.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403704787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "clamp",
  "timestamp": 1654403705553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "aai-ml",
  "timestamp": 1654403702417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "policy-id",
  "timestamp": 1654403706613,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:35:17.427Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
2022-06-05T04:35:17.428Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:35:17.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403706778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403704787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "aai-ml",
  "timestamp": 1654403702417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403704787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "clamp",
  "timestamp": 1654403707566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:35:17.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403708292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "aai-ml",
  "timestamp": 1654403702417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403704787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "clamp",
  "timestamp": 1654403708572,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:35:17.444Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
2022-06-05T04:35:17.444Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:35:17.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403709400,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:35:17.455Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
2022-06-05T04:35:17.456Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-05T04:35:17.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "aai-ml",
  "timestamp": 1654403702417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:35:17.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403704787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403710406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T04:35:17.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403704787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:17.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "aai-ml",
  "timestamp": 1654403710639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:17.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403704787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:35:17.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:35:17.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:35:17.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403712986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:35:17.470Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:35:18.072Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:35:18.073Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:18.075Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:18.075Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403716398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:35:18.175Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:18.177Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:18.177Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:18.192Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:18.193Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:35:19.076Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:35:19.079Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:19.083Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:19.083Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403716398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:35:19.183Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:19.184Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:19.185Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:19.201Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:19.202Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:20.084Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:35:20.085Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:20.087Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:20.087Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403716398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:20.188Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:35:20.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.
2022-06-05T04:35:20.189Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:20.209Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:20.209Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:21.088Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:35:21.089Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:21.092Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:21.092Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403716398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-05T04:35:21.192Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:21.193Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:21.194Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:21.211Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:21.212Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:22.093Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:35:22.094Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:22.101Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:22.101Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403716398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:35:22.201Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:22.203Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:22.203Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:22.218Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:22.219Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:23.101Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:35:23.102Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:23.106Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:23.107Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403716398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:35:23.208Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:23.209Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:23.209Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:23.224Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:23.224Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:24.113Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "serviceName": "basic_onboard_lAXkKz",
  "serviceVersion": "1.0",
  "serviceUUID": "794d4fc8-26c5-4fb2-9548-5d5dec51a46e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "127440bc-d746-4f45-8c4a-5406f7ced36c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_lAXkKz 0",
      "resourceCustomizationUUID": "3342347f-6321-4872-ae6c-eeca3e577994",
      "resourceName": "basic_onboard_lAXkKz",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d9837454-09ff-4d79-9a3b-62fcc24ba47e",
      "resourceInvariantUUID": "2061bbc5-873b-4d9d-b16f-72bbce5ae70a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_laxkkz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
          "artifactChecksum": "Y2U0MmExMGM2NTJkMjI1N2M5YzliYTI4MmMyZjg1YmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "65f02a02-3935-4aaa-8db3-3e6be5ea74d8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7cbef787-953b-4019-8ecc-d4cb5f98e1e3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8bd5b2ab-c441-4710-9131-7215a7413800",
            "generatedFromUUID": "7cbef787-953b-4019-8ecc-d4cb5f98e1e3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8bd5b2ab-c441-4710-9131-7215a7413800",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardLaxkkz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
      "artifactChecksum": "Mjc5MTgzNGExNzI3YTA5NDU0MTQ2ZmQxZjk2NTAxNDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9a997ed-172f-4cc6-9295-55cc0a1fa95c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T04:35:24.119Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T04:35:24.119Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 794d4fc8-26c5-4fb2-9548-5d5dec51a46e ASDC
2022-06-05T04:35:24.284Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
ServiceName:basic_onboard_lAXkKz
ServiceVersion:1.0
ServiceUUID:794d4fc8-26c5-4fb2-9548-5d5dec51a46e
ServiceInvariantUUID:127440bc-d746-4f45-8c4a-5406f7ced36c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLaxkkz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar
ArtifactUUID:c9a997ed-172f-4cc6-9295-55cc0a1fa95c
ArtifactChecksum:Mjc5MTgzNGExNzI3YTA5NDU0MTQ2ZmQxZjk2NTAxNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lAXkKz 0
ResourceCustomizationUUID:3342347f-6321-4872-ae6c-eeca3e577994
ResourceInvariantUUID:2061bbc5-873b-4d9d-b16f-72bbce5ae70a
ResourceName:basic_onboard_lAXkKz
ResourceType:VF
ResourceUUID:d9837454-09ff-4d79-9a3b-62fcc24ba47e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_laxkkz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json
ArtifactUUID:65f02a02-3935-4aaa-8db3-3e6be5ea74d8
ArtifactChecksum:Y2U0MmExMGM2NTJkMjI1N2M5YzliYTI4MmMyZjg1YmI=
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/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7cbef787-953b-4019-8ecc-d4cb5f98e1e3
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/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env
ArtifactUUID:8bd5b2ab-c441-4710-9131-7215a7413800
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/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env
ArtifactUUID:8bd5b2ab-c441-4710-9131-7215a7413800
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-05T04:35:24.284Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 794d4fc8-26c5-4fb2-9548-5d5dec51a46e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T04:35:24.346Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:35:24.348Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T04:35:24.350Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T04:35:24.351Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c9a997ed-172f-4cc6-9295-55cc0a1fa95c from URL: /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:24.351Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:35:24.354Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:24.627Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:35:24.645Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar c9a997ed-172f-4cc6-9295-55cc0a1fa95c 71586
2022-06-05T04:35:24.646Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar ASDC sendASDCNotification
2022-06-05T04:35:24.647Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:24.648Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:35:24.649Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:24.652Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:24.652Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403724646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:35:24.752Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:35:24.754Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:24.754Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:24.768Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:24.769Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:35:25.654Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:35:25.656Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T04:35:25.656Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c9a997ed-172f-4cc6-9295-55cc0a1fa95c, URL: /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar to file: /app/ASDC/1/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:25.657Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:25.770Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:25.770Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:26.522Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6041005147646894044/Definitions/service-BasicOnboardLaxkkz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-05T04:35:28.979Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T04:35:28.985Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-05T04:35:28.985Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.985Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-05T04:35:28.986Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.986Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.986Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.986Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.987Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.987Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.987Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.987Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lAXkKz 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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.988Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|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-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:28.988Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-05T04:35:28.997Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:28.999Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:29.004Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:29.004Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-05T04:35:29.006Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:35:29.009Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:29.009Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:29.009Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:29.010Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-05T04:35:29.010Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:35:29.010Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:29.011Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:29.015Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:29.016Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is not matching search criteria
2022-06-05T04:35:29.016Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-05T04:35:29.016Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-05T04:35:29.017Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-05T04:35:29.017Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-05T04:35:29.018Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-05T04:35:29.018Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:29.019Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T04:35:29.021Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:29.022Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:29.023Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:35:29.024Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:29.024Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:29.024Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:35:29.025Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:29.025Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:29.026Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:35:29.026Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:29.027Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is not matching search criteria
2022-06-05T04:35:29.027Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-05T04:35:29.028Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-05T04:35:29.028Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4de6c4fc-2074-4cc8-a24b-f3f9d88bc003
2022-06-05T04:35:29.029Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:29.029Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:29.029Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:29.030Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:29.030Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:29.031Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:29.031Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:29.032Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:29.032Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_lAXkKz
Description:service
Model UUID:794d4fc8-26c5-4fb2-9548-5d5dec51a46e
Model Version:NULL
Model InvariantUuid:127440bc-d746-4f45-8c4a-5406f7ced36c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_lAXkKz
Model UUID:26266acd-9217-48a6-a7cf-013d9b720490
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2061bbc5-873b-4d9d-b16f-72bbce5ae70a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3342347f-6321-4872-ae6c-eeca3e577994
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35656f59-24f6-453e-82dd-08f1ccd459c9
ModelName:BasicOnboardLaxkkz..base_ubuntu18..module-0
ModelUuid:f5665ea2-1cc5-4065-869d-7e4c42336958
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4de6c4fc-2074-4cc8-a24b-f3f9d88bc003
ModelInvariantUuid:7d7b7058-dd79-4d5f-beac-3dca15af0204
ModelName:basic_onboard_lAXkKz-nodes.ubuntu18Cvfc
ModelUuid:52b788a1-a582-4e3a-b255-e53e1086eeb9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6f263f77-4e7b-471d-b8f7-417a680a3e24
ModelInvariantUuid:2533e268-a19e-4bd7-884f-6f6e9d9ebd9a
ModelName:BasicOnboardLaxkkz.compute.nodes.heat.ubuntu18
ModelUuid:fe917c0e-7148-452d-8035-956b117ee770
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T04:35:29.046Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d9837454-09ff-4d79-9a3b-62fcc24ba47e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:35:29.204Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||basic_onboard_lAXkKz 0
2022-06-05T04:35:29.215Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d9837454-09ff-4d79-9a3b-62fcc24ba47e
2022-06-05T04:35:29.216Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 65f02a02-3935-4aaa-8db3-3e6be5ea74d8 from URL: /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json
2022-06-05T04:35:29.216Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:35:29.217Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json
2022-06-05T04:35:29.514Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:35:29.516Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json 65f02a02-3935-4aaa-8db3-3e6be5ea74d8 798
2022-06-05T04:35:29.516Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json ASDC sendASDCNotification
2022-06-05T04:35:29.517Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json
2022-06-05T04:35:29.517Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:35:29.518Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:29.535Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:29.536Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403729516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:35:29.621Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-06-05T04:35:29.624Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:29.624Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:29.640Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:29.641Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:30.537Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLaxkkz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "35656f59-24f6-453e-82dd-08f1ccd459c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f5665ea2-1cc5-4065-869d-7e4c42336958",
    "vfModuleModelCustomizationUUID": "4107848b-a856-49e8-964b-e504b4e39bb6",
    "isBase": true,
    "artifacts": [
      "7cbef787-953b-4019-8ecc-d4cb5f98e1e3",
      "8bd5b2ab-c441-4710-9131-7215a7413800"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T04:35:30.555Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLaxkkz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5665ea2-1cc5-4065-869d-7e4c42336958
VfModuleModelInvariantUUID:35656f59-24f6-453e-82dd-08f1ccd459c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
7cbef787-953b-4019-8ecc-d4cb5f98e1e3
,
8bd5b2ab-c441-4710-9131-7215a7413800

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

isBase:true


}

2022-06-05T04:35:30.559Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLaxkkz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "35656f59-24f6-453e-82dd-08f1ccd459c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f5665ea2-1cc5-4065-869d-7e4c42336958",
    "vfModuleModelCustomizationUUID": "4107848b-a856-49e8-964b-e504b4e39bb6",
    "isBase": true,
    "artifacts": [
      "7cbef787-953b-4019-8ecc-d4cb5f98e1e3",
      "8bd5b2ab-c441-4710-9131-7215a7413800"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T04:35:30.559Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLaxkkz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5665ea2-1cc5-4065-869d-7e4c42336958
VfModuleModelInvariantUUID:35656f59-24f6-453e-82dd-08f1ccd459c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
7cbef787-953b-4019-8ecc-d4cb5f98e1e3
,
8bd5b2ab-c441-4710-9131-7215a7413800

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

isBase:true


}

2022-06-05T04:35:30.560Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7cbef787-953b-4019-8ecc-d4cb5f98e1e3 from URL: /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml
2022-06-05T04:35:30.560Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:35:30.560Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml
2022-06-05T04:35:30.909Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:35:30.910Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml 7cbef787-953b-4019-8ecc-d4cb5f98e1e3 5033
2022-06-05T04:35:30.911Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-05T04:35:30.911Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml
2022-06-05T04:35:30.911Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:35:30.911Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:30.913Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:30.913Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403730910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:35:31.013Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:31.015Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:31.015Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:31.034Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:31.034Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:31.914Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8bd5b2ab-c441-4710-9131-7215a7413800 from URL: /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env
2022-06-05T04:35:31.915Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:35:31.915Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env
2022-06-05T04:35:32.306Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:35:32.307Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env 8bd5b2ab-c441-4710-9131-7215a7413800 909
2022-06-05T04:35:32.307Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-05T04:35:32.307Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env
2022-06-05T04:35:32.307Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:35:32.307Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:32.309Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:32.310Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403732307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:35:32.410Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:32.411Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:32.411Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:32.426Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:32.427Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:33.310Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 794d4fc8-26c5-4fb2-9548-5d5dec51a46e
2022-06-05T04:35:33.312Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lAXkKz 0 d9837454-09ff-4d79-9a3b-62fcc24ba47e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:35:33.350Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d969876, org.onap.sdc.toscaparser.api.parameters.Input@4448e85a, org.onap.sdc.toscaparser.api.parameters.Input@5db09ae4, org.onap.sdc.toscaparser.api.parameters.Input@71d23b75, org.onap.sdc.toscaparser.api.parameters.Input@384e5811]
2022-06-05T04:35:33.355Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:33.355Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.356Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-05T04:35:33.356Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 3342347f-6321-4872-ae6c-eeca3e577994
2022-06-05T04:35:33.356Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3342347f-6321-4872-ae6c-eeca3e577994 matches Tosca VF Customization UUID: 3342347f-6321-4872-ae6c-eeca3e577994
2022-06-05T04:35:33.356Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 3342347f-6321-4872-ae6c-eeca3e577994  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-05T04:35:33.365Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:33.366Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.368Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 3342347f-6321-4872-ae6c-eeca3e577994: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-05T04:35:33.368Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@86a29b8
2022-06-05T04:35:33.368Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:33.369Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T04:35:33.369Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4107848b-a856-49e8-964b-e504b4e39bb6
2022-06-05T04:35:33.370Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4107848b-a856-49e8-964b-e504b4e39bb6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-05T04:35:33.379Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:33.379Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:33.379Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:35:33.381Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:33.381Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:33.381Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:35:33.382Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:33.382Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is not matching search criteria
2022-06-05T04:35:33.382Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-05T04:35:33.383Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-05T04:35:33.383Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4de6c4fc-2074-4cc8-a24b-f3f9d88bc003
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T04:35:33.394Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:33.394Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:33.395Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:35:33.395Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:33.396Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lAXkKz 0 is matching search criteria
2022-06-05T04:35:33.396Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lAXkKz 0] matching following query criteria: sdcType=VF, customizationUUID=3342347f-6321-4872-ae6c-eeca3e577994
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:35:33.398Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:33.398Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.399Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 794d4fc8-26c5-4fb2-9548-5d5dec51a46e: basic_onboard_lAXkKz
2022-06-05T04:35:33.399Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:33.399Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.400Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:33.400Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.400Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:33.400Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.400Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:33.401Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.401Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:35:33.401Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lAXkKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:35:33.401Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_lAXkKz 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:35:33.591Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lAXkKz d9837454-09ff-4d79-9a3b-62fcc24ba47e 1 ASDC deployResourceStructure
2022-06-05T04:35:33.592Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json ASDC sendASDCNotification
2022-06-05T04:35:33.592Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json
2022-06-05T04:35:33.592Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:35:33.593Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:33.595Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:33.595Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403733592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T04:35:33.695Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:33.697Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:33.697Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:33.710Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:33.711Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:34.596Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-05T04:35:34.597Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml
2022-06-05T04:35:34.598Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:35:34.598Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:34.600Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:34.601Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403734596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T04:35:34.701Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:34.702Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:34.702Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:34.715Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:34.715Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:35.602Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-05T04:35:35.603Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env
2022-06-05T04:35:35.603Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:35:35.603Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:35.606Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:35.606Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403735602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-05T04:35:35.706Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:35.708Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:35.709Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:35.725Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:35.726Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:36.608Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar ASDC sendASDCNotification
2022-06-05T04:35:36.608Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar
2022-06-05T04:35:36.608Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:35:36.609Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:35:36.611Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:35:36.611Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403736608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:35:36.712Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:35:36.713Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:35:36.713Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:35:36.727Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:35:36.728Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:35:37.613Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:35:37.628Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:35:37.630Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:35:37.630Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:35:37.631Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:36:07.631Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:36:07.647Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:36:07.652Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:36:07.653Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:36:07.653Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:36:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:36:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:36:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:36:16.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:36:16.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:36:16.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403716398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:36:16.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:36:37.653Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:36:37.664Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:36:37.667Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:36:37.667Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:36:37.667Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:37:07.667Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:37:07.679Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:37:07.682Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:37:07.682Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:37:07.682Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:37:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:37:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:37:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:37:16.975Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:37:16.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:16.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403716398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:37:16.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:37:16.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:16.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403718115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:37:16.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:16.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:16.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403716398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:37:16.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:37:16.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:16.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403719120,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:37:16.989Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
2022-06-05T04:37:16.990Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:37:16.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:16.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403716398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:37:16.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:37:17.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403716398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-05T04:37:17.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:37:17.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403716398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:37:17.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:37:17.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403716398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:37:17.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:37:17.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403724646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:37:17.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "aai-ml",
  "timestamp": 1654403727499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:37:17.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "aai-ml",
  "timestamp": 1654403728505,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:37:17.009Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
2022-06-05T04:37:17.009Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:37:17.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403729516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:37:17.018Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403730910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:37:17.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403732307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:37:17.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403733592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/basic_onboard_laxkkz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T04:37:17.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403734596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T04:37:17.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403735602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/resourceInstances/basic_onboard_laxkkz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-05T04:37:17.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:17.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:37:17.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403736608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLaxkkz/1.0/artifacts/service-BasicOnboardLaxkkz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:37:17.022Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:37:37.683Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:37:37.692Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:37:37.694Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:37:37.695Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T04:37:37.695Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T04:37:37.695Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T04:37:37.695Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:37:37.695Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:37:37.695Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:37:37.696Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:37:37.696Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:37:37.696Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:37:37.696Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:37:37.700Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T04:38:07.700Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T04:38:07.711Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and serviceModelVersionId: 794d4fc8-26c5-4fb2-9548-5d5dec51a46e
2022-06-05T04:38:07.712Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 127440bc-d746-4f45-8c4a-5406f7ced36c
2022-06-05T04:38:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:38:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:38:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:16.601Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:16.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654403885667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:38:16.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "cds",
  "timestamp": 1654403891473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:38:16.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403884787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:38:16.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654403885667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:38:16.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "cds",
  "timestamp": 1654403891473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:38:16.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403884787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:38:16.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "clamp",
  "timestamp": 1654403894217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:38:16.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654403885667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:38:16.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "cds",
  "timestamp": 1654403891473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:38:16.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403884787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:38:16.609Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:38:16.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:38:16.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "clamp",
  "timestamp": 1654403894217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:38:16.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:38:24.138Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/127440bc-d746-4f45-8c4a-5406f7ced36c/model-vers/model-ver/794d4fc8-26c5-4fb2-9548-5d5dec51a46e?depth=0
2022-06-05T04:38:24.267Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T04:38:24.837Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127440bc-d746-4f45-8c4a-5406f7ced36c/model-vers/model-ver/794d4fc8-26c5-4fb2-9548-5d5dec51a46e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-05T04:38:24.844Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127440bc-d746-4f45-8c4a-5406f7ced36c/model-vers/model-ver/794d4fc8-26c5-4fb2-9548-5d5dec51a46e?depth=0|INFO|500||Invoke
2022-06-05T04:38:25.011Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127440bc-d746-4f45-8c4a-5406f7ced36c/model-vers/model-ver/794d4fc8-26c5-4fb2-9548-5d5dec51a46e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T04:38:25.705Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127440bc-d746-4f45-8c4a-5406f7ced36c/model-vers/model-ver/794d4fc8-26c5-4fb2-9548-5d5dec51a46e?depth=0|INFO|500||InvokeReturn
2022-06-05T04:38:25.706Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127440bc-d746-4f45-8c4a-5406f7ced36c/model-vers/model-ver/794d4fc8-26c5-4fb2-9548-5d5dec51a46e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220605-04:38:25:024-8753], vertex-id=[204944], Content-Length=[0], Date=[Sun, 05 Jun 2022 04:38:25 GMT], Content-Type=[application/json]}
2022-06-05T04:38:25.707Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-06-05T04:38:25.711Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T04:38:25.711Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:38:25.716Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T04:38:25.717Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e02d6308-7d1d-4dcf-9713-15a5dc3bb17e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T04:38:25.719Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T04:38:25.719Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:25.722Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:25.722Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403905718,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:38:25.822Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:25.824Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:25.824Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:25.841Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:25.842Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T04:38:26.732Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:38:26.733Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:38:26.733Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:31.134Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:31.136Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-05T04:38:31.136Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2222d7d-5dd2-4024-b09a-2fded49b5980","serviceName":"vFW 2022-06-05 04-34-47","serviceVersion":"1.0","serviceUUID":"cfbc02c9-b70e-4714-8cfb-c449518ad04b","serviceDescription":"catalog service description","serviceInvariantUUID":"c02f15b0-4181-474e-854b-95dcf5bc0c66","resources":[{"resourceInstanceName":"vFW 7517bfbb-a459 0","resourceName":"vFW 7517bfbb-a459","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2d8e22a8-9bbe-4586-8a16-482e31f5d7ac","resourceInvariantUUID":"df5dc5be-db86-42e0-890b-ee232debae65","resourceCustomizationUUID":"2a92586a-baf9-4020-82d3-7fb2bc172753","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml","artifactChecksum":"OGU0NGE5YTBmZWYyYjEwMTcxMzM4NjBhNjI5NGE4ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a6c718b-e956-43a7-a1fe-accf77ab8b41","artifactVersion":"1"},{"artifactName":"vfw7517bfbba4590_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json","artifactChecksum":"OTUwYzJlZjZmZTRhZWRjZTdlYzJjZTdlMTNjOWM4NDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"880154a1-9cc8-488a-9f76-a5b2772dcbd9","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6bd6b74e-1c15-4aff-b572-069f679c00bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml","artifactChecksum":"MDVmNDJjNWY2NDBlZGRkMDZkYmE4NTMwOGMxOGM1ODk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"db9d1687-892d-4059-8bd6-05be26d8d7a5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"19866539-2c38-4e13-b01f-3de8c1f01b1f","artifactVersion":"3","generatedFromUUID":"6bd6b74e-1c15-4aff-b572-069f679c00bb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220605043447-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml","artifactChecksum":"N2VmZGVhOWVjMTg4Y2U0MTU5NzI4ODAzMTEwNGE4YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4baac927-f39b-4505-a9a6-37f9a9ceabc5","artifactVersion":"1"},{"artifactName":"service-Vfw20220605043447-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar","artifactChecksum":"Zjk4YTFlOTA5ZjJmZjM2ZTlhZTVmZjJiMGZlMmRlMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b16b99d-b215-49d5-9c92-b066d801398d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T04:38:31.139Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:38:31.139Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:31.142Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:31.142Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403906732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:38:31.243Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:31.244Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:31.244Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:31.257Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:31.258Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:32.143Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:38:32.145Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:32.147Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:32.147Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403906732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:38:32.247Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:38:32.249Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:32.249Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:32.266Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:32.267Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:38:33.148Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:38:33.150Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:33.152Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:33.153Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403906732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:38:33.252Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:38:33.253Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:33.254Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:33.267Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:33.267Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:38:34.153Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:38:34.155Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:34.157Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:34.157Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403906732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:38:34.259Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-05T04:38:34.260Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:34.260Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:34.275Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:34.276Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:35.158Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:38:35.160Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:35.162Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:35.162Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403906732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-05T04:38:35.263Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:35.264Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:35.264Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:35.278Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:35.279Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:36.163Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:38:36.164Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:36.167Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:36.167Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403906732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:38:36.267Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:36.268Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:36.268Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:36.282Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:36.283Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:38:37.168Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:38:37.169Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:37.172Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:37.172Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403906732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:38:37.272Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:37.273Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:37.274Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:37.287Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:37.288Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:38.175Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "serviceName": "vFW 2022-06-05 04-34-47",
  "serviceVersion": "1.0",
  "serviceUUID": "cfbc02c9-b70e-4714-8cfb-c449518ad04b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c02f15b0-4181-474e-854b-95dcf5bc0c66",
  "resources": [
    {
      "resourceInstanceName": "vFW 7517bfbb-a459 0",
      "resourceCustomizationUUID": "2a92586a-baf9-4020-82d3-7fb2bc172753",
      "resourceName": "vFW 7517bfbb-a459",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2d8e22a8-9bbe-4586-8a16-482e31f5d7ac",
      "resourceInvariantUUID": "df5dc5be-db86-42e0-890b-ee232debae65",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7517bfbba4590_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
          "artifactChecksum": "OTUwYzJlZjZmZTRhZWRjZTdlYzJjZTdlMTNjOWM4NDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "880154a1-9cc8-488a-9f76-a5b2772dcbd9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6bd6b74e-1c15-4aff-b572-069f679c00bb",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "19866539-2c38-4e13-b01f-3de8c1f01b1f",
            "generatedFromUUID": "6bd6b74e-1c15-4aff-b572-069f679c00bb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "19866539-2c38-4e13-b01f-3de8c1f01b1f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220605043447-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
      "artifactChecksum": "Zjk4YTFlOTA5ZjJmZjM2ZTlhZTVmZjJiMGZlMmRlMzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8b16b99d-b215-49d5-9c92-b066d801398d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T04:38:38.175Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T04:38:38.176Z|e02d6308-7d1d-4dcf-9713-15a5dc3bb17e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cfbc02c9-b70e-4714-8cfb-c449518ad04b ASDC
2022-06-05T04:38:38.177Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a2222d7d-5dd2-4024-b09a-2fded49b5980
ServiceName:vFW 2022-06-05 04-34-47
ServiceVersion:1.0
ServiceUUID:cfbc02c9-b70e-4714-8cfb-c449518ad04b
ServiceInvariantUUID:c02f15b0-4181-474e-854b-95dcf5bc0c66
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220605043447-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar
ArtifactUUID:8b16b99d-b215-49d5-9c92-b066d801398d
ArtifactChecksum:Zjk4YTFlOTA5ZjJmZjM2ZTlhZTVmZjJiMGZlMmRlMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7517bfbb-a459 0
ResourceCustomizationUUID:2a92586a-baf9-4020-82d3-7fb2bc172753
ResourceInvariantUUID:df5dc5be-db86-42e0-890b-ee232debae65
ResourceName:vFW 7517bfbb-a459
ResourceType:VF
ResourceUUID:2d8e22a8-9bbe-4586-8a16-482e31f5d7ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7517bfbba4590_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json
ArtifactUUID:880154a1-9cc8-488a-9f76-a5b2772dcbd9
ArtifactChecksum:OTUwYzJlZjZmZTRhZWRjZTdlYzJjZTdlMTNjOWM4NDY=
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/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml
ArtifactUUID:6bd6b74e-1c15-4aff-b572-069f679c00bb
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env
ArtifactUUID:19866539-2c38-4e13-b01f-3de8c1f01b1f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env
ArtifactUUID:19866539-2c38-4e13-b01f-3de8c1f01b1f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-05T04:38:38.177Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cfbc02c9-b70e-4714-8cfb-c449518ad04b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:38:38.215Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:38:38.216Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T04:38:38.216Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T04:38:38.216Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8b16b99d-b215-49d5-9c92-b066d801398d from URL: /sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:38.216Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:38:38.217Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:38.700Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:38:38.708Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar 8b16b99d-b215-49d5-9c92-b066d801398d 99018
2022-06-05T04:38:38.709Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar ASDC sendASDCNotification
2022-06-05T04:38:38.709Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:38.710Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:38:38.710Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:38.714Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:38.715Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403918709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:38:38.815Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:38.816Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:38.816Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:38.831Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:38.832Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:39.715Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:38:39.716Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-05T04:38:39.717Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8b16b99d-b215-49d5-9c92-b066d801398d, URL: /sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar to file: /app/ASDC/1/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:39.717Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220605043447-csar.csar
2022-06-05T04:38:39.718Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:39.718Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:39.931Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4645941233684854756/Definitions/service-Vfw20220605043447-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-05T04:38:42.243Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T04:38:42.243Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.244Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7517bfbb-a459 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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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-Vfw20220605043447-csar.csar
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-05T04:38:42.245Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.246Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:42.246Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:42.246Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-05T04:38:42.246Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:38:42.246Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.247Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:42.247Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:42.247Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-05T04:38:42.247Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:38:42.247Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.248Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:42.248Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.248Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is not matching search criteria
2022-06-05T04:38:42.248Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:38:42.248Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:38:42.248Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:38:42.249Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.249Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.249Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:38:42.249Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.250Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:38:42.250Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:38:42.250Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.250Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.251Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:38:42.251Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.251Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:38:42.251Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.251Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-05T04:38:42.252Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.252Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T04:38:42.252Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.252Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:42.253Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:42.253Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.253Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:42.253Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:42.254Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.254Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:42.254Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:42.254Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.254Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is not matching search criteria
2022-06-05T04:38:42.255Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:38:42.255Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:38:42.255Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-05T04:38:42.255Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:38:42.255Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:38:42.256Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.256Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.256Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:38:42.256Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.256Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:38:42.257Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.257Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f8ddd1ba-b1e4-4a44-838e-b209319c1f41
2022-06-05T04:38:42.257Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.258Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is not matching search criteria
2022-06-05T04:38:42.258Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:38:42.258Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:38:42.258Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:38:42.258Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.258Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.259Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:38:42.259Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.259Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-05T04:38:42.259Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:38:42.260Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.260Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:38:42.260Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.260Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4cc3b6c1-bacc-4c2b-88f7-d59e9cba9d72
2022-06-05T04:38:42.261Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.261Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is not matching search criteria
2022-06-05T04:38:42.261Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:38:42.261Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:38:42.261Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:38:42.262Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.262Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.262Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:38:42.262Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.262Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:38:42.263Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:38:42.263Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:42.263Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:42.263Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-05T04:38:42.264Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9b8ded1b-fa0f-4aa2-8a63-077d5754dc1b
2022-06-05T04:38:42.264Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.264Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:42.264Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.264Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:42.265Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.265Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:42.265Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:42.266Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:42.266Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-05 04-34-47
Description:catalog service description
Model UUID:cfbc02c9-b70e-4714-8cfb-c449518ad04b
Model Version:NULL
Model InvariantUuid:c02f15b0-4181-474e-854b-95dcf5bc0c66
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7517bfbb-a459
Model UUID:8e924181-2253-4638-a667-595c0d701942
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:df5dc5be-db86-42e0-890b-ee232debae65
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a92586a-baf9-4020-82d3-7fb2bc172753
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b03026bd-95c6-43f8-99ac-e598f48a404e
ModelName:Vfw7517bfbbA459..base_vfw..module-0
ModelUuid:bc8117f3-5f18-4b75-8d68-997bf790ae1d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f8ddd1ba-b1e4-4a44-838e-b209319c1f41
ModelInvariantUuid:445929e5-e689-4e7c-a6b1-babf9ba5cd5d
ModelName:vFW 7517bfbb-a459-nodes.vfwCvfc
ModelUuid:2718f3c1-4a3a-4052-92ac-0f9a2ae38e21
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f87e3480-9317-479c-b0ff-7d08d583b1ed
ModelInvariantUuid:699db42d-a722-45bf-abcb-05cc9abb6b94
ModelName:Vfw7517bfbbA459.compute.nodes.heat.vfw
ModelUuid:81c7f359-6d99-463d-8991-b0c5f8818644
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4cc3b6c1-bacc-4c2b-88f7-d59e9cba9d72
ModelInvariantUuid:380d09cd-c327-4a49-bf0d-591cea13f70a
ModelName:vFW 7517bfbb-a459-nodes.vsnCvfc
ModelUuid:bf013683-259b-44fd-a058-513c8dcea1cf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:277072bf-a034-4d03-b587-6b0ed64ecdbd
ModelInvariantUuid:a6bf251f-6162-449a-a7d7-78f8721a10be
ModelName:Vfw7517bfbbA459.compute.nodes.heat.vsn
ModelUuid:9fb03f56-ef6e-4b52-8e40-8b3d3393f21c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9b8ded1b-fa0f-4aa2-8a63-077d5754dc1b
ModelInvariantUuid:ef71ae50-e077-4104-ac0e-4d9ce5769b32
ModelName:vFW 7517bfbb-a459-nodes.vpgCvfc
ModelUuid:72e847bc-fe14-4b6f-8e24-3f2afe6604d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e996f795-847b-428d-b2b1-b2ce940a0e0d
ModelInvariantUuid:6524028b-beac-44c2-977a-843fd63c8b4d
ModelName:Vfw7517bfbbA459.compute.nodes.heat.vpg
ModelUuid:6d77daf3-530a-4cb8-9331-c3d91d19ae4d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T04:38:42.272Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2d8e22a8-9bbe-4586-8a16-482e31f5d7ac
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:38:42.277Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||vFW 7517bfbb-a459 0
2022-06-05T04:38:42.277Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2d8e22a8-9bbe-4586-8a16-482e31f5d7ac
2022-06-05T04:38:42.277Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 880154a1-9cc8-488a-9f76-a5b2772dcbd9 from URL: /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json
2022-06-05T04:38:42.278Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:38:42.278Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json
2022-06-05T04:38:42.591Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:38:42.592Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json 880154a1-9cc8-488a-9f76-a5b2772dcbd9 785
2022-06-05T04:38:42.593Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json ASDC sendASDCNotification
2022-06-05T04:38:42.593Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json
2022-06-05T04:38:42.594Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:38:42.595Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:42.598Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:42.598Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403922593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:38:42.698Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:42.700Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:42.700Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:42.715Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:42.716Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:43.599Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7517bfbbA459..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b03026bd-95c6-43f8-99ac-e598f48a404e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bc8117f3-5f18-4b75-8d68-997bf790ae1d",
    "vfModuleModelCustomizationUUID": "911f6f0e-cc06-491f-8d72-98cda2677a8d",
    "isBase": true,
    "artifacts": [
      "6bd6b74e-1c15-4aff-b572-069f679c00bb",
      "19866539-2c38-4e13-b01f-3de8c1f01b1f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T04:38:43.604Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7517bfbbA459..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc8117f3-5f18-4b75-8d68-997bf790ae1d
VfModuleModelInvariantUUID:b03026bd-95c6-43f8-99ac-e598f48a404e
VfModuleModelDescription:NULL
Artifacts UUID List:{
6bd6b74e-1c15-4aff-b572-069f679c00bb
,
19866539-2c38-4e13-b01f-3de8c1f01b1f

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

isBase:true


}

2022-06-05T04:38:43.607Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7517bfbbA459..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b03026bd-95c6-43f8-99ac-e598f48a404e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bc8117f3-5f18-4b75-8d68-997bf790ae1d",
    "vfModuleModelCustomizationUUID": "911f6f0e-cc06-491f-8d72-98cda2677a8d",
    "isBase": true,
    "artifacts": [
      "6bd6b74e-1c15-4aff-b572-069f679c00bb",
      "19866539-2c38-4e13-b01f-3de8c1f01b1f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T04:38:43.607Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7517bfbbA459..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc8117f3-5f18-4b75-8d68-997bf790ae1d
VfModuleModelInvariantUUID:b03026bd-95c6-43f8-99ac-e598f48a404e
VfModuleModelDescription:NULL
Artifacts UUID List:{
6bd6b74e-1c15-4aff-b572-069f679c00bb
,
19866539-2c38-4e13-b01f-3de8c1f01b1f

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

isBase:true


}

2022-06-05T04:38:43.607Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6bd6b74e-1c15-4aff-b572-069f679c00bb from URL: /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml
2022-06-05T04:38:43.607Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:38:43.608Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml
2022-06-05T04:38:43.808Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:38:43.810Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml 6bd6b74e-1c15-4aff-b572-069f679c00bb 20368
2022-06-05T04:38:43.811Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-05T04:38:43.811Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml
2022-06-05T04:38:43.811Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:38:43.811Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:43.814Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:43.814Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403923810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:38:43.915Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-05T04:38:43.916Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:43.916Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:43.930Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:43.931Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:44.815Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 19866539-2c38-4e13-b01f-3de8c1f01b1f from URL: /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env
2022-06-05T04:38:44.819Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-05T04:38:44.819Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env
2022-06-05T04:38:45.110Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-05T04:38:45.111Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env 19866539-2c38-4e13-b01f-3de8c1f01b1f 2098
2022-06-05T04:38:45.111Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-05T04:38:45.111Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env
2022-06-05T04:38:45.111Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:38:45.112Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:45.114Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:45.114Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403925111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:38:45.214Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:45.217Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:45.217Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:45.230Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:45.231Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:46.115Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: cfbc02c9-b70e-4714-8cfb-c449518ad04b
2022-06-05T04:38:46.115Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7517bfbb-a459 0 2d8e22a8-9bbe-4586-8a16-482e31f5d7ac ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:38:46.138Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74372fdf, org.onap.sdc.toscaparser.api.parameters.Input@641ed686, org.onap.sdc.toscaparser.api.parameters.Input@36e0eb54, org.onap.sdc.toscaparser.api.parameters.Input@17cdd55c, org.onap.sdc.toscaparser.api.parameters.Input@5ac959ad]
2022-06-05T04:38:46.140Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.140Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.141Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-05T04:38:46.141Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2a92586a-baf9-4020-82d3-7fb2bc172753
2022-06-05T04:38:46.141Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a92586a-baf9-4020-82d3-7fb2bc172753 matches Tosca VF Customization UUID: 2a92586a-baf9-4020-82d3-7fb2bc172753
2022-06-05T04:38:46.141Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2a92586a-baf9-4020-82d3-7fb2bc172753  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-05T04:38:46.143Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.143Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.144Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2a92586a-baf9-4020-82d3-7fb2bc172753: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-05T04:38:46.144Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e4abd3
2022-06-05T04:38:46.145Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.145Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T04:38:46.145Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 911f6f0e-cc06-491f-8d72-98cda2677a8d
2022-06-05T04:38:46.145Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 911f6f0e-cc06-491f-8d72-98cda2677a8d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-05T04:38:46.147Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.148Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:46.148Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:46.149Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.149Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:46.149Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:46.149Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.149Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is not matching search criteria
2022-06-05T04:38:46.150Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:38:46.150Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:38:46.150Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-05T04:38:46.150Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:38:46.150Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:38:46.150Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.150Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:46.151Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:38:46.151Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:46.151Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:38:46.151Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.151Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f8ddd1ba-b1e4-4a44-838e-b209319c1f41
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T04:38:46.154Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.154Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:46.154Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:46.155Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.155Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is not matching search criteria
2022-06-05T04:38:46.155Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:38:46.155Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:38:46.155Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:38:46.155Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.156Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:46.156Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:38:46.156Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.156Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-05T04:38:46.156Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:38:46.157Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:46.157Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:38:46.157Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.157Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4cc3b6c1-bacc-4c2b-88f7-d59e9cba9d72
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T04:38:46.159Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.159Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:46.159Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:46.162Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.162Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is not matching search criteria
2022-06-05T04:38:46.163Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:38:46.163Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:38:46.163Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:38:46.163Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.163Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:46.163Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:38:46.164Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.164Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:38:46.164Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:38:46.164Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:38:46.164Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:38:46.164Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-05T04:38:46.165Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9b8ded1b-fa0f-4aa2-8a63-077d5754dc1b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T04:38:46.166Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.167Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:46.167Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:38:46.167Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.167Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Node template vFW 7517bfbb-a459 0 is matching search criteria
2022-06-05T04:38:46.167Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 7517bfbb-a459 0] matching following query criteria: sdcType=VF, customizationUUID=2a92586a-baf9-4020-82d3-7fb2bc172753
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:38:46.169Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.169Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.169Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid cfbc02c9-b70e-4714-8cfb-c449518ad04b: vFW 7517bfbb-a459
2022-06-05T04:38:46.169Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.170Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.170Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.170Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.170Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.170Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.171Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.171Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.171Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:38:46.171Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-05 04-34-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:38:46.171Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-06-05 04-34-47 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:38:46.366Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7517bfbb-a459 2d8e22a8-9bbe-4586-8a16-482e31f5d7ac 1 ASDC deployResourceStructure
2022-06-05T04:38:46.367Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json ASDC sendASDCNotification
2022-06-05T04:38:46.367Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json
2022-06-05T04:38:46.368Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:38:46.368Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:46.371Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:46.371Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403926367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T04:38:46.471Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:38:46.473Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:46.473Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:46.503Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:46.504Z||pool-30-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:38:47.372Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-05T04:38:47.374Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml
2022-06-05T04:38:47.374Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:38:47.375Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:47.377Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:47.378Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403927372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T04:38:47.478Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:47.479Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:47.480Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:47.494Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:47.495Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:48.378Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-05T04:38:48.379Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env
2022-06-05T04:38:48.379Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:38:48.380Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:48.382Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:48.382Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403928378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-05T04:38:48.483Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:48.484Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:48.484Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:48.522Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:48.523Z||pool-32-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:49.383Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar ASDC sendASDCNotification
2022-06-05T04:38:49.384Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar
2022-06-05T04:38:49.384Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:38:49.384Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:38:49.386Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:38:49.387Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403929383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:38:49.487Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:38:49.488Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:38:49.488Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:38:49.506Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:38:49.507Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:38:50.391Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:38:50.403Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:38:50.406Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:38:50.406Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:38:50.406Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:39:16.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:39:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:39:16.448Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:39:16.470Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:39:16.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T04:39:16.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403884787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:39:16.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:39:20.407Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:39:20.422Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:39:20.424Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:39:20.424Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:39:20.424Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:39:50.425Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:39:50.433Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:39:50.435Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:39:50.436Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:39:50.436Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:40:16.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:40:16.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:40:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:40:16.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:40:16.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T04:40:16.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "cds",
  "timestamp": 1654403891473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:40:16.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:40:20.436Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:40:20.444Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:40:20.447Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:40:20.447Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:40:20.447Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:40:50.447Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:40:50.456Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:40:50.458Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:40:50.458Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:40:50.458Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:41:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:41:16.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:41:16.447Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:41:16.481Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:41:16.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654403885667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "policy-id",
  "timestamp": 1654403896288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "clamp",
  "timestamp": 1654403894217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403884787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "cds",
  "timestamp": 1654403891473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654403885667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403897288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "policy-id",
  "timestamp": 1654403896288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "clamp",
  "timestamp": 1654403894217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403884787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "cds",
  "timestamp": 1654403891473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654403885667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403897288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:41:16.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "policy-id",
  "timestamp": 1654403896288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:41:16.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "clamp",
  "timestamp": 1654403894217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "cds",
  "timestamp": 1654403891473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:41:16.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403884787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:41:16.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654403885667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403897288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "policy-id",
  "timestamp": 1654403896288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "clamp",
  "timestamp": 1654403894217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "policy-id",
  "timestamp": 1654403896288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403897288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "clamp",
  "timestamp": 1654403894217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "cds",
  "timestamp": 1654403901088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403901170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403897288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "policy-id",
  "timestamp": 1654403896288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "cds",
  "timestamp": 1654403902106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:41:16.503Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2222d7d-5dd2-4024-b09a-2fded49b5980
2022-06-05T04:41:16.503Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2222d7d-5dd2-4024-b09a-2fded49b5980 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:41:16.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "policy-id",
  "timestamp": 1654403896288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:41:16.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403897288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403897288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:41:16.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "policy-id",
  "timestamp": 1654403904307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403905298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "policy-id",
  "timestamp": 1654403905312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:41:16.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403904921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:41:16.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02d6308-7d1d-4dcf-9713-15a5dc3bb17e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403905718,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:41:16.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "policy-id",
  "timestamp": 1654403906316,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:41:16.522Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2222d7d-5dd2-4024-b09a-2fded49b5980
2022-06-05T04:41:16.522Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2222d7d-5dd2-4024-b09a-2fded49b5980 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:41:16.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654403905927,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:41:16.540Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2222d7d-5dd2-4024-b09a-2fded49b5980
2022-06-05T04:41:16.541Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2222d7d-5dd2-4024-b09a-2fded49b5980 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:41:16.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403906669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403907894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.549Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403908922,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:41:16.552Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2222d7d-5dd2-4024-b09a-2fded49b5980
2022-06-05T04:41:16.552Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2222d7d-5dd2-4024-b09a-2fded49b5980 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654403909927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403906732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403906732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403906732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "aai-ml",
  "timestamp": 1654403912417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "clamp",
  "timestamp": 1654403913584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403906732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "aai-ml",
  "timestamp": 1654403912417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403906732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-05T04:41:16.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "aai-ml",
  "timestamp": 1654403912417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "clamp",
  "timestamp": 1654403915594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403906732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "aai-ml",
  "timestamp": 1654403912417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "clamp",
  "timestamp": 1654403916599,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:41:16.565Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a2222d7d-5dd2-4024-b09a-2fded49b5980
2022-06-05T04:41:16.565Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2222d7d-5dd2-4024-b09a-2fded49b5980 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:41:16.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403906732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "aai-ml",
  "timestamp": 1654403912417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "aai-ml",
  "timestamp": 1654403912417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403918709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "aai-ml",
  "timestamp": 1654403912417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:41:16.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:41:16.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "aai-ml",
  "timestamp": 1654403920496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403922593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403923810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403925111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:41:16.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403926367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/vfw7517bfbba4590_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T04:41:16.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403927372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T04:41:16.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403928378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/resourceInstances/vfw7517bfbba4590/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-05T04:41:16.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654403929383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:41:16.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "aai-ml",
  "timestamp": 1654403934380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043447/1.0/artifacts/service-Vfw20220605043447-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:41:16.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:41:16.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:41:16.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "aai-ml",
  "timestamp": 1654403935384,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:41:16.589Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2222d7d-5dd2-4024-b09a-2fded49b5980
2022-06-05T04:41:16.590Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2222d7d-5dd2-4024-b09a-2fded49b5980 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:41:20.459Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:41:20.470Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:41:20.482Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:41:20.482Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T04:41:20.482Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T04:41:20.483Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T04:41:20.483Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:41:20.483Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:41:20.484Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:41:20.484Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:41:20.484Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:41:20.484Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:41:20.485Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:41:20.489Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T04:41:50.489Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2222d7d-5dd2-4024-b09a-2fded49b5980 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T04:41:50.495Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2222d7d-5dd2-4024-b09a-2fded49b5980 and serviceModelVersionId: cfbc02c9-b70e-4714-8cfb-c449518ad04b
2022-06-05T04:41:50.495Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c02f15b0-4181-474e-854b-95dcf5bc0c66
2022-06-05T04:41:50.497Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0
2022-06-05T04:41:50.506Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T04:41:50.583Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0|INFO|500||Invoke
2022-06-05T04:41:50.583Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2222d7d-5dd2-4024-b09a-2fded49b5980], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2ad7140-50b0-4925-bcb5-bd5282789a9f], X-ECOMP-RequestID=[a2222d7d-5dd2-4024-b09a-2fded49b5980], X-TransactionId=[], X-ONAP-RequestID=[a2222d7d-5dd2-4024-b09a-2fded49b5980], Content-Type=[application/merge-patch+json]}
2022-06-05T04:41:50.629Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T04:41:50.853Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220605-04:41:50:637-73751], vertex-id=[184480], Content-Length=[0], Date=[Sun, 05 Jun 2022 04:41:50 GMT], Content-Type=[application/json]}
2022-06-05T04:41:50.853Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-05T04:41:50.854Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c02f15b0-4181-474e-854b-95dcf5bc0c66/model-vers/model-ver/cfbc02c9-b70e-4714-8cfb-c449518ad04b?depth=0|INFO|500||InvokeReturn
2022-06-05T04:41:50.854Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T04:41:50.856Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:41:50.863Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T04:41:50.864Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2222d7d-5dd2-4024-b09a-2fded49b5980 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T04:41:50.865Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T04:41:50.868Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:41:50.874Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:41:50.874Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404110864,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:41:50.974Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:41:50.975Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:41:50.975Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:41:50.992Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:41:50.993Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T04:41:51.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:41:51.889Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:41:51.889Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:41:56.325Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:41:56.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:41:56.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1bceb0a0-5014-427a-b7a4-12e569c34e2b","serviceName":"vFW 2022-06-05 04-38-06","serviceVersion":"1.0","serviceUUID":"e0505665-b9e7-4c4b-96a4-7fa7d78f9215","serviceDescription":"catalog service description","serviceInvariantUUID":"5d257dd6-5b13-47ca-b8d3-decdb1111e01","resources":[{"resourceInstanceName":"vFW 17543a95-47f1 0","resourceName":"vFW 17543a95-47f1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b8b6d40b-5a3e-4397-b105-833eec94a499","resourceInvariantUUID":"697ac929-a605-4db8-87cd-171b8c9642f6","resourceCustomizationUUID":"a2d6e20e-9285-4b8c-adf1-2a927f4fa54a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vf-license-model.xml","artifactChecksum":"M2YwMDUwZTQyMjRhYmVmNWRjYTk3NjZjOThiZTZjMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a74fa89-af5f-44ab-97d6-bb9369db6187","artifactVersion":"1"},{"artifactName":"vfw17543a9547f10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json","artifactChecksum":"ZjZlMDZkOWNkZjQ1YTRmYzk3MWUzYjUxNDdiYWE4MjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d00681ba-ea28-4486-90ef-b9c9baca487e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a8788761-849d-423a-9584-08d0bffdb26f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vendor-license-model.xml","artifactChecksum":"MmQ2Nzg5MTYwY2ZkMWY2N2JiODU2MjlkMDVkNTBkNTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d8015cd9-6547-49f8-b79d-7a2d9572ad9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d2b50840-b8c3-40e5-8f91-f572d2180c74","artifactVersion":"2","generatedFromUUID":"a8788761-849d-423a-9584-08d0bffdb26f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220605043806-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-template.yml","artifactChecksum":"ZGJmMGU2ZmY0M2QzMmYyOWIzYTg1MmM1NWY0NjFkYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b70393f-c6b1-45d5-8b60-1bbed7f998a7","artifactVersion":"1"},{"artifactName":"service-Vfw20220605043806-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar","artifactChecksum":"YTY4MmUxOWMyMzBlZGM0ZGE0ZTc1NGE3YTFkZmVhZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61f4bd4a-a484-4e87-b4dd-6e779df4a84f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T04:41:56.332Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:41:56.332Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:41:56.335Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:41:56.335Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404111888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:56.435Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:41:56.436Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:41:56.437Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:41:56.450Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:41:56.451Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:41:57.336Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:41:57.337Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:41:57.339Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:41:57.339Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404111888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:41:57.439Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:41:57.441Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:41:57.441Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:41:57.456Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:41:57.457Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:41:58.340Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:41:58.341Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:41:58.343Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:41:58.343Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404111888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:41:58.443Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:41:58.445Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:41:58.446Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:41:58.461Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:41:58.462Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:41:59.344Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:41:59.345Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:41:59.348Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:41:59.348Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404111888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:41:59.448Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:41:59.450Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:41:59.450Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:41:59.511Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:41:59.512Z||pool-38-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:42:00.349Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:42:00.350Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:00.353Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:00.354Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404111888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-05T04:42:00.454Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:00.455Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:00.455Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:00.469Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:42:00.470Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:42:01.354Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:42:01.356Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:01.358Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:01.359Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404111888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:42:01.459Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:01.460Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:01.460Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:01.476Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:42:01.476Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:42:02.360Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:42:02.361Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:02.364Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:02.364Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404111888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:42:02.464Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:02.465Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:02.466Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:02.479Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:42:02.480Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:42:03.366Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "serviceName": "vFW 2022-06-05 04-38-06",
  "serviceVersion": "1.0",
  "serviceUUID": "e0505665-b9e7-4c4b-96a4-7fa7d78f9215",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5d257dd6-5b13-47ca-b8d3-decdb1111e01",
  "resources": [
    {
      "resourceInstanceName": "vFW 17543a95-47f1 0",
      "resourceCustomizationUUID": "a2d6e20e-9285-4b8c-adf1-2a927f4fa54a",
      "resourceName": "vFW 17543a95-47f1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b8b6d40b-5a3e-4397-b105-833eec94a499",
      "resourceInvariantUUID": "697ac929-a605-4db8-87cd-171b8c9642f6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw17543a9547f10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
          "artifactChecksum": "ZjZlMDZkOWNkZjQ1YTRmYzk3MWUzYjUxNDdiYWE4MjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d00681ba-ea28-4486-90ef-b9c9baca487e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a8788761-849d-423a-9584-08d0bffdb26f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d2b50840-b8c3-40e5-8f91-f572d2180c74",
            "generatedFromUUID": "a8788761-849d-423a-9584-08d0bffdb26f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d2b50840-b8c3-40e5-8f91-f572d2180c74",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220605043806-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
      "artifactChecksum": "YTY4MmUxOWMyMzBlZGM0ZGE0ZTc1NGE3YTFkZmVhZWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "61f4bd4a-a484-4e87-b4dd-6e779df4a84f"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T04:42:03.367Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T04:42:03.367Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e0505665-b9e7-4c4b-96a4-7fa7d78f9215 ASDC
2022-06-05T04:42:03.368Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1bceb0a0-5014-427a-b7a4-12e569c34e2b
ServiceName:vFW 2022-06-05 04-38-06
ServiceVersion:1.0
ServiceUUID:e0505665-b9e7-4c4b-96a4-7fa7d78f9215
ServiceInvariantUUID:5d257dd6-5b13-47ca-b8d3-decdb1111e01
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220605043806-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar
ArtifactUUID:61f4bd4a-a484-4e87-b4dd-6e779df4a84f
ArtifactChecksum:YTY4MmUxOWMyMzBlZGM0ZGE0ZTc1NGE3YTFkZmVhZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 17543a95-47f1 0
ResourceCustomizationUUID:a2d6e20e-9285-4b8c-adf1-2a927f4fa54a
ResourceInvariantUUID:697ac929-a605-4db8-87cd-171b8c9642f6
ResourceName:vFW 17543a95-47f1
ResourceType:VF
ResourceUUID:b8b6d40b-5a3e-4397-b105-833eec94a499
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw17543a9547f10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json
ArtifactUUID:d00681ba-ea28-4486-90ef-b9c9baca487e
ArtifactChecksum:ZjZlMDZkOWNkZjQ1YTRmYzk3MWUzYjUxNDdiYWE4MjI=
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/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml
ArtifactUUID:a8788761-849d-423a-9584-08d0bffdb26f
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/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env
ArtifactUUID:d2b50840-b8c3-40e5-8f91-f572d2180c74
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/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env
ArtifactUUID:d2b50840-b8c3-40e5-8f91-f572d2180c74
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-05T04:42:03.369Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0505665-b9e7-4c4b-96a4-7fa7d78f9215 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:42:03.405Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:42:03.405Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-05T04:42:03.406Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-05T04:42:03.406Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 61f4bd4a-a484-4e87-b4dd-6e779df4a84f from URL: /sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:03.406Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-05T04:42:03.406Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:03.818Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-05T04:42:03.823Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar 61f4bd4a-a484-4e87-b4dd-6e779df4a84f 99003
2022-06-05T04:42:03.824Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar ASDC sendASDCNotification
2022-06-05T04:42:03.824Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:03.824Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:42:03.825Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:03.827Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:03.827Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404123824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:42:03.927Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:03.928Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:03.928Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:03.943Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:42:03.944Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:42:04.828Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:42:04.829Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-05T04:42:04.829Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 61f4bd4a-a484-4e87-b4dd-6e779df4a84f, URL: /sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar to file: /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:04.830Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220605043806-csar.csar
2022-06-05T04:42:04.830Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:04.831Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:05.139Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17120862164621291896/Definitions/service-Vfw20220605043806-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-05T04:42:07.556Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T04:42:07.557Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-05T04:42:07.558Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.558Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-05T04:42:07.558Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||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-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.558Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||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-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.558Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.559Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.559Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.559Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||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-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.559Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.559Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.560Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.560Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.560Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.560Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 17543a95-47f1 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-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.560Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:07.560Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-05T04:42:07.561Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.561Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:07.561Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:07.562Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-05T04:42:07.562Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:42:07.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:07.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:07.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-05T04:42:07.564Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:42:07.564Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.564Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:07.565Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.565Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is not matching search criteria
2022-06-05T04:42:07.565Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:42:07.565Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:42:07.566Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.566Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.566Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:42:07.566Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.567Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:42:07.567Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:42:07.567Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:42:07.568Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.568Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.568Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:42:07.568Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.569Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:42:07.569Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.569Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-05T04:42:07.569Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.570Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T04:42:07.570Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.570Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:07.570Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:42:07.571Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.571Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:07.571Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:42:07.572Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.572Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:07.572Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:42:07.573Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.573Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is not matching search criteria
2022-06-05T04:42:07.573Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:42:07.573Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-05T04:42:07.573Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:42:07.574Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:42:07.574Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:42:07.574Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.574Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.575Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:42:07.575Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.575Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:42:07.576Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.576Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fe192a20-f6e8-4bf7-9692-bc3885894e4c
2022-06-05T04:42:07.576Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.576Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is not matching search criteria
2022-06-05T04:42:07.577Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:42:07.577Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:42:07.577Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.577Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:42:07.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:42:07.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-05T04:42:07.579Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:42:07.579Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.579Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:42:07.579Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.580Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aaa0052c-0a11-4bac-9953-2f8a0b5d55ca
2022-06-05T04:42:07.580Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.580Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is not matching search criteria
2022-06-05T04:42:07.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:42:07.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:42:07.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.582Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:42:07.582Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.582Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:42:07.582Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:42:07.582Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:42:07.583Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:07.583Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:07.583Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-05T04:42:07.584Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=83044f06-b2c5-4055-a3c9-498eb36be202
2022-06-05T04:42:07.584Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.584Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:07.584Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.585Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:07.585Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.585Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:07.586Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:07.586Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:07.586Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-05 04-38-06
Description:catalog service description
Model UUID:e0505665-b9e7-4c4b-96a4-7fa7d78f9215
Model Version:NULL
Model InvariantUuid:5d257dd6-5b13-47ca-b8d3-decdb1111e01
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 17543a95-47f1
Model UUID:71def7d6-52be-46dd-9343-2ca94e582237
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:697ac929-a605-4db8-87cd-171b8c9642f6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a2d6e20e-9285-4b8c-adf1-2a927f4fa54a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4127d523-f7c1-4a9e-bbb9-e850b69d1d4b
ModelName:Vfw17543a9547f1..base_vfw..module-0
ModelUuid:b9f30fa7-89a9-4297-8a5b-bbd920377b30
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe192a20-f6e8-4bf7-9692-bc3885894e4c
ModelInvariantUuid:b74189e9-61ea-4085-8725-a96d8d03c8e3
ModelName:vFW 17543a95-47f1-nodes.vfwCvfc
ModelUuid:4e3e8021-4f15-4298-9be4-5abb57b5a1ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6b856d2d-b287-4b69-b26b-743d2ff9bf7c
ModelInvariantUuid:42370334-33a8-4276-a6ca-98eaa8b2555f
ModelName:Vfw17543a9547f1.compute.nodes.heat.vfw
ModelUuid:5af9ea59-eef2-495e-8c3a-052f1a473c5a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aaa0052c-0a11-4bac-9953-2f8a0b5d55ca
ModelInvariantUuid:2f446456-0c8c-45ad-999a-801a2e26153f
ModelName:vFW 17543a95-47f1-nodes.vsnCvfc
ModelUuid:6fe2577d-a20b-47fb-bf85-ab276c9d0517
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fc9ca86c-8e1e-47d9-819a-1f2c8e06644f
ModelInvariantUuid:8f2edfe4-28ae-4e4e-ad12-3a12438db1a4
ModelName:Vfw17543a9547f1.compute.nodes.heat.vsn
ModelUuid:a6f1f7c6-05fb-4167-8348-72d04b2668e0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:83044f06-b2c5-4055-a3c9-498eb36be202
ModelInvariantUuid:51dab726-00b1-414a-b77f-066c2b659169
ModelName:vFW 17543a95-47f1-nodes.vpgCvfc
ModelUuid:6f1c071d-fe89-498b-884f-58d9dcd430b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ec2a77fa-6ddb-4fc7-9019-5d7cb606cb1f
ModelInvariantUuid:1d8bcc92-c571-4bed-82f8-17e8dd918ca3
ModelName:Vfw17543a9547f1.compute.nodes.heat.vpg
ModelUuid:4795f6ae-eb0c-4e7d-b4dc-4ce1817e101c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T04:42:07.595Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b8b6d40b-5a3e-4397-b105-833eec94a499
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:42:07.599Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||vFW 17543a95-47f1 0
2022-06-05T04:42:07.600Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b8b6d40b-5a3e-4397-b105-833eec94a499
2022-06-05T04:42:07.600Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d00681ba-ea28-4486-90ef-b9c9baca487e from URL: /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json
2022-06-05T04:42:07.600Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-05T04:42:07.600Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json
2022-06-05T04:42:07.812Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-05T04:42:07.813Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json d00681ba-ea28-4486-90ef-b9c9baca487e 785
2022-06-05T04:42:07.813Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json ASDC sendASDCNotification
2022-06-05T04:42:07.814Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json
2022-06-05T04:42:07.814Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:42:07.814Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:07.817Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:07.818Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404127813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:42:07.918Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:07.919Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:07.919Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:07.933Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:42:07.934Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:42:08.818Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw17543a9547f1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4127d523-f7c1-4a9e-bbb9-e850b69d1d4b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9f30fa7-89a9-4297-8a5b-bbd920377b30",
    "vfModuleModelCustomizationUUID": "22b69244-41ab-4951-a8d5-2e83b525fbd6",
    "isBase": true,
    "artifacts": [
      "a8788761-849d-423a-9584-08d0bffdb26f",
      "d2b50840-b8c3-40e5-8f91-f572d2180c74"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T04:42:08.825Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw17543a9547f1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9f30fa7-89a9-4297-8a5b-bbd920377b30
VfModuleModelInvariantUUID:4127d523-f7c1-4a9e-bbb9-e850b69d1d4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8788761-849d-423a-9584-08d0bffdb26f
,
d2b50840-b8c3-40e5-8f91-f572d2180c74

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

isBase:true


}

2022-06-05T04:42:08.827Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw17543a9547f1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4127d523-f7c1-4a9e-bbb9-e850b69d1d4b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9f30fa7-89a9-4297-8a5b-bbd920377b30",
    "vfModuleModelCustomizationUUID": "22b69244-41ab-4951-a8d5-2e83b525fbd6",
    "isBase": true,
    "artifacts": [
      "a8788761-849d-423a-9584-08d0bffdb26f",
      "d2b50840-b8c3-40e5-8f91-f572d2180c74"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T04:42:08.827Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw17543a9547f1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9f30fa7-89a9-4297-8a5b-bbd920377b30
VfModuleModelInvariantUUID:4127d523-f7c1-4a9e-bbb9-e850b69d1d4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
a8788761-849d-423a-9584-08d0bffdb26f
,
d2b50840-b8c3-40e5-8f91-f572d2180c74

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

isBase:true


}

2022-06-05T04:42:08.828Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a8788761-849d-423a-9584-08d0bffdb26f from URL: /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml
2022-06-05T04:42:08.828Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-05T04:42:08.828Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml
2022-06-05T04:42:09.024Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-05T04:42:09.025Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml a8788761-849d-423a-9584-08d0bffdb26f 20368
2022-06-05T04:42:09.025Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-05T04:42:09.026Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml
2022-06-05T04:42:09.026Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:42:09.026Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:09.028Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:09.028Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404129025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:42:09.129Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:09.130Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:09.130Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:09.144Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:42:09.144Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:42:10.029Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d2b50840-b8c3-40e5-8f91-f572d2180c74 from URL: /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env
2022-06-05T04:42:10.030Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-05T04:42:10.031Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env
2022-06-05T04:42:10.226Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-05T04:42:10.227Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env d2b50840-b8c3-40e5-8f91-f572d2180c74 2098
2022-06-05T04:42:10.227Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-05T04:42:10.227Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env
2022-06-05T04:42:10.227Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:42:10.228Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:10.230Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:10.230Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404130227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:42:10.330Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:10.331Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:10.331Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:10.348Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:42:10.349Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:42:11.230Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e0505665-b9e7-4c4b-96a4-7fa7d78f9215
2022-06-05T04:42:11.231Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 17543a95-47f1 0 b8b6d40b-5a3e-4397-b105-833eec94a499 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:42:11.252Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5920f93d, org.onap.sdc.toscaparser.api.parameters.Input@13d352a8, org.onap.sdc.toscaparser.api.parameters.Input@46facbc, org.onap.sdc.toscaparser.api.parameters.Input@77b97659, org.onap.sdc.toscaparser.api.parameters.Input@298e9082]
2022-06-05T04:42:11.255Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.255Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:11.255Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-06-05T04:42:11.256Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a2d6e20e-9285-4b8c-adf1-2a927f4fa54a
2022-06-05T04:42:11.256Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2d6e20e-9285-4b8c-adf1-2a927f4fa54a matches Tosca VF Customization UUID: a2d6e20e-9285-4b8c-adf1-2a927f4fa54a
2022-06-05T04:42:11.256Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a2d6e20e-9285-4b8c-adf1-2a927f4fa54a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-05T04:42:11.259Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.260Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:11.261Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a2d6e20e-9285-4b8c-adf1-2a927f4fa54a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-05T04:42:11.261Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65852d20
2022-06-05T04:42:11.261Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.261Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T04:42:11.261Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 22b69244-41ab-4951-a8d5-2e83b525fbd6
2022-06-05T04:42:11.262Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 22b69244-41ab-4951-a8d5-2e83b525fbd6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-05T04:42:11.266Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.266Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:11.267Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:42:11.267Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.268Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:11.268Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:42:11.268Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.268Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is not matching search criteria
2022-06-05T04:42:11.269Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:42:11.269Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-05T04:42:11.269Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:42:11.269Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:42:11.270Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:42:11.270Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:11.270Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:11.270Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:42:11.271Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:11.271Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:42:11.271Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:11.272Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fe192a20-f6e8-4bf7-9692-bc3885894e4c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T04:42:11.274Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.274Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:11.275Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:42:11.275Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.275Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is not matching search criteria
2022-06-05T04:42:11.276Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:42:11.276Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:42:11.276Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:11.276Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:11.277Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:42:11.277Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:11.277Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:42:11.277Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-05T04:42:11.278Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-05T04:42:11.278Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:11.278Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-05T04:42:11.278Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:11.279Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aaa0052c-0a11-4bac-9953-2f8a0b5d55ca
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T04:42:11.281Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.281Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:11.281Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:42:11.281Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.282Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is not matching search criteria
2022-06-05T04:42:11.282Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-05T04:42:11.282Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-05T04:42:11.282Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:11.283Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:11.283Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-05T04:42:11.283Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-05T04:42:11.283Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-05T04:42:11.284Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-05T04:42:11.284Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-05T04:42:11.284Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-05T04:42:11.284Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-05T04:42:11.284Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-05T04:42:11.285Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=83044f06-b2c5-4055-a3c9-498eb36be202
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T04:42:11.287Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.287Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:11.287Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:42:11.288Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.288Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Node template vFW 17543a95-47f1 0 is matching search criteria
2022-06-05T04:42:11.288Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17543a95-47f1 0] matching following query criteria: sdcType=VF, customizationUUID=a2d6e20e-9285-4b8c-adf1-2a927f4fa54a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:42:11.290Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.291Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:11.291Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e0505665-b9e7-4c4b-96a4-7fa7d78f9215: vFW 17543a95-47f1
2022-06-05T04:42:11.291Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.292Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:11.292Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.292Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:11.292Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.292Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:11.293Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.293Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:11.293Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:42:11.293Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-05 04-38-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:42:11.294Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-06-05 04-38-06 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:42:11.453Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 17543a95-47f1 b8b6d40b-5a3e-4397-b105-833eec94a499 1 ASDC deployResourceStructure
2022-06-05T04:42:11.454Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json ASDC sendASDCNotification
2022-06-05T04:42:11.454Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json
2022-06-05T04:42:11.454Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:42:11.454Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:11.456Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:11.456Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404131454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T04:42:11.556Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:11.557Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:11.557Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:11.588Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:42:11.588Z||pool-46-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:42:12.457Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-05T04:42:12.458Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml
2022-06-05T04:42:12.458Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:42:12.458Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:12.465Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:12.465Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404132457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T04:42:12.566Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:42:12.567Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:12.567Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:12.582Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:42:12.582Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:42:13.467Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-05T04:42:13.467Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env
2022-06-05T04:42:13.467Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:42:13.468Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:13.470Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:13.470Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404133466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-05T04:42:13.571Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:13.572Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:13.573Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:13.599Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:42:13.601Z||pool-48-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:42:14.471Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar ASDC sendASDCNotification
2022-06-05T04:42:14.472Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar
2022-06-05T04:42:14.472Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:42:14.472Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:42:14.474Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:42:14.474Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404134471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:42:14.575Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:42:14.576Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:42:14.576Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:14.591Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:42:14.592Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:42:15.476Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bceb0a0-5014-427a-b7a4-12e569c34e2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:42:15.483Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bceb0a0-5014-427a-b7a4-12e569c34e2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:42:15.486Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:42:15.486Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:42:15.486Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:42:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:42:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:42:16.447Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:42:16.470Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:42:16.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:42:16.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404065667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:42:16.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:42:16.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:42:16.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "cds",
  "timestamp": 1654404071472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:42:16.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:42:16.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:42:16.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404064787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:42:16.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:42:16.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:42:16.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "clamp",
  "timestamp": 1654404074217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:42:16.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:42:16.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:42:16.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404065667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:42:16.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:42:16.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:42:16.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "cds",
  "timestamp": 1654404071472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:42:16.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:42:16.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:42:16.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404064787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:42:16.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:42:16.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:42:16.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "clamp",
  "timestamp": 1654404074217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:42:16.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:42:45.486Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bceb0a0-5014-427a-b7a4-12e569c34e2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:42:45.494Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bceb0a0-5014-427a-b7a4-12e569c34e2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:42:45.495Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:42:45.496Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:42:45.496Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:43:15.496Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bceb0a0-5014-427a-b7a4-12e569c34e2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:43:15.502Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bceb0a0-5014-427a-b7a4-12e569c34e2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:43:15.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:43:15.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:43:15.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:43:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:43:16.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:43:16.447Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:43:16.474Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:43:16.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:43:16.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "policy-id",
  "timestamp": 1654404076288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:43:16.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:43:45.504Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bceb0a0-5014-427a-b7a4-12e569c34e2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:43:45.511Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bceb0a0-5014-427a-b7a4-12e569c34e2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:43:45.512Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:43:45.512Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:43:45.512Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:44:15.513Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bceb0a0-5014-427a-b7a4-12e569c34e2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:44:15.522Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bceb0a0-5014-427a-b7a4-12e569c34e2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:44:15.524Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:44:15.524Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:44:15.524Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:44:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:44:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:44:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:44:16.981Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:44:16.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404065667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "cds",
  "timestamp": 1654404071472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404064787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "clamp",
  "timestamp": 1654404074217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404077294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "policy-id",
  "timestamp": 1654404076288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404065667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "cds",
  "timestamp": 1654404071472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404064787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "clamp",
  "timestamp": 1654404074217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404077294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:44:16.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "policy-id",
  "timestamp": 1654404076288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:44:16.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404065667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "cds",
  "timestamp": 1654404071472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404064787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "clamp",
  "timestamp": 1654404074217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404077294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:44:16.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "policy-id",
  "timestamp": 1654404076288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404065667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "cds",
  "timestamp": 1654404071472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404064787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "clamp",
  "timestamp": 1654404074217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404077294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "policy-id",
  "timestamp": 1654404076288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404065667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "cds",
  "timestamp": 1654404071472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:44:16.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404064787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:44:16.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "clamp",
  "timestamp": 1654404074217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:44:16.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404077294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-05T04:44:16.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "policy-id",
  "timestamp": 1654404076288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "cds",
  "timestamp": 1654404082391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:44:16.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:16.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404077294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:16.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "policy-id",
  "timestamp": 1654404076288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:44:16.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:16.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404082459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:44:16.996Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:16.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:16.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "cds",
  "timestamp": 1654404083399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:44:17.002Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1bceb0a0-5014-427a-b7a4-12e569c34e2b
2022-06-05T04:44:17.002Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bceb0a0-5014-427a-b7a4-12e569c34e2b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:44:17.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404077294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:44:17.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "policy-id",
  "timestamp": 1654404084378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:44:17.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404085363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:44:17.012Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "policy-id",
  "timestamp": 1654404085383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:44:17.012Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "policy-id",
  "timestamp": 1654404086385,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:44:17.015Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bceb0a0-5014-427a-b7a4-12e569c34e2b
2022-06-05T04:44:17.016Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bceb0a0-5014-427a-b7a4-12e569c34e2b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:44:17.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404086599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:44:17.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404086227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:44:17.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404087234,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:44:17.030Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1bceb0a0-5014-427a-b7a4-12e569c34e2b
2022-06-05T04:44:17.031Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bceb0a0-5014-427a-b7a4-12e569c34e2b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:44:17.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404087969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:44:17.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404088995,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:44:17.042Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bceb0a0-5014-427a-b7a4-12e569c34e2b
2022-06-05T04:44:17.042Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bceb0a0-5014-427a-b7a4-12e569c34e2b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-05T04:44:17.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404090000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T04:44:17.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "aai-ml",
  "timestamp": 1654404092417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:17.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "aai-ml",
  "timestamp": 1654404092417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:17.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "clamp",
  "timestamp": 1654404094621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:44:17.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "aai-ml",
  "timestamp": 1654404092417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:17.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "clamp",
  "timestamp": 1654404095641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:44:17.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "aai-ml",
  "timestamp": 1654404092417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:17.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "clamp",
  "timestamp": 1654404096645,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:44:17.052Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1bceb0a0-5014-427a-b7a4-12e569c34e2b
2022-06-05T04:44:17.053Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bceb0a0-5014-427a-b7a4-12e569c34e2b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:44:17.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "aai-ml",
  "timestamp": 1654404092417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:17.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "aai-ml",
  "timestamp": 1654404092417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:17.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "aai-ml",
  "timestamp": 1654404092417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:44:17.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "aai-ml",
  "timestamp": 1654404100407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:44:17.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2222d7d-5dd2-4024-b09a-2fded49b5980",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404110864,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:44:17.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "aai-ml",
  "timestamp": 1654404112881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:44:17.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "aai-ml",
  "timestamp": 1654404113885,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:44:17.063Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1bceb0a0-5014-427a-b7a4-12e569c34e2b
2022-06-05T04:44:17.063Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bceb0a0-5014-427a-b7a4-12e569c34e2b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:44:17.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404111888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:17.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404111888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:44:17.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404111888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:44:17.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404111888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:17.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404111888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-05T04:44:17.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404111888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:44:17.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404111888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:44:17.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:44:17.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404123824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:44:17.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404127813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:44:17.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404129025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:44:17.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404130227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:44:17.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404131454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/vfw17543a9547f10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T04:44:17.073Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404132457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T04:44:17.073Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404133466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/resourceInstances/vfw17543a9547f10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-05T04:44:17.073Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:17.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:44:17.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404134471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220605043806/1.0/artifacts/service-Vfw20220605043806-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:44:17.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:44:45.524Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bceb0a0-5014-427a-b7a4-12e569c34e2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:44:45.532Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bceb0a0-5014-427a-b7a4-12e569c34e2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:44:45.534Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:44:45.534Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T04:44:45.535Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T04:44:45.535Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T04:44:45.535Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:44:45.535Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:44:45.535Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:44:45.535Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:44:45.535Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:44:45.536Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:44:45.536Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:44:45.539Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T04:45:15.539Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1bceb0a0-5014-427a-b7a4-12e569c34e2b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T04:45:15.544Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1bceb0a0-5014-427a-b7a4-12e569c34e2b and serviceModelVersionId: e0505665-b9e7-4c4b-96a4-7fa7d78f9215
2022-06-05T04:45:15.545Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d257dd6-5b13-47ca-b8d3-decdb1111e01
2022-06-05T04:45:15.545Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d257dd6-5b13-47ca-b8d3-decdb1111e01/model-vers/model-ver/e0505665-b9e7-4c4b-96a4-7fa7d78f9215?depth=0
2022-06-05T04:45:15.551Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T04:45:15.639Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d257dd6-5b13-47ca-b8d3-decdb1111e01/model-vers/model-ver/e0505665-b9e7-4c4b-96a4-7fa7d78f9215?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-05T04:45:15.641Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d257dd6-5b13-47ca-b8d3-decdb1111e01/model-vers/model-ver/e0505665-b9e7-4c4b-96a4-7fa7d78f9215?depth=0|INFO|500||Invoke
2022-06-05T04:45:15.671Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d257dd6-5b13-47ca-b8d3-decdb1111e01/model-vers/model-ver/e0505665-b9e7-4c4b-96a4-7fa7d78f9215?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T04:45:16.323Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d257dd6-5b13-47ca-b8d3-decdb1111e01/model-vers/model-ver/e0505665-b9e7-4c4b-96a4-7fa7d78f9215?depth=0|INFO|500||InvokeReturn
2022-06-05T04:45:16.323Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d257dd6-5b13-47ca-b8d3-decdb1111e01/model-vers/model-ver/e0505665-b9e7-4c4b-96a4-7fa7d78f9215?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220605-04:45:15:683-27651], vertex-id=[196728], Content-Length=[0], Date=[Sun, 05 Jun 2022 04:45:15 GMT], Content-Type=[application/json]}
2022-06-05T04:45:16.324Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-06-05T04:45:16.325Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T04:45:16.325Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:45:16.338Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T04:45:16.338Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1bceb0a0-5014-427a-b7a4-12e569c34e2b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T04:45:16.339Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T04:45:16.339Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:45:16.342Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:45:16.342Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404316338,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:45:16.442Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:45:16.444Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:45:16.444Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:45:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:45:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:45:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:45:16.465Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:45:16.466Z||pool-50-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:45:17.085Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:45:17.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-05T04:45:17.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bceb0a0-5014-427a-b7a4-12e569c34e2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404316338,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:45:17.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T04:45:17.351Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:45:17.352Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:45:17.352Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:45:27.626Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:45:27.627Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:45:27.628Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:45:27.628Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:45:37.209Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:45:37.209Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:45:37.210Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:45:37.210Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:45:46.764Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:45:46.764Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:45:46.765Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:45:46.765Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:45:56.301Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:45:56.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:45:56.303Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:45:56.303Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:46:05.841Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:46:05.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:46:05.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:46:05.842Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:46:15.393Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:46:15.394Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:46:15.395Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:46:15.395Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:46:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:46:16.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:46:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:46:24.935Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:46:24.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:46:24.937Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:46:24.939Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:46:26.014Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:46:34.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:46:34.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:46:34.484Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:46:34.485Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:46:44.027Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:47:16.398Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:47:16.399Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:47:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:47:16.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:47:16.447Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:47:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:47:25.951Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:47:26.007Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:48:16.398Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:48:16.399Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:48:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:48:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:48:16.447Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:48:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:48:25.941Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:48:26.006Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:49:16.398Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:49:16.399Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:49:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:49:16.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:49:16.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:49:16.448Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:49:25.981Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:49:26.005Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:50:16.398Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:50:16.399Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:50:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:50:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:50:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:50:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:50:25.949Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:50:26.011Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:51:16.398Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:51:16.400Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:51:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:51:16.446Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:51:16.447Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:51:16.447Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:51:17.033Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:51:17.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6781d3ea-a50e-4632-bf85-7f1a973cf787","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"081495f0-896b-43b6-b6c4-8908c2f09760","serviceDescription":"service","serviceInvariantUUID":"3ebf94b6-79dc-4a64-aec5-72a510fcc63d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d92df29a-2ce4-4a1c-9f8f-348156732e20","resourceInvariantUUID":"8fa4bdf3-b2e0-438a-88ce-e3e8fc724abf","resourceCustomizationUUID":"f01004e3-8609-4b0b-adb4-d18b6dfed192","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":"ZThkYTk1NjYyMjlkOThmNWUzNDM5ODE0ZWQ5MDQyYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9460b2d1-8ecf-4eea-b618-69fe53e3911d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2I5YTU4YmJhNzZjYjk2Y2ViZjQ4ODM2MjBiYzcxYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa083da7-3d1b-4a0b-8ecf-03e01a4c877f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T04:51:17.038Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:51:17.039Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:51:17.042Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:51:17.042Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404676398,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:51:17.079Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:51:17.081Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.081Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404625667,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:51:17.082Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:51:17.083Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.083Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404617288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:51:17.083Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:51:17.083Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.083Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "cds",
  "timestamp": 1654404626472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:51:17.083Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:51:17.084Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.084Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404617288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:51:17.084Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:51:17.084Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.084Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404625667,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:51:17.084Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:51:17.085Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.085Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "cds",
  "timestamp": 1654404626472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:51:17.085Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:51:17.085Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.085Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "cds",
  "timestamp": 1654404630782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:51:17.085Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:51:17.085Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.085Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "cds",
  "timestamp": 1654404631790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:51:17.099Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6781d3ea-a50e-4632-bf85-7f1a973cf787
2022-06-05T04:51:17.099Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6781d3ea-a50e-4632-bf85-7f1a973cf787 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:51:17.108Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.108Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "aai-ml",
  "timestamp": 1654404632417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:51:17.109Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:51:17.109Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.109Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "aai-ml",
  "timestamp": 1654404632417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:51:17.109Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:51:17.109Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.109Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "aai-ml",
  "timestamp": 1654404635421,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:51:17.109Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:51:17.109Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.109Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404634787,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:51:17.110Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:51:17.110Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.110Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404634787,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:51:17.110Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:51:17.110Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.110Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "policy-id",
  "timestamp": 1654404636288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:51:17.110Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:51:17.110Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.110Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "policy-id",
  "timestamp": 1654404636288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:51:17.110Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:51:17.110Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.110Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404637844,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:51:17.111Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:51:17.111Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.111Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "policy-id",
  "timestamp": 1654404639299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:51:17.111Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:51:17.111Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.111Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404639537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:51:17.111Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:51:17.111Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.111Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "policy-id",
  "timestamp": 1654404640304,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:51:17.112Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:51:17.112Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.112Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404640542,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:51:17.115Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6781d3ea-a50e-4632-bf85-7f1a973cf787
2022-06-05T04:51:17.116Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6781d3ea-a50e-4632-bf85-7f1a973cf787 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:51:17.120Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.121Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "policy-id",
  "timestamp": 1654404641308,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:51:17.123Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6781d3ea-a50e-4632-bf85-7f1a973cf787
2022-06-05T04:51:17.123Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6781d3ea-a50e-4632-bf85-7f1a973cf787 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:51:17.129Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.130Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "aai-ml",
  "timestamp": 1654404642805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:51:17.130Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:51:17.130Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.130Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "aai-ml",
  "timestamp": 1654404643810,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:51:17.132Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6781d3ea-a50e-4632-bf85-7f1a973cf787
2022-06-05T04:51:17.133Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6781d3ea-a50e-4632-bf85-7f1a973cf787 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:51:17.139Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.140Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "clamp",
  "timestamp": 1654404644217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:51:17.140Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:51:17.140Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.140Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "clamp",
  "timestamp": 1654404644217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:51:17.140Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:51:17.140Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.140Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "clamp",
  "timestamp": 1654404658721,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:51:17.141Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:51:17.141Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.141Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "clamp",
  "timestamp": 1654404660732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:51:17.141Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:51:17.141Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:51:17.142Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "clamp",
  "timestamp": 1654404661738,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-06-05T04:51:17.142Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:51:17.143Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:51:17.143Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:51:17.145Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6781d3ea-a50e-4632-bf85-7f1a973cf787
2022-06-05T04:51:17.146Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6781d3ea-a50e-4632-bf85-7f1a973cf787 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:51:17.155Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:51:17.155Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:51:18.042Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:51:18.044Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:51:18.063Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:51:18.063Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404676398,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:51:18.146Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-06-05T04:51:18.147Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:51:18.147Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:51:18.162Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:51:18.162Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:51:19.065Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "081495f0-896b-43b6-b6c4-8908c2f09760",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ebf94b6-79dc-4a64-aec5-72a510fcc63d",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f01004e3-8609-4b0b-adb4-d18b6dfed192",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d92df29a-2ce4-4a1c-9f8f-348156732e20",
      "resourceInvariantUUID": "8fa4bdf3-b2e0-438a-88ce-e3e8fc724abf",
      "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": "M2I5YTU4YmJhNzZjYjk2Y2ViZjQ4ODM2MjBiYzcxYTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa083da7-3d1b-4a0b-8ecf-03e01a4c877f"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T04:51:19.066Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T04:51:19.066Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 081495f0-896b-43b6-b6c4-8908c2f09760 ASDC
2022-06-05T04:51:19.067Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6781d3ea-a50e-4632-bf85-7f1a973cf787
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:081495f0-896b-43b6-b6c4-8908c2f09760
ServiceInvariantUUID:3ebf94b6-79dc-4a64-aec5-72a510fcc63d
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:fa083da7-3d1b-4a0b-8ecf-03e01a4c877f
ArtifactChecksum:M2I5YTU4YmJhNzZjYjk2Y2ViZjQ4ODM2MjBiYzcxYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f01004e3-8609-4b0b-adb4-d18b6dfed192
ResourceInvariantUUID:8fa4bdf3-b2e0-438a-88ce-e3e8fc724abf
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d92df29a-2ce4-4a1c-9f8f-348156732e20
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-05T04:51:19.067Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 081495f0-896b-43b6-b6c4-8908c2f09760 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T04:51:19.094Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:51:19.095Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T04:51:19.095Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T04:51:19.096Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fa083da7-3d1b-4a0b-8ecf-03e01a4c877f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-05T04:51:19.096Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T04:51:19.096Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-05T04:51:19.544Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T04:51:19.548Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fa083da7-3d1b-4a0b-8ecf-03e01a4c877f 52510
2022-06-05T04:51:19.548Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-05T04:51:19.548Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-05T04:51:19.548Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:51:19.549Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:51:19.551Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:51:19.551Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404679548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:51:19.652Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-05T04:51:19.653Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:51:19.653Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:51:19.670Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:51:19.672Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:51:20.552Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:51:20.553Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T04:51:20.554Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: fa083da7-3d1b-4a0b-8ecf-03e01a4c877f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T04:51:20.554Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-05T04:51:20.555Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T04:51:20.555Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T04:51:20.746Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4185945959135500169/Definitions/service-BasicNetwork-template.yml
2022-06-05T04:51:21.203Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T04:51:21.204Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-05T04:51:21.204Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T04:51:21.204Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-05T04:51:21.204Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T04:51:21.204Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T04:51:21.204Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T04:51:21.204Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T04:51:21.204Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T04:51:21.204Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T04:51:21.205Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T04:51:21.205Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-05T04:51:21.205Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-05T04:51:21.205Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:51:21.205Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:51:21.205Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-05T04:51:21.205Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-05T04:51:21.206Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:51:21.206Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:51:21.206Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:51:21.206Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-05T04:51:21.206Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-05T04:51:21.206Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:51:21.206Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:51:21.207Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:51:21.207Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:51:21.207Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:51:21.207Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:51:21.207Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:51:21.207Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:51:21.208Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:51:21.208Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:51:21.208Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:51:21.208Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:081495f0-896b-43b6-b6c4-8908c2f09760
Model Version:NULL
Model InvariantUuid:3ebf94b6-79dc-4a64-aec5-72a510fcc63d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8fa4bdf3-b2e0-438a-88ce-e3e8fc724abf
Model UUID:67cc85aa-5937-4d64-8a33-f135db07cb9a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f01004e3-8609-4b0b-adb4-d18b6dfed192
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T04:51:21.216Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: d92df29a-2ce4-4a1c-9f8f-348156732e20
2022-06-05T04:51:21.216Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||No resources found for Service: 081495f0-896b-43b6-b6c4-8908c2f09760
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:51:21.222Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||
2022-06-05T04:51:21.222Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-05T04:51:21.223Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 081495f0-896b-43b6-b6c4-8908c2f09760
2022-06-05T04:51:21.223Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 081495f0-896b-43b6-b6c4-8908c2f09760
2022-06-05T04:51:21.223Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-05T04:51:21.224Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:51:21.228Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cdcb95e, org.onap.sdc.toscaparser.api.parameters.Input@1e087f75, org.onap.sdc.toscaparser.api.parameters.Input@4e1fd300, org.onap.sdc.toscaparser.api.parameters.Input@54e18129, org.onap.sdc.toscaparser.api.parameters.Input@3d1ed4a2]
2022-06-05T04:51:21.230Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:51:21.230Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:51:21.231Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:51:21.231Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:51:21.231Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 081495f0-896b-43b6-b6c4-8908c2f09760: Generic NeutronNet
2022-06-05T04:51:21.231Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:51:21.231Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:51:21.232Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:51:21.232Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-05T04:51:21.264Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:51:21.265Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:51:21.265Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:51:21.265Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:51:21.265Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:51:21.265Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:51:21.265Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-05T04:51:21.314Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-05T04:51:21.315Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-05T04:51:21.315Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-05T04:51:21.315Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:51:21.315Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:51:21.317Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:51:21.317Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404681315,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:51:21.418Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:51:21.419Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:51:21.419Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:51:21.432Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:51:21.432Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:51:22.318Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6781d3ea-a50e-4632-bf85-7f1a973cf787
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:51:22.329Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6781d3ea-a50e-4632-bf85-7f1a973cf787
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:51:22.332Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:51:22.333Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T04:51:22.333Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T04:51:22.333Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T04:51:22.333Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:51:22.334Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:51:22.334Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:51:22.334Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:51:22.334Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:51:22.334Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:51:22.334Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:51:22.338Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T04:51:52.339Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6781d3ea-a50e-4632-bf85-7f1a973cf787 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T04:51:52.345Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6781d3ea-a50e-4632-bf85-7f1a973cf787 and serviceModelVersionId: 081495f0-896b-43b6-b6c4-8908c2f09760
2022-06-05T04:51:52.345Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ebf94b6-79dc-4a64-aec5-72a510fcc63d
2022-06-05T04:51:52.346Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ebf94b6-79dc-4a64-aec5-72a510fcc63d/model-vers/model-ver/081495f0-896b-43b6-b6c4-8908c2f09760?depth=0
2022-06-05T04:51:52.351Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T04:51:52.413Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ebf94b6-79dc-4a64-aec5-72a510fcc63d/model-vers/model-ver/081495f0-896b-43b6-b6c4-8908c2f09760?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-05T04:51:52.414Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ebf94b6-79dc-4a64-aec5-72a510fcc63d/model-vers/model-ver/081495f0-896b-43b6-b6c4-8908c2f09760?depth=0|INFO|500||Invoke
2022-06-05T04:51:52.440Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ebf94b6-79dc-4a64-aec5-72a510fcc63d/model-vers/model-ver/081495f0-896b-43b6-b6c4-8908c2f09760?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T04:51:53.141Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ebf94b6-79dc-4a64-aec5-72a510fcc63d/model-vers/model-ver/081495f0-896b-43b6-b6c4-8908c2f09760?depth=0|INFO|500||InvokeReturn
2022-06-05T04:51:53.142Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ebf94b6-79dc-4a64-aec5-72a510fcc63d/model-vers/model-ver/081495f0-896b-43b6-b6c4-8908c2f09760?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220605-04:51:52:451-33566], vertex-id=[229600], Content-Length=[0], Date=[Sun, 05 Jun 2022 04:51:52 GMT], Content-Type=[application/json]}
2022-06-05T04:51:53.142Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-05T04:51:53.142Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T04:51:53.142Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:51:53.148Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T04:51:53.149Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6781d3ea-a50e-4632-bf85-7f1a973cf787 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T04:51:53.149Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T04:51:53.150Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:51:53.152Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:51:53.153Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404713149,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:51:53.253Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:51:53.254Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:51:53.254Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:51:53.270Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:51:53.271Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T04:52:16.401Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:52:16.403Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:52:16.404Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:52:16.445Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:52:16.446Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:52:16.446Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:52:16.570Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:52:16.571Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:52:16.572Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404676398,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:52:16.573Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:52:17.045Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:52:17.046Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T04:52:17.046Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3ef3948-0436-4cf6-a47a-430d6dbbd106","serviceName":"Demo_pNF_Gal28NX7rtZc9uyZfyj5","serviceVersion":"1.0","serviceUUID":"9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448","serviceDescription":"catalog service description","serviceInvariantUUID":"b48fe26a-f246-4355-a11d-fa123fea399e","resources":[{"resourceInstanceName":"pNF 9e197716-480d 0","resourceName":"pNF 9e197716-480d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d5c0a153-79d8-4ee6-8568-bc76f4fb8dea","resourceInvariantUUID":"0177fe25-acd3-4598-b73a-2707b4d518e3","resourceCustomizationUUID":"b2277f49-f4f2-48b1-9f24-9c59419e5cf5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vf-license-model.xml","artifactChecksum":"YWRmZmMyYTc2ZDg1NjEyNzdkYjYyOGYxZTc4YWE0ZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e6b8714-c70d-4ca2-b914-dea082c96935","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/pNF.csar","artifactChecksum":"ZDBjOGRjNzAyMGZlOTQ4MjEzNGE0Y2M0NjdmZDNkN2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a2b2e64-3ab9-434c-a2dd-2d33f7f09f29","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c128646-e92e-43fa-9640-88d4331c2ce8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vendor-license-model.xml","artifactChecksum":"MjllYTNkMmRhYTYyZGI2NTQzNGFlMmFmODNiZTZmYTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"942b793b-e8fb-466c-8c9a-4115e221129d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c84002bd-539c-49bf-bca4-4b37d0e72dd3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a99cf92b-f0be-411c-b36e-102786780bd7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGal28nx7rtzc9uyzfyj5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-template.yml","artifactChecksum":"YjI0NzdkYmJmNjM0N2M5MWUxZjJkY2QxMzRjMDQ4MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"736cf61d-188b-4de4-9857-a3cdf497aefb","artifactVersion":"1"},{"artifactName":"service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar","artifactChecksum":"OGFkYmM1MTI2Y2M5NTMyMzcyNjEwOWIyMWZmODFlMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a30cfac-66e6-447f-ae68-f6486d4f29d5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T04:52:17.048Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:52:17.049Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:52:17.051Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:52:17.052Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:52:17.152Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:52:17.153Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:52:17.153Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:52:17.167Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:52:17.168Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:52:18.052Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:52:18.053Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:52:18.056Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:52:18.056Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:52:18.158Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-05T04:52:18.159Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:52:18.159Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:52:18.188Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:52:18.189Z||pool-57-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:52:19.057Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:52:19.058Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:52:19.060Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:52:19.060Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:52:19.160Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:52:19.161Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:52:19.162Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:52:19.198Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:52:19.199Z||pool-58-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:52:20.062Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:52:20.063Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:52:20.066Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:52:20.066Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:52:20.166Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:52:20.167Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:52:20.167Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:52:20.184Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:52:20.185Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:52:21.067Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:52:21.068Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:52:21.071Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:52:21.072Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:52:21.172Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-05T04:52:21.173Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:52:21.173Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:52:21.191Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:52:21.192Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:52:22.073Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:52:22.074Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:52:22.076Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:52:22.076Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:52:22.176Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:52:22.178Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:52:22.178Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:52:22.212Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:52:22.213Z||pool-61-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:52:23.077Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:52:23.078Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:52:23.081Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:52:23.081Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:52:23.181Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:52:23.182Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:52:23.182Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:52:23.210Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:52:23.211Z||pool-62-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:52:24.081Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:52:24.082Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:52:24.084Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:52:24.085Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:52:24.185Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:52:24.186Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:52:24.186Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:52:24.216Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:52:24.216Z||pool-63-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:52:25.085Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "serviceName": "Demo_pNF_Gal28NX7rtZc9uyZfyj5",
  "serviceVersion": "1.0",
  "serviceUUID": "9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b48fe26a-f246-4355-a11d-fa123fea399e",
  "resources": [
    {
      "resourceInstanceName": "pNF 9e197716-480d 0",
      "resourceCustomizationUUID": "b2277f49-f4f2-48b1-9f24-9c59419e5cf5",
      "resourceName": "pNF 9e197716-480d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d5c0a153-79d8-4ee6-8568-bc76f4fb8dea",
      "resourceInvariantUUID": "0177fe25-acd3-4598-b73a-2707b4d518e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
      "artifactChecksum": "OGFkYmM1MTI2Y2M5NTMyMzcyNjEwOWIyMWZmODFlMTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a30cfac-66e6-447f-ae68-f6486d4f29d5"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T04:52:25.086Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T04:52:25.086Z|6781d3ea-a50e-4632-bf85-7f1a973cf787|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448 ASDC
2022-06-05T04:52:25.087Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f3ef3948-0436-4cf6-a47a-430d6dbbd106
ServiceName:Demo_pNF_Gal28NX7rtZc9uyZfyj5
ServiceVersion:1.0
ServiceUUID:9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448
ServiceInvariantUUID:b48fe26a-f246-4355-a11d-fa123fea399e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
ArtifactUUID:3a30cfac-66e6-447f-ae68-f6486d4f29d5
ArtifactChecksum:OGFkYmM1MTI2Y2M5NTMyMzcyNjEwOWIyMWZmODFlMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9e197716-480d 0
ResourceCustomizationUUID:b2277f49-f4f2-48b1-9f24-9c59419e5cf5
ResourceInvariantUUID:0177fe25-acd3-4598-b73a-2707b4d518e3
ResourceName:pNF 9e197716-480d
ResourceType:PNF
ResourceUUID:d5c0a153-79d8-4ee6-8568-bc76f4fb8dea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-05T04:52:25.087Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:52:25.109Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:52:25.110Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T04:52:25.110Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T04:52:25.111Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3a30cfac-66e6-447f-ae68-f6486d4f29d5 from URL: /sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:25.111Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T04:52:25.111Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:25.626Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T04:52:25.630Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar 3a30cfac-66e6-447f-ae68-f6486d4f29d5 82647
2022-06-05T04:52:25.631Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar ASDC sendASDCNotification
2022-06-05T04:52:25.631Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:25.631Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:52:25.631Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:52:25.633Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:52:25.633Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404745631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:52:25.734Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:52:25.735Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:52:25.736Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:52:25.749Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:52:25.749Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:52:26.634Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:52:26.636Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T04:52:26.636Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3a30cfac-66e6-447f-ae68-f6486d4f29d5, URL: /sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar to file: /app/ASDC/1/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:26.636Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:26.637Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:26.637Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:26.851Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4576293262274746500/Definitions/service-DemoPnfGal28nx7rtzc9uyzfyj5-template.yml
2022-06-05T04:52:27.843Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T04:52:27.843Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-05T04:52:27.843Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:27.843Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-05T04:52:27.843Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9e197716-480d 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-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:27.844Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|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-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:27.844Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|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-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:27.844Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|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-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:27.844Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|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-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:27.844Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|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-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:27.844Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|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-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:27.844Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-05T04:52:27.844Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:52:27.844Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Gal28NX7rtZc9uyZfyj5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:52:27.845Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Node template pNF 9e197716-480d 0 is matching search criteria
2022-06-05T04:52:27.845Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-05T04:52:27.845Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 9e197716-480d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:52:27.845Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:52:27.845Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Gal28NX7rtZc9uyZfyj5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:52:27.846Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Node template pNF 9e197716-480d 0 is matching search criteria
2022-06-05T04:52:27.846Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-05T04:52:27.846Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 9e197716-480d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:52:27.846Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:52:27.846Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Gal28NX7rtZc9uyZfyj5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:52:27.846Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:52:27.846Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Gal28NX7rtZc9uyZfyj5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:52:27.847Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:52:27.847Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Gal28NX7rtZc9uyZfyj5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:52:27.847Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:52:27.847Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Gal28NX7rtZc9uyZfyj5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:52:27.847Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:52:27.847Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Gal28NX7rtZc9uyZfyj5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:52:27.847Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Gal28NX7rtZc9uyZfyj5
Description:catalog service description
Model UUID:9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448
Model Version:NULL
Model InvariantUuid:b48fe26a-f246-4355-a11d-fa123fea399e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T04:52:27.857Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: d5c0a153-79d8-4ee6-8568-bc76f4fb8dea
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:52:27.860Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||pNF 9e197716-480d 0
2022-06-05T04:52:27.860Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d5c0a153-79d8-4ee6-8568-bc76f4fb8dea
2022-06-05T04:52:27.860Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448
2022-06-05T04:52:27.860Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448
2022-06-05T04:52:27.861Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9e197716-480d 0 d5c0a153-79d8-4ee6-8568-bc76f4fb8dea ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:52:27.865Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31d84ddb, org.onap.sdc.toscaparser.api.parameters.Input@38a4f8e, org.onap.sdc.toscaparser.api.parameters.Input@76073a97, org.onap.sdc.toscaparser.api.parameters.Input@32e337b0, org.onap.sdc.toscaparser.api.parameters.Input@41a602a2]
2022-06-05T04:52:27.865Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:52:27.865Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Gal28NX7rtZc9uyZfyj5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:52:27.866Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448: pNF 9e197716-480d
2022-06-05T04:52:27.866Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||Processing PNF resource: d5c0a153-79d8-4ee6-8568-bc76f4fb8dea
2022-06-05T04:52:27.866Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:52:27.866Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Gal28NX7rtZc9uyZfyj5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:52:27.867Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||Resource customization UUID: b2277f49-f4f2-48b1-9f24-9c59419e5cf5 is the same as notified resource customizationUUID: b2277f49-f4f2-48b1-9f24-9c59419e5cf5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-05T04:52:27.910Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9e197716-480d d5c0a153-79d8-4ee6-8568-bc76f4fb8dea 0 ASDC deployResourceStructure
2022-06-05T04:52:27.910Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar ASDC sendASDCNotification
2022-06-05T04:52:27.910Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar
2022-06-05T04:52:27.910Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:52:27.911Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:52:27.913Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:52:27.913Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404747910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:52:28.013Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:52:28.014Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:52:28.015Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:52:28.029Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:52:28.030Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:52:28.916Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ef3948-0436-4cf6-a47a-430d6dbbd106
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:52:28.929Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ef3948-0436-4cf6-a47a-430d6dbbd106
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:52:28.932Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:52:28.932Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:52:28.932Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:52:58.932Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ef3948-0436-4cf6-a47a-430d6dbbd106
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:52:58.942Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ef3948-0436-4cf6-a47a-430d6dbbd106
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:52:58.943Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:52:58.943Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:52:58.943Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:53:16.445Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:53:16.446Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:53:16.447Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:53:16.481Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:53:16.484Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.484Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404676398,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:53:16.485Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.485Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.485Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404679548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:53:16.486Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:53:16.486Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.486Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404681315,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:53:16.486Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:53:16.486Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.486Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404694787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.487Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.487Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.487Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404697288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.487Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.487Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.487Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "cds",
  "timestamp": 1654404701472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.488Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.488Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.488Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "policy-id",
  "timestamp": 1654404696288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.488Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.488Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.488Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404694787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.488Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.489Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.489Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404697288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.489Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.489Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.489Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "cds",
  "timestamp": 1654404701472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.489Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.490Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.490Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "policy-id",
  "timestamp": 1654404696288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.490Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.490Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.490Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "clamp",
  "timestamp": 1654404704217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.490Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.490Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.491Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404694787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.491Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.498Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.498Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "cds",
  "timestamp": 1654404701472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.499Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.499Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.499Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404697288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.499Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.499Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.499Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "policy-id",
  "timestamp": 1654404696288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.499Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.500Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.500Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404705668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.500Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.500Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.500Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "clamp",
  "timestamp": 1654404704217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.500Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.501Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.501Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404694787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.501Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.501Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.501Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404697288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.501Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.502Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.502Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "cds",
  "timestamp": 1654404701472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.502Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.502Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.502Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "policy-id",
  "timestamp": 1654404696288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404705668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "clamp",
  "timestamp": 1654404704217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.504Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.504Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404694787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.504Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.504Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.504Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404697288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.504Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "cds",
  "timestamp": 1654404701472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "policy-id",
  "timestamp": 1654404696288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.506Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.506Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404705668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.506Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.506Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.506Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "clamp",
  "timestamp": 1654404704217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.507Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.507Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.507Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404694787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.507Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.507Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.507Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404697288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.507Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.508Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.508Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "cds",
  "timestamp": 1654404701472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.508Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.508Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.509Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "policy-id",
  "timestamp": 1654404696288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.509Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.509Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.509Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404705668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.510Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.510Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.510Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "clamp",
  "timestamp": 1654404704217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.511Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.511Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.511Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404697288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.511Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.512Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.512Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404694787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.512Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.512Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.513Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "cds",
  "timestamp": 1654404701472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.513Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.513Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.513Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "policy-id",
  "timestamp": 1654404696288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.513Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.513Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.514Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404705668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.514Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.514Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.514Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "clamp",
  "timestamp": 1654404704217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.514Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.514Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.514Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404694787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:53:16.515Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.515Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.515Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404697288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:53:16.515Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.515Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.516Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "cds",
  "timestamp": 1654404701472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:53:16.516Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.516Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.516Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "policy-id",
  "timestamp": 1654404696288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:53:16.516Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.516Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.516Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404705668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:53:16.517Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.517Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.517Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "clamp",
  "timestamp": 1654404704217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.517Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.517Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.517Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404705668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.518Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.518Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.518Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "policy-id",
  "timestamp": 1654404712377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:53:16.518Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:53:16.518Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.518Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "clamp",
  "timestamp": 1654404704217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:53:16.519Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.519Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.519Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "cds",
  "timestamp": 1654404711983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:53:16.519Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:53:16.521Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.521Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404711983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:53:16.521Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:53:16.521Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.522Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404705668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.522Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.522Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.522Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "policy-id",
  "timestamp": 1654404713382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:53:16.522Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:53:16.522Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.523Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "cds",
  "timestamp": 1654404712992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:53:16.527Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3ef3948-0436-4cf6-a47a-430d6dbbd106
2022-06-05T04:53:16.527Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ef3948-0436-4cf6-a47a-430d6dbbd106 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:53:16.537Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.537Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6781d3ea-a50e-4632-bf85-7f1a973cf787",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404713149,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:53:16.538Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:53:16.538Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.538Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "policy-id",
  "timestamp": 1654404714384,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:53:16.542Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3ef3948-0436-4cf6-a47a-430d6dbbd106
2022-06-05T04:53:16.542Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ef3948-0436-4cf6-a47a-430d6dbbd106 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:53:16.549Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.550Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404714074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:53:16.550Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:53:16.550Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.550Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404714690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:53:16.551Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:53:16.551Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.551Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404715083,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:53:16.556Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3ef3948-0436-4cf6-a47a-430d6dbbd106
2022-06-05T04:53:16.556Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ef3948-0436-4cf6-a47a-430d6dbbd106 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:53:16.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404715912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T04:53:16.564Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:53:16.564Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.564Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404716918,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:53:16.569Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f3ef3948-0436-4cf6-a47a-430d6dbbd106
2022-06-05T04:53:16.569Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ef3948-0436-4cf6-a47a-430d6dbbd106 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:53:16.576Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.576Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "clamp",
  "timestamp": 1654404717732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:53:16.577Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:53:16.577Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.577Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "clamp",
  "timestamp": 1654404719742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:53:16.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:53:16.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "clamp",
  "timestamp": 1654404720746,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:53:16.587Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3ef3948-0436-4cf6-a47a-430d6dbbd106
2022-06-05T04:53:16.587Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ef3948-0436-4cf6-a47a-430d6dbbd106 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:53:16.594Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.594Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "aai-ml",
  "timestamp": 1654404722417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.595Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.595Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.595Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "aai-ml",
  "timestamp": 1654404722417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.596Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.596Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.596Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "aai-ml",
  "timestamp": 1654404722417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.596Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.596Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.597Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "aai-ml",
  "timestamp": 1654404722417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.597Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.597Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.597Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "aai-ml",
  "timestamp": 1654404722417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.598Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.598Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.598Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "aai-ml",
  "timestamp": 1654404722417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.599Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.599Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.599Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "aai-ml",
  "timestamp": 1654404722417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:53:16.599Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.600Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.600Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "aai-ml",
  "timestamp": 1654404722417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:53:16.600Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:53:16.600Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:53:16.600Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "aai-ml",
  "timestamp": 1654404731406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:53:16.601Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:53:28.944Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ef3948-0436-4cf6-a47a-430d6dbbd106
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:53:28.954Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ef3948-0436-4cf6-a47a-430d6dbbd106
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:53:28.957Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:53:28.957Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:53:28.958Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:53:58.958Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ef3948-0436-4cf6-a47a-430d6dbbd106
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:53:58.969Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ef3948-0436-4cf6-a47a-430d6dbbd106
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:53:58.971Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:53:58.972Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T04:53:58.972Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T04:54:16.445Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:54:16.446Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:54:16.447Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:54:16.479Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:54:16.480Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.480Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.481Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.481Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.481Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.481Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.481Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.481Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "aai-ml",
  "timestamp": 1654404738594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:54:16.482Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:16.482Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.482Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.482Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.482Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.482Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "aai-ml",
  "timestamp": 1654404739598,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:54:16.488Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3ef3948-0436-4cf6-a47a-430d6dbbd106
2022-06-05T04:54:16.488Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ef3948-0436-4cf6-a47a-430d6dbbd106 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:54:16.494Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.495Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.495Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.495Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.495Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.496Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.496Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.496Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/resourceInstances/pnf9e197716480d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.496Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.496Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.496Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.496Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.497Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.497Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404736401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:54:16.497Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.497Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.497Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404745631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:54:16.497Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:16.497Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.497Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404747910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGal28nx7rtzc9uyzfyj5/1.0/artifacts/service-DemoPnfGal28nx7rtzc9uyzfyj5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:54:16.498Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:16.498Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.498Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404757288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.498Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.498Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.498Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "cds",
  "timestamp": 1654404761472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.498Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.498Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.499Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404754787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.499Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.499Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.499Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "policy-id",
  "timestamp": 1654404756288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.499Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.499Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.499Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "cds",
  "timestamp": 1654404761472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.500Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.500Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.500Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404757288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:54:16.500Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.500Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.500Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404754787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.500Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.501Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.501Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "policy-id",
  "timestamp": 1654404756288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.501Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.501Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.501Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "clamp",
  "timestamp": 1654404764217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.501Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.502Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.502Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404757288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:54:16.502Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.502Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.502Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404754787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.502Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.502Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "cds",
  "timestamp": 1654404761472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "policy-id",
  "timestamp": 1654404756288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:54:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404765667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.503Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.504Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.504Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "clamp",
  "timestamp": 1654404764217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:54:16.504Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.504Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.504Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "cds",
  "timestamp": 1654404761472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.504Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404754787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "policy-id",
  "timestamp": 1654404756288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404757288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.505Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.506Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.506Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404765667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.506Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.506Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.506Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "clamp",
  "timestamp": 1654404764217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.507Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.507Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.507Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "cds",
  "timestamp": 1654404761472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.507Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.508Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.508Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404754787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.508Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.508Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.508Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "policy-id",
  "timestamp": 1654404756288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.508Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.508Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.509Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404757288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-05T04:54:16.509Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.509Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.509Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404765667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.510Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.510Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.510Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "clamp",
  "timestamp": 1654404764217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.510Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.510Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.510Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "cds",
  "timestamp": 1654404761472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.511Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.511Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.511Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404754787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.511Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.512Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.512Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "policy-id",
  "timestamp": 1654404756288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.512Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.512Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.512Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404757288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.513Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.513Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.513Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404765667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.513Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.513Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.513Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "clamp",
  "timestamp": 1654404764217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.514Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.514Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.514Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "cds",
  "timestamp": 1654404761472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:54:16.514Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.514Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.515Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404754787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:54:16.515Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.515Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.515Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "policy-id",
  "timestamp": 1654404756288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:54:16.515Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.516Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.516Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404757288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:54:16.516Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.516Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.516Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404765667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.516Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.516Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.517Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "clamp",
  "timestamp": 1654404764217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.517Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.517Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.517Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404765667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.517Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.517Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.517Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "clamp",
  "timestamp": 1654404764217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:54:16.517Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.518Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.518Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404771488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:54:16.518Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:16.518Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.518Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404770977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:54:16.518Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:16.518Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.518Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "cds",
  "timestamp": 1654404771002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:54:16.519Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:16.519Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.519Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "policy-id",
  "timestamp": 1654404771490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:54:16.519Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:16.519Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.519Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654404765667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.519Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.519Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.520Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "cds",
  "timestamp": 1654404772019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:54:16.529Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 30a4858d-b647-40f6-a286-be6e725f6755
2022-06-05T04:54:16.529Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30a4858d-b647-40f6-a286-be6e725f6755 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:54:16.536Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.536Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "policy-id",
  "timestamp": 1654404772494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:54:16.537Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:16.537Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.537Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404772699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:54:16.537Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:16.537Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.537Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "policy-id",
  "timestamp": 1654404773498,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:54:16.540Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30a4858d-b647-40f6-a286-be6e725f6755
2022-06-05T04:54:16.540Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30a4858d-b647-40f6-a286-be6e725f6755 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:54:16.545Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.545Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404773890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:54:16.545Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:16.545Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.545Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404773632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:54:16.545Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:16.545Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.545Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404774919,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:54:16.548Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30a4858d-b647-40f6-a286-be6e725f6755
2022-06-05T04:54:16.548Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30a4858d-b647-40f6-a286-be6e725f6755 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-05T04:54:16.551Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.551Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654404774636,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:54:16.553Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 30a4858d-b647-40f6-a286-be6e725f6755
2022-06-05T04:54:16.553Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30a4858d-b647-40f6-a286-be6e725f6755 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:54:16.562Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.562Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "clamp",
  "timestamp": 1654404774747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:54:16.562Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:16.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654404775936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T04:54:16.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:16.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.563Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "clamp",
  "timestamp": 1654404776743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:54:16.564Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:16.564Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.564Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "clamp",
  "timestamp": 1654404777747,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:54:16.568Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 30a4858d-b647-40f6-a286-be6e725f6755
2022-06-05T04:54:16.569Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30a4858d-b647-40f6-a286-be6e725f6755 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:54:16.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "aai-ml",
  "timestamp": 1654404782417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.578Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.579Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "aai-ml",
  "timestamp": 1654404782417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.579Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.579Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.579Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "aai-ml",
  "timestamp": 1654404782417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.579Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.579Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.580Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "aai-ml",
  "timestamp": 1654404782417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.580Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.580Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.580Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "aai-ml",
  "timestamp": 1654404782417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.580Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.580Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.580Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "aai-ml",
  "timestamp": 1654404782417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:54:16.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "aai-ml",
  "timestamp": 1654404782417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:54:16.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:54:16.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-05T04:54:16.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "aai-ml",
  "timestamp": 1654404790317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:54:16.581Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:54:28.972Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ef3948-0436-4cf6-a47a-430d6dbbd106
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:54:28.981Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ef3948-0436-4cf6-a47a-430d6dbbd106
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:54:28.984Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:54:28.984Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T04:54:28.984Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T04:54:28.984Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T04:54:28.985Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:54:28.985Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:54:28.985Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:54:28.985Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:54:28.985Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:54:28.985Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:54:28.985Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:54:28.985Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:54:28.989Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T04:54:58.989Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3ef3948-0436-4cf6-a47a-430d6dbbd106 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T04:54:58.994Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3ef3948-0436-4cf6-a47a-430d6dbbd106 and serviceModelVersionId: 9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448
2022-06-05T04:54:58.994Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b48fe26a-f246-4355-a11d-fa123fea399e
2022-06-05T04:54:58.995Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b48fe26a-f246-4355-a11d-fa123fea399e/model-vers/model-ver/9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448?depth=0
2022-06-05T04:54:59.003Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T04:54:59.065Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b48fe26a-f246-4355-a11d-fa123fea399e/model-vers/model-ver/9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-05T04:54:59.067Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b48fe26a-f246-4355-a11d-fa123fea399e/model-vers/model-ver/9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448?depth=0|INFO|500||Invoke
2022-06-05T04:54:59.089Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b48fe26a-f246-4355-a11d-fa123fea399e/model-vers/model-ver/9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T04:54:59.275Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b48fe26a-f246-4355-a11d-fa123fea399e/model-vers/model-ver/9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448?depth=0|INFO|500||InvokeReturn
2022-06-05T04:54:59.276Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b48fe26a-f246-4355-a11d-fa123fea399e/model-vers/model-ver/9d52d5aa-d2af-4a1d-9fec-e4fc9d1b4448?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220605-04:54:59:100-85428], vertex-id=[225496], Content-Length=[0], Date=[Sun, 05 Jun 2022 04:54:59 GMT], Content-Type=[application/json]}
2022-06-05T04:54:59.276Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-05T04:54:59.277Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T04:54:59.277Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:54:59.283Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T04:54:59.283Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3ef3948-0436-4cf6-a47a-430d6dbbd106 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T04:54:59.283Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T04:54:59.284Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:54:59.286Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:54:59.286Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404899283,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:54:59.386Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:54:59.387Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:54:59.387Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:54:59.406Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:54:59.406Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T04:55:00.293Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:55:00.294Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:55:00.294Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:04.696Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:04.697Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T04:55:04.697Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"30a4858d-b647-40f6-a286-be6e725f6755","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4","serviceDescription":"service","serviceInvariantUUID":"343b38b4-6841-410a-aa31-997bce3e9611","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d762c45c-383d-4108-9946-f0dbe44496ac","resourceInvariantUUID":"66088f83-93a2-41f2-a3b8-e1d85935b167","resourceCustomizationUUID":"c9907d42-1de0-4566-9cdd-8ebe2b41ac94","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MjVmZThhMmUxYjhlOTg4MDJkNDMxZjMyMjc0YTQ4ODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6c1f8ab-9876-46c3-99e2-c5067f09f608","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YjQ1YmFhY2RmNjA4MDg0YzMxZWYwMGVkZGRhODgzNTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f0b0acb6-2ccf-4c7f-8a65-841414c995ff","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fcf65860-df81-48d9-85e6-9d6d3d1523b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"049d798d-505b-41b5-bdab-99bc450a6249","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"71f78691-aa3b-4179-a9cc-3e80d41f4e99","artifactVersion":"2","generatedFromUUID":"fcf65860-df81-48d9-85e6-9d6d3d1523b6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Zjk5MTUxZDhjOWI2ZjcwNThmYjk3OTQ3OGJkZTUxMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e26b55b-a48e-4882-b8b5-5214d90951dc","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Y2ExMDE2MWY1YjFjNjgzYzUwZDE0NTRhMDYzOTg5MzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da68c125-0b58-4d14-b1f9-53bf08fab7a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T04:55:04.699Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:55:04.699Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:04.701Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:04.701Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404900293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:55:04.801Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:55:04.802Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:04.802Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:04.816Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:04.817Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:55:05.701Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:55:05.702Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:05.705Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:05.705Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404900293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:55:05.805Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:55:05.806Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:05.807Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:05.820Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:05.822Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:55:06.705Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:55:06.706Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:06.709Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:06.709Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404900293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:55:06.809Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:55:06.811Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:06.811Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:06.823Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:06.823Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:55:07.710Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:55:07.711Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:07.714Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:07.714Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404900293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:55:07.815Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:55:07.816Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:07.817Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:07.838Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:07.838Z||pool-70-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:55:08.715Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:55:08.716Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:08.718Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:08.718Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404900293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-05T04:55:08.818Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:55:08.819Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:08.819Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:08.857Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:08.858Z||pool-71-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:55:09.719Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:55:09.720Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:09.728Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:09.728Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404900293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:55:09.828Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:55:09.829Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:09.830Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:09.849Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:09.850Z||pool-72-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:55:10.729Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T04:55:10.730Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:10.733Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:10.733Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404900293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:55:10.833Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:55:10.835Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:10.835Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:10.850Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:10.850Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:55:11.735Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "343b38b4-6841-410a-aa31-997bce3e9611",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c9907d42-1de0-4566-9cdd-8ebe2b41ac94",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d762c45c-383d-4108-9946-f0dbe44496ac",
      "resourceInvariantUUID": "66088f83-93a2-41f2-a3b8-e1d85935b167",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "YjQ1YmFhY2RmNjA4MDg0YzMxZWYwMGVkZGRhODgzNTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f0b0acb6-2ccf-4c7f-8a65-841414c995ff",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fcf65860-df81-48d9-85e6-9d6d3d1523b6",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "71f78691-aa3b-4179-a9cc-3e80d41f4e99",
            "generatedFromUUID": "fcf65860-df81-48d9-85e6-9d6d3d1523b6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "71f78691-aa3b-4179-a9cc-3e80d41f4e99",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Y2ExMDE2MWY1YjFjNjgzYzUwZDE0NTRhMDYzOTg5MzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da68c125-0b58-4d14-b1f9-53bf08fab7a6"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T04:55:11.735Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T04:55:11.735Z|f3ef3948-0436-4cf6-a47a-430d6dbbd106|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4 ASDC
2022-06-05T04:55:11.736Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:30a4858d-b647-40f6-a286-be6e725f6755
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4
ServiceInvariantUUID:343b38b4-6841-410a-aa31-997bce3e9611
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:da68c125-0b58-4d14-b1f9-53bf08fab7a6
ArtifactChecksum:Y2ExMDE2MWY1YjFjNjgzYzUwZDE0NTRhMDYzOTg5MzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c9907d42-1de0-4566-9cdd-8ebe2b41ac94
ResourceInvariantUUID:66088f83-93a2-41f2-a3b8-e1d85935b167
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d762c45c-383d-4108-9946-f0dbe44496ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:f0b0acb6-2ccf-4c7f-8a65-841414c995ff
ArtifactChecksum:YjQ1YmFhY2RmNjA4MDg0YzMxZWYwMGVkZGRhODgzNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:fcf65860-df81-48d9-85e6-9d6d3d1523b6
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:71f78691-aa3b-4179-a9cc-3e80d41f4e99
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:71f78691-aa3b-4179-a9cc-3e80d41f4e99
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-05T04:55:11.736Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T04:55:11.767Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:55:11.768Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T04:55:11.768Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T04:55:11.768Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: da68c125-0b58-4d14-b1f9-53bf08fab7a6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-05T04:55:11.768Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T04:55:11.769Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-05T04:55:11.950Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T04:55:11.954Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar da68c125-0b58-4d14-b1f9-53bf08fab7a6 71069
2022-06-05T04:55:11.955Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-05T04:55:11.955Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-05T04:55:11.955Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:55:11.956Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:11.958Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:11.958Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404911955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:55:12.059Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-05T04:55:12.060Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:12.060Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:12.074Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:12.075Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:55:12.959Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T04:55:12.960Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-05T04:55:12.960Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: da68c125-0b58-4d14-b1f9-53bf08fab7a6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-05T04:55:12.961Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-05T04:55:12.961Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-05T04:55:12.961Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-05T04:55:13.093Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10683108286412936312/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-05T04:55:14.802Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T04:55:14.803Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-05T04:55:14.803Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-05T04:55:14.803Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-05T04:55:14.803Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-05T04:55:14.804Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-05T04:55:14.804Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-05T04:55:14.804Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-05T04:55:14.804Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-05T04:55:14.804Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-05T04:55:14.804Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-05T04:55:14.804Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-05T04:55:14.805Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-05T04:55:14.805Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-05T04:55:14.805Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:14.805Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:14.805Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-05T04:55:14.806Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-05T04:55:14.806Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:55:14.806Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:14.806Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:14.807Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-05T04:55:14.807Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-05T04:55:14.807Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T04:55:14.807Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:14.808Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:14.808Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:14.808Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-05T04:55:14.808Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-05T04:55:14.808Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-05T04:55:14.809Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-05T04:55:14.809Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-05T04:55:14.809Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-05T04:55:14.809Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:14.810Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T04:55:14.810Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:14.810Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-05T04:55:14.811Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:55:14.811Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:14.811Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-05T04:55:14.811Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:55:14.812Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:14.812Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-05T04:55:14.812Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:55:14.812Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:14.812Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-05T04:55:14.812Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-05T04:55:14.813Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-05T04:55:14.813Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=26e22f1b-f161-4634-b3ac-2f82403324d0
2022-06-05T04:55:14.813Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:14.813Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:14.813Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:14.814Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:14.814Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:14.814Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:14.814Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:14.814Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:14.815Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4
Model Version:NULL
Model InvariantUuid:343b38b4-6841-410a-aa31-997bce3e9611
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:66596660-b338-4487-95f7-b6cc895f959c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:66088f83-93a2-41f2-a3b8-e1d85935b167
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c9907d42-1de0-4566-9cdd-8ebe2b41ac94
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e9292df2-a512-4c08-809a-53d4cefba4f4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:66f44385-dfe4-4676-b65b-1eec7ca5c740
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:26e22f1b-f161-4634-b3ac-2f82403324d0
ModelInvariantUuid:d1556673-3837-4e52-9388-e25e6c35f760
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ce7577a4-cd22-4c0f-9ab6-80efdabb0e56
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:89de087e-c06c-44ed-9951-b685cd31e5bd
ModelInvariantUuid:fd0c83a3-add6-45a0-b671-fac85852b538
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:5b9409e3-d819-4ef1-9c39-a2338bbc4334
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T04:55:14.823Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d762c45c-383d-4108-9946-f0dbe44496ac
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:55:14.829Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-06-05T04:55:14.830Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d762c45c-383d-4108-9946-f0dbe44496ac
2022-06-05T04:55:14.830Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f0b0acb6-2ccf-4c7f-8a65-841414c995ff from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-05T04:55:14.830Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T04:55:14.830Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-05T04:55:15.043Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T04:55:15.045Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f0b0acb6-2ccf-4c7f-8a65-841414c995ff 787
2022-06-05T04:55:15.046Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-05T04:55:15.046Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-05T04:55:15.046Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:55:15.047Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:15.050Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:15.050Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404915046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:55:15.150Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:55:15.151Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:15.151Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:15.164Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:15.164Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:55:16.051Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e9292df2-a512-4c08-809a-53d4cefba4f4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "66f44385-dfe4-4676-b65b-1eec7ca5c740",
    "vfModuleModelCustomizationUUID": "2112a1a5-60b3-42a1-994e-5de4976fcfe9",
    "isBase": true,
    "artifacts": [
      "fcf65860-df81-48d9-85e6-9d6d3d1523b6",
      "71f78691-aa3b-4179-a9cc-3e80d41f4e99"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T04:55:16.055Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66f44385-dfe4-4676-b65b-1eec7ca5c740
VfModuleModelInvariantUUID:e9292df2-a512-4c08-809a-53d4cefba4f4
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcf65860-df81-48d9-85e6-9d6d3d1523b6
,
71f78691-aa3b-4179-a9cc-3e80d41f4e99

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

isBase:true


}

2022-06-05T04:55:16.057Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e9292df2-a512-4c08-809a-53d4cefba4f4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "66f44385-dfe4-4676-b65b-1eec7ca5c740",
    "vfModuleModelCustomizationUUID": "2112a1a5-60b3-42a1-994e-5de4976fcfe9",
    "isBase": true,
    "artifacts": [
      "fcf65860-df81-48d9-85e6-9d6d3d1523b6",
      "71f78691-aa3b-4179-a9cc-3e80d41f4e99"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T04:55:16.058Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66f44385-dfe4-4676-b65b-1eec7ca5c740
VfModuleModelInvariantUUID:e9292df2-a512-4c08-809a-53d4cefba4f4
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcf65860-df81-48d9-85e6-9d6d3d1523b6
,
71f78691-aa3b-4179-a9cc-3e80d41f4e99

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

isBase:true


}

2022-06-05T04:55:16.058Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fcf65860-df81-48d9-85e6-9d6d3d1523b6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-05T04:55:16.059Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T04:55:16.059Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-05T04:55:16.339Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T04:55:16.340Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml fcf65860-df81-48d9-85e6-9d6d3d1523b6 5033
2022-06-05T04:55:16.340Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-05T04:55:16.340Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-05T04:55:16.340Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:55:16.341Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:16.343Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:16.343Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404916340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:55:16.443Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T04:55:16.444Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:16.445Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:55:16.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:55:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:16.458Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:16.459Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:55:16.471Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:16.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T04:55:16.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "aai-ml",
  "timestamp": 1654404803484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:55:16.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:55:16.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T04:55:16.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "aai-ml",
  "timestamp": 1654404804487,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:55:16.476Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 30a4858d-b647-40f6-a286-be6e725f6755
2022-06-05T04:55:16.476Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30a4858d-b647-40f6-a286-be6e725f6755 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:55:17.344Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 71f78691-aa3b-4179-a9cc-3e80d41f4e99 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-05T04:55:17.345Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-05T04:55:17.346Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-05T04:55:17.692Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-05T04:55:17.693Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 71f78691-aa3b-4179-a9cc-3e80d41f4e99 903
2022-06-05T04:55:17.693Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-05T04:55:17.694Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-05T04:55:17.694Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T04:55:17.694Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:17.696Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:17.696Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404917693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:55:17.796Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:55:17.797Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:17.797Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:17.817Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:17.818Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:55:18.697Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4
2022-06-05T04:55:18.698Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d762c45c-383d-4108-9946-f0dbe44496ac ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:55:18.714Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1645a0ef, org.onap.sdc.toscaparser.api.parameters.Input@7db41fc7, org.onap.sdc.toscaparser.api.parameters.Input@5f2c940c, org.onap.sdc.toscaparser.api.parameters.Input@15643727, org.onap.sdc.toscaparser.api.parameters.Input@2e9dbfbc]
2022-06-05T04:55:18.715Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:18.716Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:18.716Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-05T04:55:18.716Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= c9907d42-1de0-4566-9cdd-8ebe2b41ac94
2022-06-05T04:55:18.717Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c9907d42-1de0-4566-9cdd-8ebe2b41ac94 matches Tosca VF Customization UUID: c9907d42-1de0-4566-9cdd-8ebe2b41ac94
2022-06-05T04:55:18.717Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: c9907d42-1de0-4566-9cdd-8ebe2b41ac94  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-05T04:55:18.720Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:18.721Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:18.721Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id c9907d42-1de0-4566-9cdd-8ebe2b41ac94: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-05T04:55:18.722Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7cd47a29
2022-06-05T04:55:18.722Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:18.722Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T04:55:18.723Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2112a1a5-60b3-42a1-994e-5de4976fcfe9
2022-06-05T04:55:18.723Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2112a1a5-60b3-42a1-994e-5de4976fcfe9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-05T04:55:18.725Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:18.726Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-05T04:55:18.726Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:55:18.726Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:18.727Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-05T04:55:18.727Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:55:18.727Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:18.728Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-05T04:55:18.728Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-05T04:55:18.728Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-05T04:55:18.729Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=26e22f1b-f161-4634-b3ac-2f82403324d0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T04:55:18.731Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:18.731Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-05T04:55:18.732Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T04:55:18.732Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:18.732Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-05T04:55:18.733Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c9907d42-1de0-4566-9cdd-8ebe2b41ac94
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:55:18.735Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:18.736Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:18.736Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4: basic_vm
2022-06-05T04:55:18.736Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:18.737Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:18.737Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:18.737Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:18.738Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:18.738Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:18.738Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:18.738Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:18.739Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T04:55:18.739Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T04:55:18.739Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T04:55:18.820Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d762c45c-383d-4108-9946-f0dbe44496ac 1 ASDC deployResourceStructure
2022-06-05T04:55:18.821Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-05T04:55:18.821Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-05T04:55:18.821Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:55:18.821Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:18.825Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:18.825Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404918821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T04:55:18.925Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:55:18.926Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:18.926Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:18.943Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:18.944Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-05T04:55:19.827Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-05T04:55:19.827Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-05T04:55:19.827Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:55:19.828Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:19.832Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:19.833Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404919826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T04:55:19.931Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-05T04:55:19.932Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:19.932Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:19.946Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:19.947Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:55:20.834Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-05T04:55:20.835Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-05T04:55:20.835Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:55:20.835Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:20.837Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:20.837Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404920834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-05T04:55:20.937Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:55:20.938Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:20.939Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:20.953Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:20.954Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:55:21.838Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-05T04:55:21.841Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-05T04:55:21.841Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T04:55:21.842Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:21.845Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:21.845Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404921838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:55:21.945Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:55:21.946Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:21.947Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:21.959Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:21.961Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T04:55:22.845Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30a4858d-b647-40f6-a286-be6e725f6755
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:55:22.854Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30a4858d-b647-40f6-a286-be6e725f6755
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T04:55:22.857Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T04:55:22.857Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T04:55:22.857Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T04:55:22.858Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T04:55:22.858Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:55:22.858Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:55:22.858Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:55:22.858Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:55:22.858Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:55:22.858Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T04:55:22.859Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T04:55:22.862Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T04:55:52.862Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 30a4858d-b647-40f6-a286-be6e725f6755 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T04:55:52.868Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 30a4858d-b647-40f6-a286-be6e725f6755 and serviceModelVersionId: dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4
2022-06-05T04:55:52.869Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 343b38b4-6841-410a-aa31-997bce3e9611
2022-06-05T04:55:52.870Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/343b38b4-6841-410a-aa31-997bce3e9611/model-vers/model-ver/dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4?depth=0
2022-06-05T04:55:52.874Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T04:55:52.917Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343b38b4-6841-410a-aa31-997bce3e9611/model-vers/model-ver/dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-05T04:55:52.918Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343b38b4-6841-410a-aa31-997bce3e9611/model-vers/model-ver/dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4?depth=0|INFO|500||Invoke
2022-06-05T04:55:52.944Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343b38b4-6841-410a-aa31-997bce3e9611/model-vers/model-ver/dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T04:55:53.247Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343b38b4-6841-410a-aa31-997bce3e9611/model-vers/model-ver/dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4?depth=0|INFO|500||InvokeReturn
2022-06-05T04:55:53.248Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343b38b4-6841-410a-aa31-997bce3e9611/model-vers/model-ver/dfe54f8f-de92-4e21-bdc7-8b3a66f2d7b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220605-04:55:52:952-2148], vertex-id=[446672], Content-Length=[0], Date=[Sun, 05 Jun 2022 04:55:52 GMT], Content-Type=[application/json]}
2022-06-05T04:55:53.248Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-05T04:55:53.249Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T04:55:53.249Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T04:55:53.254Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T04:55:53.254Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 30a4858d-b647-40f6-a286-be6e725f6755 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T04:55:53.255Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T04:55:53.255Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-05T04:55:53.257Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T04:55:53.257Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404953255,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:55:53.357Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T04:55:53.358Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T04:55:53.359Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T04:55:53.375Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:55:53.376Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T04:55:54.266Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:55:54.266Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:55:54.267Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:56:03.834Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:56:03.835Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:56:03.836Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:56:03.836Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:56:13.399Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:56:16.398Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:56:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:56:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:56:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:56:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:56:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:56:16.471Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:56:16.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:56:16.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3ef3948-0436-4cf6-a47a-430d6dbbd106",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404899283,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:56:16.472Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:56:16.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:56:16.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404900293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:56:16.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:56:16.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:56:16.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404900293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T04:56:16.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:56:16.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:56:16.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404900293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-05T04:56:16.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:56:16.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:56:16.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404900293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:56:16.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:56:16.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:56:16.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404900293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-05T04:56:16.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:56:16.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:56:16.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404900293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T04:56:16.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:56:16.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:56:16.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404900293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T04:56:16.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-05T04:56:16.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:56:16.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404911955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:56:16.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:56:16.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:56:16.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404915046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:56:16.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:56:16.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:56:16.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404916340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:56:16.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:56:25.944Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:57:16.398Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:57:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:57:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:57:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:57:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:57:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:57:16.975Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:57:16.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:57:16.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404917693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T04:57:16.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:57:16.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:57:16.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404918821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T04:57:16.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:57:16.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:57:16.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404919826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T04:57:16.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:57:16.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:57:16.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404920834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-05T04:57:16.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:57:16.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:57:16.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404921838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T04:57:16.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:57:16.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-05T04:57:16.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30a4858d-b647-40f6-a286-be6e725f6755",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654404953255,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T04:57:16.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T04:57:25.952Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:58:16.398Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:58:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:58:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:58:16.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:58:16.446Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:58:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:58:25.950Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:58:26.020Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:59:16.398Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:59:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:59:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:59:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T04:59:16.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T04:59:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T04:59:25.952Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T04:59:25.983Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:00:16.398Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:00:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:00:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:00:16.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:00:16.446Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:00:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:00:25.956Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:00:25.983Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:01:16.398Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:01:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:01:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:01:16.445Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:01:16.446Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:01:16.446Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:01:25.943Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:01:26.024Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:02:16.398Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:02:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:02:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:02:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:02:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:02:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:02:25.951Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:02:26.024Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:03:16.398Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:03:16.400Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:03:16.400Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:03:16.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:03:16.446Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:03:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:03:25.964Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:03:25.993Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:04:16.398Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:04:16.400Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:04:16.400Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:04:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:04:16.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:04:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:04:25.963Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:04:25.986Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:05:16.398Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:05:16.400Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:05:16.400Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:05:16.446Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:05:16.447Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:05:16.447Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:05:25.976Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:05:25.994Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:06:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:06:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:06:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:06:16.445Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:06:16.446Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:06:16.447Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:06:25.956Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:06:25.994Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:07:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:07:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:07:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:07:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:07:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:07:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:07:25.988Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:07:26.001Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:08:16.398Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:08:16.399Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:08:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:08:16.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:08:16.447Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:08:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:08:25.953Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:08:25.990Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:16.401Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:09:16.402Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:09:16.407Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:16.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:09:16.446Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:09:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:16.762Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:16.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T05:09:16.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "clamp",
  "timestamp": 1654405754217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:09:16.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:09:16.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-05T05:09:16.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "cds",
  "timestamp": 1654405751472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:09:16.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:09:17.037Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:17.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-05T05:09:17.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"99902735-1a4e-4a97-9e93-575c2ee2414e","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"0044ff0e-7238-4375-92db-9570c80e1761","serviceDescription":"service","serviceInvariantUUID":"4dd95072-c2e5-46cc-a404-4de6e873c58a","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"621bb52e-c1d9-49ae-b259-45c8f2d5ba0f","resourceInvariantUUID":"89296d71-3952-4141-b192-9a015f4494d2","resourceCustomizationUUID":"21df22ee-c040-4994-ba90-dbd160a4ecbf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bb92fa3f-e293-40fd-a5f2-6a6307005f85","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":"Yjk2ZGI4MjUyMDY5ODNiYjgxZGI4N2Q5NTY4MmQ4YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2750aa0-e31f-4891-a33c-7b2e080c867b","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":"ZGJkZjY1NTU2MzljMjRkZjRhZjE1OWQ5NmJhNzEzNjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3b526a4d-6ba7-4935-b764-41a2421be8b8","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":"a2e9b8c7-c086-4e55-9ce0-224900179f49","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":"cb3fd7f0-554d-4a3c-b2df-1ff8f9e29187","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":"f0faadf5-0ab0-4942-badf-01d69ea29dec","artifactVersion":"2","generatedFromUUID":"a2e9b8c7-c086-4e55-9ce0-224900179f49"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OTE1MDdiNWIzNDY3ZmM2ZGQ4MTFjYzUwMzNlYjkxOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c80b7ff4-2da4-4a10-9a7f-9caa730c5b66","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTU1ZmM0NDdiYzUxYmM0ZTZiODA5ZTdhMGMwOWZlOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5135aac-2655-42c3-9880-aee079ea6b73","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T05:09:17.041Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:09:17.041Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:17.045Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:17.045Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:09:17.145Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:09:17.146Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:17.146Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:17.164Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:17.165Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:09:18.046Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:09:18.046Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:18.050Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:18.050Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:09:18.150Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:09:18.151Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:18.151Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:18.165Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:18.166Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:09:19.051Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:09:19.052Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:19.056Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:19.056Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T05:09:19.157Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T05:09:19.158Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:19.158Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:19.170Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:19.171Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:09:20.057Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:09:20.058Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:20.061Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:20.061Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-05T05:09:20.161Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:09:20.162Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:20.163Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:20.177Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:20.178Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-05T05:09:21.062Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:09:21.062Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:21.065Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:21.065Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:09:21.165Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:09:21.166Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:21.166Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:21.181Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:21.182Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:09:22.065Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:09:22.067Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:22.069Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:22.069Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-05T05:09:22.169Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:09:22.170Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:22.171Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:22.185Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:22.186Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:09:23.069Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:09:23.071Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:23.074Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:23.074Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:09:23.174Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:09:23.175Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:23.176Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:23.189Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:23.189Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-05T05:09:24.075Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:09:24.076Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:24.096Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:24.098Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:09:24.179Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-06-05T05:09:24.179Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:24.180Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:24.202Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:24.202Z||pool-90-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:09:25.099Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "0044ff0e-7238-4375-92db-9570c80e1761",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4dd95072-c2e5-46cc-a404-4de6e873c58a",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "21df22ee-c040-4994-ba90-dbd160a4ecbf",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "621bb52e-c1d9-49ae-b259-45c8f2d5ba0f",
      "resourceInvariantUUID": "89296d71-3952-4141-b192-9a015f4494d2",
      "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": "ZGJkZjY1NTU2MzljMjRkZjRhZjE1OWQ5NmJhNzEzNjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3b526a4d-6ba7-4935-b764-41a2421be8b8",
          "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": "a2e9b8c7-c086-4e55-9ce0-224900179f49",
          "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": "f0faadf5-0ab0-4942-badf-01d69ea29dec",
            "generatedFromUUID": "a2e9b8c7-c086-4e55-9ce0-224900179f49"
          },
          "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": "f0faadf5-0ab0-4942-badf-01d69ea29dec",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZTU1ZmM0NDdiYzUxYmM0ZTZiODA5ZTdhMGMwOWZlOTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e5135aac-2655-42c3-9880-aee079ea6b73"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T05:09:25.100Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T05:09:25.100Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0044ff0e-7238-4375-92db-9570c80e1761 ASDC
2022-06-05T05:09:25.100Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:99902735-1a4e-4a97-9e93-575c2ee2414e
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:0044ff0e-7238-4375-92db-9570c80e1761
ServiceInvariantUUID:4dd95072-c2e5-46cc-a404-4de6e873c58a
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:e5135aac-2655-42c3-9880-aee079ea6b73
ArtifactChecksum:ZTU1ZmM0NDdiYzUxYmM0ZTZiODA5ZTdhMGMwOWZlOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:21df22ee-c040-4994-ba90-dbd160a4ecbf
ResourceInvariantUUID:89296d71-3952-4141-b192-9a015f4494d2
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:621bb52e-c1d9-49ae-b259-45c8f2d5ba0f
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:3b526a4d-6ba7-4935-b764-41a2421be8b8
ArtifactChecksum:ZGJkZjY1NTU2MzljMjRkZjRhZjE1OWQ5NmJhNzEzNjQ=
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:a2e9b8c7-c086-4e55-9ce0-224900179f49
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:f0faadf5-0ab0-4942-badf-01d69ea29dec
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:f0faadf5-0ab0-4942-badf-01d69ea29dec
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-05T05:09:25.101Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0044ff0e-7238-4375-92db-9570c80e1761 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T05:09:25.137Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T05:09:25.139Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-05T05:09:25.139Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-05T05:09:25.140Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e5135aac-2655-42c3-9880-aee079ea6b73 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-05T05:09:25.140Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-05T05:09:25.140Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-05T05:09:26.030Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-05T05:09:26.038Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar e5135aac-2655-42c3-9880-aee079ea6b73 73681
2022-06-05T05:09:26.038Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-06-05T05:09:26.038Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-05T05:09:26.039Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T05:09:26.040Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:26.042Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:26.042Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405766038,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:09:26.142Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:09:26.144Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:26.145Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:26.165Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:26.165Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:09:27.043Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T05:09:27.044Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-05T05:09:27.045Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e5135aac-2655-42c3-9880-aee079ea6b73, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-05T05:09:27.045Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-06-05T05:09:27.046Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-05T05:09:27.046Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-05T05:09:27.263Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6109919212486704354/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-05T05:09:28.776Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T05:09:28.778Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-05T05:09:28.778Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-05T05:09:28.779Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-05T05:09:28.779Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-05T05:09:28.779Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-05T05:09:28.779Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-05T05:09:28.779Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-05T05:09:28.780Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-05T05:09:28.780Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-05T05:09:28.780Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-05T05:09:28.780Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-05T05:09:28.780Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-05T05:09:28.780Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-05T05:09:28.781Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:28.781Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:28.781Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-05T05:09:28.781Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-05T05:09:28.782Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T05:09:28.782Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:28.782Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:28.783Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-05T05:09:28.783Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-05T05:09:28.783Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T05:09:28.783Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:28.784Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:28.784Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:28.784Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-05T05:09:28.784Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-05T05:09:28.785Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-05T05:09:28.785Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-05T05:09:28.785Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-05T05:09:28.786Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-05T05:09:28.786Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:28.786Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T05:09:28.786Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:28.787Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-05T05:09:28.787Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T05:09:28.787Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:28.787Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-05T05:09:28.788Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T05:09:28.788Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:28.788Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-05T05:09:28.788Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T05:09:28.789Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:28.789Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-05T05:09:28.789Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-05T05:09:28.790Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-05T05:09:28.790Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=11461e77-84a2-4a75-8bb1-76e21bbccae3
2022-06-05T05:09:28.790Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:28.790Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:28.790Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:28.790Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:28.791Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:28.791Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:28.791Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:28.791Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:28.791Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:0044ff0e-7238-4375-92db-9570c80e1761
Model Version:NULL
Model InvariantUuid:4dd95072-c2e5-46cc-a404-4de6e873c58a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:2e0703a0-bd7d-4538-98e5-a47a478d7570
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:89296d71-3952-4141-b192-9a015f4494d2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:21df22ee-c040-4994-ba90-dbd160a4ecbf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1c0b1642-cf67-4985-b842-b19efc45b5c4
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:5fd66a7b-f8ab-47f7-8937-30fc950c467c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:11461e77-84a2-4a75-8bb1-76e21bbccae3
ModelInvariantUuid:27d9c313-079d-4826-bb62-6a0162f0373f
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:140725ec-1bd8-48c2-bc12-8cfb51aaeb75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4a36a3ec-2450-414e-bb9c-293313f4ba97
ModelInvariantUuid:1e171186-bba9-4f82-ac54-9155a0f74f67
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:946b9151-65cb-45cd-a205-7615c6825ecb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T05:09:28.799Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 621bb52e-c1d9-49ae-b259-45c8f2d5ba0f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T05:09:28.807Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||basicclamp 0
2022-06-05T05:09:28.807Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 621bb52e-c1d9-49ae-b259-45c8f2d5ba0f
2022-06-05T05:09:28.807Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3b526a4d-6ba7-4935-b764-41a2421be8b8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-05T05:09:28.808Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-05T05:09:28.808Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-05T05:09:29.220Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-05T05:09:29.220Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 3b526a4d-6ba7-4935-b764-41a2421be8b8 790
2022-06-05T05:09:29.221Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-06-05T05:09:29.221Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-05T05:09:29.221Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T05:09:29.221Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:29.223Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:29.224Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405769221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:09:29.324Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:09:29.325Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:29.325Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:29.342Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:29.343Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:09:30.224Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1c0b1642-cf67-4985-b842-b19efc45b5c4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5fd66a7b-f8ab-47f7-8937-30fc950c467c",
    "vfModuleModelCustomizationUUID": "74137693-5621-4306-9bf2-80eb026bf8e9",
    "isBase": true,
    "artifacts": [
      "a2e9b8c7-c086-4e55-9ce0-224900179f49",
      "f0faadf5-0ab0-4942-badf-01d69ea29dec"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T05:09:30.229Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5fd66a7b-f8ab-47f7-8937-30fc950c467c
VfModuleModelInvariantUUID:1c0b1642-cf67-4985-b842-b19efc45b5c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2e9b8c7-c086-4e55-9ce0-224900179f49
,
f0faadf5-0ab0-4942-badf-01d69ea29dec

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

isBase:true


}

2022-06-05T05:09:30.231Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1c0b1642-cf67-4985-b842-b19efc45b5c4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5fd66a7b-f8ab-47f7-8937-30fc950c467c",
    "vfModuleModelCustomizationUUID": "74137693-5621-4306-9bf2-80eb026bf8e9",
    "isBase": true,
    "artifacts": [
      "a2e9b8c7-c086-4e55-9ce0-224900179f49",
      "f0faadf5-0ab0-4942-badf-01d69ea29dec"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-05T05:09:30.231Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5fd66a7b-f8ab-47f7-8937-30fc950c467c
VfModuleModelInvariantUUID:1c0b1642-cf67-4985-b842-b19efc45b5c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2e9b8c7-c086-4e55-9ce0-224900179f49
,
f0faadf5-0ab0-4942-badf-01d69ea29dec

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

isBase:true


}

2022-06-05T05:09:30.232Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a2e9b8c7-c086-4e55-9ce0-224900179f49 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-05T05:09:30.232Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-05T05:09:30.232Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-05T05:09:31.446Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-05T05:09:31.447Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a2e9b8c7-c086-4e55-9ce0-224900179f49 5033
2022-06-05T05:09:31.448Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-05T05:09:31.448Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-05T05:09:31.448Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T05:09:31.448Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:31.455Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:31.455Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405771448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:09:31.551Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-05T05:09:31.552Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:31.552Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:31.565Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:31.566Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:09:32.457Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f0faadf5-0ab0-4942-badf-01d69ea29dec from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-05T05:09:32.458Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-05T05:09:32.458Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-05T05:09:32.749Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-05T05:09:32.750Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env f0faadf5-0ab0-4942-badf-01d69ea29dec 909
2022-06-05T05:09:32.750Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-05T05:09:32.750Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-05T05:09:32.750Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T05:09:32.750Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:32.752Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:32.753Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405772750,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:09:32.853Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:09:32.854Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:32.854Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:32.870Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:32.871Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:09:33.757Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0044ff0e-7238-4375-92db-9570c80e1761
2022-06-05T05:09:33.757Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 621bb52e-c1d9-49ae-b259-45c8f2d5ba0f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T05:09:33.786Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5392783b, org.onap.sdc.toscaparser.api.parameters.Input@6e8851cb, org.onap.sdc.toscaparser.api.parameters.Input@38287378, org.onap.sdc.toscaparser.api.parameters.Input@21254360, org.onap.sdc.toscaparser.api.parameters.Input@61b6b4df]
2022-06-05T05:09:33.788Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:33.788Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:33.788Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-05T05:09:33.788Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 21df22ee-c040-4994-ba90-dbd160a4ecbf
2022-06-05T05:09:33.788Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 21df22ee-c040-4994-ba90-dbd160a4ecbf matches Tosca VF Customization UUID: 21df22ee-c040-4994-ba90-dbd160a4ecbf
2022-06-05T05:09:33.789Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 21df22ee-c040-4994-ba90-dbd160a4ecbf  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-05T05:09:33.792Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:33.792Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:33.793Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 21df22ee-c040-4994-ba90-dbd160a4ecbf: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-05T05:09:33.793Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3de1c5aa
2022-06-05T05:09:33.793Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:33.793Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-05T05:09:33.794Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 74137693-5621-4306-9bf2-80eb026bf8e9
2022-06-05T05:09:33.794Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 74137693-5621-4306-9bf2-80eb026bf8e9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-05T05:09:33.798Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:33.798Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-05T05:09:33.799Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T05:09:33.799Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:33.799Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-05T05:09:33.799Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T05:09:33.800Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:33.800Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-05T05:09:33.800Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-05T05:09:33.800Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-05T05:09:33.800Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=11461e77-84a2-4a75-8bb1-76e21bbccae3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-05T05:09:33.802Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:33.803Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-05T05:09:33.803Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-05T05:09:33.803Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:33.804Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-05T05:09:33.804Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=21df22ee-c040-4994-ba90-dbd160a4ecbf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T05:09:33.806Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:33.806Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:33.806Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0044ff0e-7238-4375-92db-9570c80e1761: basicclamp
2022-06-05T05:09:33.806Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:33.807Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:33.807Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:33.807Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:33.807Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:33.807Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:33.808Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:33.808Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:33.808Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:09:33.808Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:09:33.808Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T05:09:33.908Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 621bb52e-c1d9-49ae-b259-45c8f2d5ba0f 1 ASDC deployResourceStructure
2022-06-05T05:09:33.908Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-06-05T05:09:33.908Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-05T05:09:33.909Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T05:09:33.909Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:33.912Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:33.912Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405773908,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T05:09:34.012Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:09:34.013Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:34.014Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:34.034Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:34.034Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-05T05:09:34.912Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-05T05:09:34.913Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-05T05:09:34.913Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T05:09:34.914Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:34.916Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:34.917Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405774912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T05:09:35.017Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:09:35.018Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:35.018Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:35.035Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:35.036Z||pool-96-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:09:35.918Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-05T05:09:35.918Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-05T05:09:35.918Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T05:09:35.919Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:35.920Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:35.920Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405775917,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-05T05:09:36.021Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-05T05:09:36.022Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:36.022Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:36.038Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:36.038Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:09:36.921Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-06-05T05:09:36.922Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-05T05:09:36.923Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T05:09:36.923Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:09:36.925Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:09:36.926Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405776921,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T05:09:37.026Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:09:37.026Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:09:37.027Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:09:37.041Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:09:37.042Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-05T05:09:37.927Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:09:37.936Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:09:37.937Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T05:09:37.938Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T05:09:37.938Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T05:10:07.938Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:10:07.946Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:10:07.948Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T05:10:07.948Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T05:10:07.948Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T05:10:16.445Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:10:16.446Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:10:16.446Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:10:16.479Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:10:16.479Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:10:16.479Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "policy-id",
  "timestamp": 1654405756288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:10:16.480Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:10:37.949Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:10:37.956Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:10:37.958Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T05:10:37.958Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T05:10:37.958Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T05:11:07.958Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:11:07.968Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:11:07.969Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T05:11:07.969Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T05:11:07.969Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T05:11:16.445Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:11:16.446Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:11:16.447Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:11:16.488Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:11:16.488Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:11:16.488Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:11:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:11:37.970Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:11:37.980Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:11:37.982Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T05:11:37.982Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T05:11:37.982Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T05:12:07.982Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:12:07.989Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:12:07.991Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T05:12:07.991Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-05T05:12:07.991Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-05T05:12:16.445Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:12:16.446Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:12:16.446Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:12:16.479Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:12:16.481Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.481Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "clamp",
  "timestamp": 1654405754217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "cds",
  "timestamp": 1654405751472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405757289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "policy-id",
  "timestamp": 1654405756288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "clamp",
  "timestamp": 1654405754217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "cds",
  "timestamp": 1654405751472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.485Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405757289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.485Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.485Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.485Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "policy-id",
  "timestamp": 1654405756288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.485Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.485Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.485Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.486Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.486Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.486Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "clamp",
  "timestamp": 1654405754217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.486Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.486Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.486Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "cds",
  "timestamp": 1654405751472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.486Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.487Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.487Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405757289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.487Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.487Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.487Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "policy-id",
  "timestamp": 1654405756288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.487Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.487Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.488Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "clamp",
  "timestamp": 1654405754217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "cds",
  "timestamp": 1654405751472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405757289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "policy-id",
  "timestamp": 1654405756288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "clamp",
  "timestamp": 1654405754217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "cds",
  "timestamp": 1654405751472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405757289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "policy-id",
  "timestamp": 1654405756288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "clamp",
  "timestamp": 1654405754217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "cds",
  "timestamp": 1654405751472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.495Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.495Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.495Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405757289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.495Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.495Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.496Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "policy-id",
  "timestamp": 1654405756288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.496Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.496Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.496Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.496Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.496Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.496Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "clamp",
  "timestamp": 1654405754217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.496Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.497Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.497Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "cds",
  "timestamp": 1654405751472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.497Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.497Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.497Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405757289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.497Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.497Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.498Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "policy-id",
  "timestamp": 1654405756288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.498Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.498Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.498Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405756401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.498Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.498Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.498Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405757289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.499Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.499Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.499Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405765667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.499Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.499Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.499Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405766038,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:12:16.499Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.500Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.500Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "cds",
  "timestamp": 1654405765985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:12:16.500Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.500Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.500Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "policy-id",
  "timestamp": 1654405766449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:12:16.500Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.500Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.501Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405766633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:12:16.501Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.501Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.501Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405765667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.501Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.501Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.501Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "cds",
  "timestamp": 1654405766994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T05:12:16.508Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99902735-1a4e-4a97-9e93-575c2ee2414e
2022-06-05T05:12:16.508Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99902735-1a4e-4a97-9e93-575c2ee2414e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T05:12:16.515Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.515Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "policy-id",
  "timestamp": 1654405767455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T05:12:16.515Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.516Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.516Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405768138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:12:16.516Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.517Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.517Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405765667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.517Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.517Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.518Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "policy-id",
  "timestamp": 1654405768460,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T05:12:16.522Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99902735-1a4e-4a97-9e93-575c2ee2414e
2022-06-05T05:12:16.522Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99902735-1a4e-4a97-9e93-575c2ee2414e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T05:12:16.532Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.533Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405765667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.533Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.533Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.534Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "clamp",
  "timestamp": 1654405768920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:12:16.534Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.534Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.534Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405769449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:12:16.535Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.536Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.536Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405769221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:12:16.536Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.537Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.537Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405765667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.537Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.537Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.537Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "clamp",
  "timestamp": 1654405769926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:12:16.538Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.538Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.538Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405770480,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T05:12:16.543Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99902735-1a4e-4a97-9e93-575c2ee2414e
2022-06-05T05:12:16.543Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99902735-1a4e-4a97-9e93-575c2ee2414e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-05T05:12:16.548Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.548Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405765667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.548Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.549Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.549Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405771484,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T05:12:16.549Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.549Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.549Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405771448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:12:16.549Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.549Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.550Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405765667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.550Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.550Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.550Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405772750,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:12:16.550Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.550Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.551Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405765667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.551Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.551Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.551Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "clamp",
  "timestamp": 1654405772985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-05T05:12:16.551Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.551Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.551Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "aai-ml",
  "timestamp": 1654405772417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.551Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.552Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.552Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405773908,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-05T05:12:16.552Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.552Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.552Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "clamp",
  "timestamp": 1654405773992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-06-05T05:12:16.552Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.552Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.552Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "aai-ml",
  "timestamp": 1654405772417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.553Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.553Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.553Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405774912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T05:12:16.553Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.553Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.553Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "clamp",
  "timestamp": 1654405774997,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T05:12:16.560Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 99902735-1a4e-4a97-9e93-575c2ee2414e
2022-06-05T05:12:16.560Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99902735-1a4e-4a97-9e93-575c2ee2414e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T05:12:16.571Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.571Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "aai-ml",
  "timestamp": 1654405772417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.571Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.571Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.571Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405774787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.572Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.572Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.572Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405775917,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-05T05:12:16.572Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.572Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.572Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "aai-ml",
  "timestamp": 1654405772417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.573Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.573Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.573Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405774787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.573Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.573Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.573Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405776921,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T05:12:16.574Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.574Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.574Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "aai-ml",
  "timestamp": 1654405772417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.574Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.574Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.574Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405774787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.574Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.574Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.575Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "aai-ml",
  "timestamp": 1654405772417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.575Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.575Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.575Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405774787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.575Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.575Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.575Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "aai-ml",
  "timestamp": 1654405772417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.575Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.575Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.576Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405774787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.576Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.576Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.576Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "aai-ml",
  "timestamp": 1654405772417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.576Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.576Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.577Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405774787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.577Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.577Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.577Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "aai-ml",
  "timestamp": 1654405781479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:12:16.577Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.577Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.577Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405774787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:12:16.577Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.577Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.578Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405774787,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:12:16.578Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:12:16.578Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.578Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405783667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:12:16.578Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.578Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.578Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405786321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T05:12:16.579Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.579Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.579Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405787325,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T05:12:16.583Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99902735-1a4e-4a97-9e93-575c2ee2414e
2022-06-05T05:12:16.583Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99902735-1a4e-4a97-9e93-575c2ee2414e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T05:12:16.592Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.592Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "aai-ml",
  "timestamp": 1654405791383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T05:12:16.592Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:12:16.592Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:12:16.593Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "aai-ml",
  "timestamp": 1654405792390,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T05:12:16.597Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99902735-1a4e-4a97-9e93-575c2ee2414e
2022-06-05T05:12:16.597Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99902735-1a4e-4a97-9e93-575c2ee2414e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T05:12:37.991Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:12:38.001Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:12:38.004Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T05:12:38.004Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T05:12:38.004Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T05:12:38.004Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T05:12:38.004Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T05:12:38.005Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T05:12:38.005Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-05T05:12:38.005Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T05:12:38.008Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T05:13:08.008Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99902735-1a4e-4a97-9e93-575c2ee2414e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T05:13:08.014Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99902735-1a4e-4a97-9e93-575c2ee2414e and serviceModelVersionId: 0044ff0e-7238-4375-92db-9570c80e1761
2022-06-05T05:13:08.015Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4dd95072-c2e5-46cc-a404-4de6e873c58a
2022-06-05T05:13:08.016Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4dd95072-c2e5-46cc-a404-4de6e873c58a/model-vers/model-ver/0044ff0e-7238-4375-92db-9570c80e1761?depth=0
2022-06-05T05:13:08.023Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T05:13:08.087Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4dd95072-c2e5-46cc-a404-4de6e873c58a/model-vers/model-ver/0044ff0e-7238-4375-92db-9570c80e1761?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-05T05:13:08.090Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4dd95072-c2e5-46cc-a404-4de6e873c58a/model-vers/model-ver/0044ff0e-7238-4375-92db-9570c80e1761?depth=0|INFO|500||Invoke
2022-06-05T05:13:08.118Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4dd95072-c2e5-46cc-a404-4de6e873c58a/model-vers/model-ver/0044ff0e-7238-4375-92db-9570c80e1761?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-05T05:13:08.520Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4dd95072-c2e5-46cc-a404-4de6e873c58a/model-vers/model-ver/0044ff0e-7238-4375-92db-9570c80e1761?depth=0|INFO|500||InvokeReturn
2022-06-05T05:13:08.521Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4dd95072-c2e5-46cc-a404-4de6e873c58a/model-vers/model-ver/0044ff0e-7238-4375-92db-9570c80e1761?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220605-05:13:08:127-39381], vertex-id=[250080], Content-Length=[0], Date=[Sun, 05 Jun 2022 05:13:08 GMT], Content-Type=[application/json]}
2022-06-05T05:13:08.521Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-05T05:13:08.522Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T05:13:08.522Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T05:13:08.529Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T05:13:08.529Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99902735-1a4e-4a97-9e93-575c2ee2414e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-06-05T05:13:08.529Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T05:13:08.530Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:13:08.531Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:13:08.532Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405988529,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-06-05T05:13:08.632Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:13:08.633Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:13:08.633Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:08.654Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:08.655Z||pool-99-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T05:13:09.540Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:13:09.541Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:13:09.541Z|99902735-1a4e-4a97-9e93-575c2ee2414e|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:13.974Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:13.975Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-05T05:13:13.975Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"157883ad-00df-4839-aec1-6a3377227f4f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6e42fe96-c27a-4802-9e74-e1e33362bdde","serviceDescription":"service","serviceInvariantUUID":"ecbc87b1-0f97-4bd4-8628-e509bcaf032b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8838cdf0-4e8e-41cc-bbd3-c92b9819dea9","resourceInvariantUUID":"1fcd85c7-7eff-45cf-a5d3-bd5d5aeafa1f","resourceCustomizationUUID":"a6fe0373-8245-4d58-95ee-77c9b655e9a6","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":"ODdlZTM5MTMxOGRhODA4MzAzZGI3M2IzNGNhN2UzYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32722281-5074-4267-be81-30b93992e644","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":"8a359555-bebb-443f-9baa-f0c26d7e4405","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":"f3a27c94-aea6-455e-8e33-3ac80952a472","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":"OWRjM2U0ZjY4MWE4MTNlNjFkOTM5ZTQwZGZlYjliZDA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0e9ac720-8f7a-4320-9f0d-b200060ed502","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":"bc804c74-154b-4660-9467-d050a5355033","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":"87469d6c-a771-4076-a2ef-d59ec9561ed3","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":"88f19b8b-1746-41ac-adac-4c043dbfbd5a","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":"N2E3ODAwNjgzYWM3ZDhiNzY4ZmY4MDJjMjg2M2ZmNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4abbcf4a-c29a-4a4d-a186-216c6e141c6e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTk2YzljNDA4MmNkYjg2NzhiNmE0OTVjZDRiZjZhYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4ae4e94-e070-4167-af06-840ade81906a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-05T05:13:13.978Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:13:13.978Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:13:13.980Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:13:13.980Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:14.080Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:13:14.082Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:13:14.082Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:14.097Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:14.097Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:13:14.981Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:13:14.982Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:13:14.984Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:13:14.985Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:15.085Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:13:15.086Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:13:15.087Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:15.106Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:15.107Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:13:15.986Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:13:15.987Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:13:15.989Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:13:15.989Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.089Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:13:16.090Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:13:16.090Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:16.103Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:16.103Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:13:16.445Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:13:16.446Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:13:16.446Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:16.476Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:16.478Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.478Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "clamp",
  "timestamp": 1654405814217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.479Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.479Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.479Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405817288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.479Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.479Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.479Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "policy-id",
  "timestamp": 1654405816288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.480Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.480Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.480Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405817288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.480Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.480Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.480Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "policy-id",
  "timestamp": 1654405816288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.481Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.481Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.481Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "clamp",
  "timestamp": 1654405814217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.481Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.481Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.481Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405825667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.481Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.481Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.481Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405817288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.481Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.481Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "clamp",
  "timestamp": 1654405814217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "policy-id",
  "timestamp": 1654405816288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405825667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.482Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "cds",
  "timestamp": 1654405826473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405817288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "clamp",
  "timestamp": 1654405814217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "policy-id",
  "timestamp": 1654405816288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.483Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405825667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "cds",
  "timestamp": 1654405826473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "clamp",
  "timestamp": 1654405814217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.484Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405817288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.485Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.485Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.485Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "policy-id",
  "timestamp": 1654405816288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.485Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.485Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.485Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405825667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.485Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.486Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.486Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "cds",
  "timestamp": 1654405826473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.486Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.486Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.486Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "clamp",
  "timestamp": 1654405814217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.486Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.486Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.487Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405817288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.487Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.487Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.487Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "policy-id",
  "timestamp": 1654405816288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.487Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.487Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.487Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405825667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.488Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.488Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.488Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "cds",
  "timestamp": 1654405826473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.488Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.488Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.488Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "clamp",
  "timestamp": 1654405814217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.488Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.488Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.488Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405817288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "policy-id",
  "timestamp": 1654405816288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405825667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "cds",
  "timestamp": 1654405826473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405817288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.489Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "clamp",
  "timestamp": 1654405814217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "policy-id",
  "timestamp": 1654405816288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405825667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-05T05:13:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "cds",
  "timestamp": 1654405826473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.490Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "clamp",
  "timestamp": 1654405814217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:13:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654405817288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:13:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "policy-id",
  "timestamp": 1654405816288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:13:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405825667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.491Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "aai-ml",
  "timestamp": 1654405832417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "cds",
  "timestamp": 1654405826473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405825667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "aai-ml",
  "timestamp": 1654405832417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.492Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "cds",
  "timestamp": 1654405826473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "policy-id",
  "timestamp": 1654405834710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:13:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:13:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "aai-ml",
  "timestamp": 1654405832417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.493Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "cds",
  "timestamp": 1654405826473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:13:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405835682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:13:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:13:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "policy-id",
  "timestamp": 1654405835717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T05:13:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:13:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.494Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405834787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.495Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.495Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.495Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "aai-ml",
  "timestamp": 1654405832417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.495Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.495Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.495Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405836731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-05T05:13:16.495Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:13:16.495Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.496Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "policy-id",
  "timestamp": 1654405836726,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T05:13:16.507Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 157883ad-00df-4839-aec1-6a3377227f4f
2022-06-05T05:13:16.507Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 157883ad-00df-4839-aec1-6a3377227f4f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T05:13:16.512Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.512Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405834787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.512Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.512Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.513Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "cds",
  "timestamp": 1654405836519,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:13:16.513Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:13:16.513Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.513Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "clamp",
  "timestamp": 1654405836937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:13:16.513Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:13:16.513Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.513Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "aai-ml",
  "timestamp": 1654405832417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.513Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.513Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.513Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654405837735,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T05:13:16.516Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 157883ad-00df-4839-aec1-6a3377227f4f
2022-06-05T05:13:16.516Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 157883ad-00df-4839-aec1-6a3377227f4f and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T05:13:16.521Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.521Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405834787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.521Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.521Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.521Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "aai-ml",
  "timestamp": 1654405832417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.521Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.521Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.521Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405834787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.522Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.522Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.522Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "cds",
  "timestamp": 1654405838944,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T05:13:16.525Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 157883ad-00df-4839-aec1-6a3377227f4f
2022-06-05T05:13:16.525Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 157883ad-00df-4839-aec1-6a3377227f4f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T05:13:16.531Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.531Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "clamp",
  "timestamp": 1654405838948,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T05:13:16.531Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:13:16.531Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.531Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "aai-ml",
  "timestamp": 1654405832417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.532Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.532Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.532Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405834787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.532Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.532Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.532Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "clamp",
  "timestamp": 1654405839951,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T05:13:16.536Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 157883ad-00df-4839-aec1-6a3377227f4f
2022-06-05T05:13:16.536Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 157883ad-00df-4839-aec1-6a3377227f4f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T05:13:16.542Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.542Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "aai-ml",
  "timestamp": 1654405832417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.543Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.543Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.543Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405834787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.543Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.543Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.543Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "aai-ml",
  "timestamp": 1654405832417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:13:16.543Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.544Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.544Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405834787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.544Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.544Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.544Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405834787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:16.544Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.544Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.544Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "aai-ml",
  "timestamp": 1654405842785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:13:16.545Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:13:16.545Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.545Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405834787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:13:16.545Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:13:16.545Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.545Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405844970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:13:16.545Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:13:16.545Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.545Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405846961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T05:13:16.546Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:13:16.546Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.546Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654405847965,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T05:13:16.549Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 157883ad-00df-4839-aec1-6a3377227f4f
2022-06-05T05:13:16.549Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 157883ad-00df-4839-aec1-6a3377227f4f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T05:13:16.556Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.556Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "aai-ml",
  "timestamp": 1654405849418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T05:13:16.556Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:13:16.556Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:13:16.556Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "aai-ml",
  "timestamp": 1654405850421,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T05:13:16.559Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 157883ad-00df-4839-aec1-6a3377227f4f
2022-06-05T05:13:16.559Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 157883ad-00df-4839-aec1-6a3377227f4f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-05T05:13:16.990Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:13:16.991Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:13:16.992Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:13:16.992Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:17.093Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:13:17.094Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:13:17.094Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:17.110Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:17.110Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-05T05:13:17.993Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:13:17.993Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:13:17.995Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:13:17.995Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:18.095Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-05T05:13:18.096Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:13:18.097Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:18.112Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:18.113Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:13:18.996Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:13:18.997Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:13:18.999Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:13:18.999Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:19.100Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:13:19.101Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:13:19.101Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:19.117Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:19.118Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:13:20.000Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:13:20.001Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:13:20.003Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:13:20.003Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:20.104Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-05T05:13:20.105Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:13:20.105Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:20.123Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:20.124Z||pool-106-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-05T05:13:21.004Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:13:21.004Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:13:21.006Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:13:21.007Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:13:21.107Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:13:21.108Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:13:21.108Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:21.123Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:21.123Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-05T05:13:22.007Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-05T05:13:22.009Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:13:22.011Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:13:22.011Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:13:22.111Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:13:22.112Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:13:22.113Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:22.127Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:22.128Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:13:23.012Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6e42fe96-c27a-4802-9e74-e1e33362bdde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ecbc87b1-0f97-4bd4-8628-e509bcaf032b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "a6fe0373-8245-4d58-95ee-77c9b655e9a6",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8838cdf0-4e8e-41cc-bbd3-c92b9819dea9",
      "resourceInvariantUUID": "1fcd85c7-7eff-45cf-a5d3-bd5d5aeafa1f",
      "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": "NTk2YzljNDA4MmNkYjg2NzhiNmE0OTVjZDRiZjZhYjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f4ae4e94-e070-4167-af06-840ade81906a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-05T05:13:23.013Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-05T05:13:23.013Z|99902735-1a4e-4a97-9e93-575c2ee2414e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6e42fe96-c27a-4802-9e74-e1e33362bdde ASDC
2022-06-05T05:13:23.013Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:157883ad-00df-4839-aec1-6a3377227f4f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6e42fe96-c27a-4802-9e74-e1e33362bdde
ServiceInvariantUUID:ecbc87b1-0f97-4bd4-8628-e509bcaf032b
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:f4ae4e94-e070-4167-af06-840ade81906a
ArtifactChecksum:NTk2YzljNDA4MmNkYjg2NzhiNmE0OTVjZDRiZjZhYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:a6fe0373-8245-4d58-95ee-77c9b655e9a6
ResourceInvariantUUID:1fcd85c7-7eff-45cf-a5d3-bd5d5aeafa1f
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:8838cdf0-4e8e-41cc-bbd3-c92b9819dea9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-05T05:13:23.014Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e42fe96-c27a-4802-9e74-e1e33362bdde ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T05:13:23.040Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T05:13:23.040Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-05T05:13:23.041Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-05T05:13:23.041Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f4ae4e94-e070-4167-af06-840ade81906a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-05T05:13:23.041Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-05T05:13:23.041Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-05T05:13:23.631Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-05T05:13:23.637Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f4ae4e94-e070-4167-af06-840ade81906a 105652
2022-06-05T05:13:23.638Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-05T05:13:23.638Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-05T05:13:23.638Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-05T05:13:23.639Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:13:23.641Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:13:23.641Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654406003638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:13:23.741Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:13:23.742Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:13:23.743Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:23.757Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:23.758Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-05T05:13:24.642Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-05T05:13:24.643Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-05T05:13:24.644Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f4ae4e94-e070-4167-af06-840ade81906a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T05:13:24.644Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-05T05:13:24.645Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T05:13:24.645Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T05:13:24.812Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3330170396426383812/Definitions/service-TestPnfMacro-template.yml
2022-06-05T05:13:25.762Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-05T05:13:25.762Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-05T05:13:25.763Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T05:13:25.763Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-05T05:13:25.763Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T05:13:25.763Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T05:13:25.763Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T05:13:25.764Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T05:13:25.764Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T05:13:25.764Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T05:13:25.764Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-05T05:13:25.764Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-05T05:13:25.765Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:13:25.765Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:13:25.765Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-05T05:13:25.765Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-05T05:13:25.766Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T05:13:25.766Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:13:25.766Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:13:25.766Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-05T05:13:25.767Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-05T05:13:25.767Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-05T05:13:25.767Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:13:25.767Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:13:25.768Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:13:25.768Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:13:25.768Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:13:25.768Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:13:25.768Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:13:25.769Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:13:25.769Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:13:25.769Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:13:25.769Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6e42fe96-c27a-4802-9e74-e1e33362bdde
Model Version:NULL
Model InvariantUuid:ecbc87b1-0f97-4bd4-8628-e509bcaf032b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-05T05:13:25.776Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8838cdf0-4e8e-41cc-bbd3-c92b9819dea9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T05:13:25.779Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-06-05T05:13:25.779Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8838cdf0-4e8e-41cc-bbd3-c92b9819dea9
2022-06-05T05:13:25.779Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 6e42fe96-c27a-4802-9e74-e1e33362bdde
2022-06-05T05:13:25.780Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6e42fe96-c27a-4802-9e74-e1e33362bdde
2022-06-05T05:13:25.780Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 8838cdf0-4e8e-41cc-bbd3-c92b9819dea9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T05:13:25.785Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79da1e3d, org.onap.sdc.toscaparser.api.parameters.Input@606c9f0b, org.onap.sdc.toscaparser.api.parameters.Input@766b627b, org.onap.sdc.toscaparser.api.parameters.Input@531451ec, org.onap.sdc.toscaparser.api.parameters.Input@7a968645]
2022-06-05T05:13:25.786Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:13:25.786Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:13:25.787Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6e42fe96-c27a-4802-9e74-e1e33362bdde: test-pnf
2022-06-05T05:13:25.787Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||Processing PNF resource: 8838cdf0-4e8e-41cc-bbd3-c92b9819dea9
2022-06-05T05:13:25.787Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-05T05:13:25.787Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-05T05:13:25.788Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||Resource customization UUID: a6fe0373-8245-4d58-95ee-77c9b655e9a6 is the same as notified resource customizationUUID: a6fe0373-8245-4d58-95ee-77c9b655e9a6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-05T05:13:25.820Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 8838cdf0-4e8e-41cc-bbd3-c92b9819dea9 0 ASDC deployResourceStructure
2022-06-05T05:13:25.821Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-05T05:13:25.821Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-05T05:13:25.821Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-05T05:13:25.821Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:13:25.824Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:13:25.824Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654406005821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T05:13:25.925Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:13:25.927Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:13:25.927Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:25.941Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:25.942Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-05T05:13:26.825Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 157883ad-00df-4839-aec1-6a3377227f4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:13:26.836Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 157883ad-00df-4839-aec1-6a3377227f4f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-05T05:13:26.839Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-05T05:13:26.839Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-05T05:13:26.840Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-05T05:13:26.840Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-05T05:13:26.840Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T05:13:26.840Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T05:13:26.840Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T05:13:26.840Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T05:13:26.841Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T05:13:26.841Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T05:13:26.841Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-05T05:13:26.841Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-05T05:13:26.845Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-05T05:13:56.847Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 157883ad-00df-4839-aec1-6a3377227f4f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-05T05:13:56.855Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 157883ad-00df-4839-aec1-6a3377227f4f and serviceModelVersionId: 6e42fe96-c27a-4802-9e74-e1e33362bdde
2022-06-05T05:13:56.856Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ecbc87b1-0f97-4bd4-8628-e509bcaf032b
2022-06-05T05:13:56.856Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ecbc87b1-0f97-4bd4-8628-e509bcaf032b/model-vers/model-ver/6e42fe96-c27a-4802-9e74-e1e33362bdde?depth=0
2022-06-05T05:13:56.863Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-05T05:13:56.920Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecbc87b1-0f97-4bd4-8628-e509bcaf032b/model-vers/model-ver/6e42fe96-c27a-4802-9e74-e1e33362bdde?depth=0|INFO|500||Invoke
2022-06-05T05:13:56.920Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecbc87b1-0f97-4bd4-8628-e509bcaf032b/model-vers/model-ver/6e42fe96-c27a-4802-9e74-e1e33362bdde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecbc87b1-0f97-4bd4-8628-e509bcaf032b/model-vers/model-ver/6e42fe96-c27a-4802-9e74-e1e33362bdde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[157883ad-00df-4839-aec1-6a3377227f4f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a36890d3-196e-4198-a3eb-d500a5fa434e], X-ECOMP-RequestID=[157883ad-00df-4839-aec1-6a3377227f4f], X-TransactionId=[], X-ONAP-RequestID=[157883ad-00df-4839-aec1-6a3377227f4f], Content-Type=[application/merge-patch+json]}
2022-06-05T05:13:56.941Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecbc87b1-0f97-4bd4-8628-e509bcaf032b/model-vers/model-ver/6e42fe96-c27a-4802-9e74-e1e33362bdde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-05T05:13:57.423Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecbc87b1-0f97-4bd4-8628-e509bcaf032b/model-vers/model-ver/6e42fe96-c27a-4802-9e74-e1e33362bdde?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecbc87b1-0f97-4bd4-8628-e509bcaf032b/model-vers/model-ver/6e42fe96-c27a-4802-9e74-e1e33362bdde?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220605-05:13:56:949-64810], vertex-id=[213112], Content-Length=[0], Date=[Sun, 05 Jun 2022 05:13:56 GMT], Content-Type=[application/json]}
2022-06-05T05:13:57.424Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecbc87b1-0f97-4bd4-8628-e509bcaf032b/model-vers/model-ver/6e42fe96-c27a-4802-9e74-e1e33362bdde?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-05T05:13:57.424Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ecbc87b1-0f97-4bd4-8628-e509bcaf032b/model-vers/model-ver/6e42fe96-c27a-4802-9e74-e1e33362bdde?depth=0|INFO|500||InvokeReturn
2022-06-05T05:13:57.425Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-05T05:13:57.425Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-05T05:13:57.433Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-05T05:13:57.434Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 157883ad-00df-4839-aec1-6a3377227f4f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-05T05:13:57.434Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-05T05:13:57.434Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-05T05:13:57.436Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-05T05:13:57.437Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654406037434,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T05:13:57.537Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-05T05:13:57.538Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-05T05:13:57.538Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:13:57.559Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:13:57.560Z||pool-111-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-05T05:13:58.447Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:13:58.447Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:13:58.448Z|157883ad-00df-4839-aec1-6a3377227f4f|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:14:07.999Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:14:08.000Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:14:08.001Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:14:08.001Z|157883ad-00df-4839-aec1-6a3377227f4f|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:14:16.445Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:14:16.446Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:14:16.446Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:14:16.469Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:14:16.470Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:14:16.470Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99902735-1a4e-4a97-9e93-575c2ee2414e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405988529,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-06-05T05:14:16.470Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:14:16.470Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:14:16.471Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:14:16.471Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:14:16.471Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:14:16.471Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:14:16.471Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:14:16.471Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-05T05:14:16.471Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:14:16.471Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:14:17.549Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:14:17.550Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:14:17.550Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:14:17.551Z|157883ad-00df-4839-aec1-6a3377227f4f|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:14:27.091Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:14:27.092Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:14:27.093Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:14:27.093Z|157883ad-00df-4839-aec1-6a3377227f4f|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:14:36.655Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:15:16.399Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:15:16.402Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:15:16.402Z|157883ad-00df-4839-aec1-6a3377227f4f|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:15:16.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:15:16.447Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:15:16.447Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:15:16.975Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:15:16.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T05:15:16.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:15:16.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:15:16.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T05:15:16.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:15:16.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:15:16.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T05:15:16.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:15:16.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:15:16.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T05:15:16.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:15:16.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:15:16.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T05:15:16.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-05T05:15:16.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:15:16.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T05:15:16.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654405989540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-05T05:15:16.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-05T05:15:16.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T05:15:16.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654406003638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-05T05:15:16.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:15:16.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T05:15:16.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654406005821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-05T05:15:16.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:15:16.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-05T05:15:16.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "157883ad-00df-4839-aec1-6a3377227f4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654406037434,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-05T05:15:16.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-05T05:15:25.957Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:16:16.398Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:16:16.399Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:16:16.399Z|157883ad-00df-4839-aec1-6a3377227f4f|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:16:16.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:16:16.446Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:16:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:16:25.963Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:16:25.998Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:17:16.398Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:17:16.399Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:17:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:17:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:17:16.447Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:17:16.447Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NwZJUqywfTvbcEM3) ...
2022-06-05T05:17:25.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:17:26.002Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:18:16.398Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:18:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:18:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:18:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:18:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:18:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:18:25.984Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:18:25.986Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:19:16.398Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:19:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:19:16.399Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:19:16.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:19:16.446Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:19:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:19:25.972Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:19:25.994Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:20:16.398Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:20:16.400Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:20:16.401Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:20:16.445Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:20:16.446Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:20:16.446Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:20:25.980Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:20:25.989Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:21:16.398Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:21:16.399Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:21:16.399Z|157883ad-00df-4839-aec1-6a3377227f4f|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:21:16.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:21:16.446Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:21:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:21:25.966Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:21:25.991Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:22:16.398Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:22:16.399Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:22:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:22:16.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:22:16.446Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:22:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:22:25.969Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:22:26.007Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:23:16.398Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:23:16.399Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:23:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:23:16.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:23:16.446Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:23:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:23:25.962Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:23:25.988Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:24:16.398Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:24:16.399Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:24:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:24:16.446Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:24:16.447Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:24:16.447Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:24:25.970Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:24:25.990Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:25:16.398Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:25:16.399Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:25:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:25:16.445Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:25:16.446Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:25:16.446Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:25:25.961Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:25:25.994Z|1bceb0a0-5014-427a-b7a4-12e569c34e2b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:26:16.398Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:26:16.399Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:26:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:26:16.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:26:16.446Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:26:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:26:25.991Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:26:25.996Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:27:16.398Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:27:16.401Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:27:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:27:16.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:27:16.446Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:27:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:27:25.978Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:27:25.986Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:28:16.398Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:28:16.400Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:28:16.401Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:28:16.445Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:28:16.447Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:28:16.447Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:28:25.972Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:28:26.014Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:29:16.398Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:29:16.399Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:29:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:29:16.445Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:29:16.446Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:29:16.446Z|157883ad-00df-4839-aec1-6a3377227f4f|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:29:25.949Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:29:25.992Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:30:16.398Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:30:16.399Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:30:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:30:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:30:16.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:30:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:30:25.942Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:30:25.992Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:31:16.398Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:31:16.399Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:31:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:31:16.445Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:31:16.446Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:31:16.446Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:31:25.943Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:31:26.015Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:32:16.398Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:32:16.399Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:32:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:32:16.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:32:16.446Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:32:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:32:25.950Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:32:25.986Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:33:16.398Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:33:16.399Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:33:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:33:16.445Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:33:16.447Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:33:16.447Z|30a4858d-b647-40f6-a286-be6e725f6755|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:33:25.944Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:33:25.996Z|30a4858d-b647-40f6-a286-be6e725f6755|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:34:16.398Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:34:16.400Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:34:16.400Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:34:16.445Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:34:16.446Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:34:16.446Z|157883ad-00df-4839-aec1-6a3377227f4f|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:34:25.951Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:34:25.986Z|157883ad-00df-4839-aec1-6a3377227f4f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:35:16.398Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:35:16.399Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:35:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:35:16.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:35:16.446Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:35:16.446Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:35:25.949Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:35:26.037Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:36:16.398Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:36:16.399Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:36:16.399Z||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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:36:16.445Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-05T05:36:16.446Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-05T05:36:16.446Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|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 NwZJUqywfTvbcEM3) ...
2022-06-05T05:36:25.943Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-05T05:36:25.991Z|a2222d7d-5dd2-4024-b09a-2fded49b5980|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK